summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/xetexdir
diff options
context:
space:
mode:
authorAndreas Scherer <andreas_tex@freenet.de>2020-05-04 09:24:50 +0000
committerAndreas Scherer <andreas_tex@freenet.de>2020-05-04 09:24:50 +0000
commit7e856ed3c574392e629b309f939f4306f45255a3 (patch)
tree967d9dd2d00254b3b697e6a2ead7e3e11dfc2c07 /Build/source/texk/web2c/xetexdir
parent124f8f40aba1a7ba62f5498895c0cbd5a47961b3 (diff)
Restore section numbering in TeX.
Move new material from §366 and §526 to the end. Sections with "System-dependent changes" start at §1379 again. Fix xetex.ch for modified/amended material. One change in 'xetex.ch' referred to the modified stuff for §526, now in §1407 (tex.web+tex.ch). git-svn-id: svn://tug.org/texlive/trunk@54999 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/xetexdir')
-rw-r--r--Build/source/texk/web2c/xetexdir/xetex.ch24
1 files changed, 12 insertions, 12 deletions
diff --git a/Build/source/texk/web2c/xetexdir/xetex.ch b/Build/source/texk/web2c/xetexdir/xetex.ch
index d718f798602..19294829d60 100644
--- a/Build/source/texk/web2c/xetexdir/xetex.ch
+++ b/Build/source/texk/web2c/xetexdir/xetex.ch
@@ -415,18 +415,6 @@ for j:=1 to n do append_to_name(TEX_format_default[j]);
@y
@z
-@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}
-@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}
-@z
-
@x [29.536] l.10331
wlog(' (');
fputs(translate_filename, log_file);
@@ -952,3 +940,15 @@ exit:end;
@#
@<Declare subroutines for |new_character|@>@;
@z
+
+@x [54/web2c.1407] - 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}
+@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}
+@z