texlive[53745] Build/source/texk/web2c/xetexdir: xetex.ch: sync with

commits+kakuto at tug.org commits+kakuto at tug.org
Mon Feb 10 03:09:35 CET 2020


Revision: 53745
          http://tug.org/svn/texlive?view=revision&revision=53745
Author:   kakuto
Date:     2020-02-10 03:09:35 +0100 (Mon, 10 Feb 2020)
Log Message:
-----------
xetex.ch: sync with changes in tex.ch to support \input {...}

Modified Paths:
--------------
    trunk/Build/source/texk/web2c/xetexdir/ChangeLog
    trunk/Build/source/texk/web2c/xetexdir/xetex.ch

Modified: trunk/Build/source/texk/web2c/xetexdir/ChangeLog
===================================================================
--- trunk/Build/source/texk/web2c/xetexdir/ChangeLog	2020-02-10 00:54:40 UTC (rev 53744)
+++ trunk/Build/source/texk/web2c/xetexdir/ChangeLog	2020-02-10 02:09:35 UTC (rev 53745)
@@ -1,3 +1,8 @@
+2020-02-10  Akira Kakuto  <kakuto at w32tex.org>
+
+	* xetex.ch: Sync with tex.ch for changes by Phelype Oleinik
+	to support \input {...}.
+
 2019-12-31  Akira Kakuto  <kakuto at w32tex.org>
 
 	* XeTeX_ext.c: Support system poppler version 0.84.0.

Modified: trunk/Build/source/texk/web2c/xetexdir/xetex.ch
===================================================================
--- trunk/Build/source/texk/web2c/xetexdir/xetex.ch	2020-02-10 00:54:40 UTC (rev 53744)
+++ trunk/Build/source/texk/web2c/xetexdir/xetex.ch	2020-02-10 02:09:35 UTC (rev 53745)
@@ -415,6 +415,18 @@
 @y
 @z
 
+ at x [29.526] - scan a bgroup/egroup-delimited file name
+  stop_at_space := false; {set |stop_at_space| to false to allow spaces in file names}
+  begin_name;
+  for i:=str_start[s] to str_start[s+1]-1 do
+    dummy := more_name(str_pool[i]); {add each read character to the current file name}
+ at y
+  stop_at_space := false; {set |stop_at_space| to false to allow spaces in file names}
+  begin_name;
+  for i:=str_start_macro(s) to str_start_macro(s+1)-1 do
+    dummy := more_name(str_pool[i]); {add each read character to the current file name}
+ at z
+
 @x [29.536] l.10331
   wlog(' (');
   fputs(translate_filename, log_file);



More information about the tex-live-commits mailing list.