diff options
author | Andreas Scherer <andreas_tex@freenet.de> | 2024-08-16 14:29:54 +0000 |
---|---|---|
committer | Andreas Scherer <andreas_tex@freenet.de> | 2024-08-16 14:29:54 +0000 |
commit | df27074a18b09cc27608cb359f7d5e00a76ffd4a (patch) | |
tree | 192818a80bbdff81d821484f9c50961cdfc74926 /Build/source | |
parent | 7a5457e4c82004c54b812e08c61b8de865d158c9 (diff) |
[WEB] Restore section numbering as far as possible.
The 'recent' (Jan 2022) changes in 'showstream.ch' escaped my attention
for two and a half years!
This commit moves the new section '@<Adjust |selector|...@>' to the end
of the '[54] System-dependent changes' in order to restore the section
numbering up to and including 'pdftex§1866' and 'xetex§1677' (and also
'euptex§NNNN') in the variants changed for TeX Live.
git-svn-id: svn://tug.org/texlive/trunk@72042 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source')
-rw-r--r-- | Build/source/texk/web2c/ChangeLog | 4 | ||||
-rw-r--r-- | Build/source/texk/web2c/showstream.ch | 14 |
2 files changed, 14 insertions, 4 deletions
diff --git a/Build/source/texk/web2c/ChangeLog b/Build/source/texk/web2c/ChangeLog index 60b2ae14e75..8309b302449 100644 --- a/Build/source/texk/web2c/ChangeLog +++ b/Build/source/texk/web2c/ChangeLog @@ -1,3 +1,7 @@ +2024-08-16 Andreas Scherer <https://ascherer.github.io> + + * showstream.ch: Restore section numbering as far as possible. + 2024-08-12 Andreas Scherer <https://ascherer.github.io> * ctangleboot.cin: CWEB 4.12 release. diff --git a/Build/source/texk/web2c/showstream.ch b/Build/source/texk/web2c/showstream.ch index d0347a795c4..cef436e78fd 100644 --- a/Build/source/texk/web2c/showstream.ch +++ b/Build/source/texk/web2c/showstream.ch @@ -132,10 +132,6 @@ While the other cases have separate blocks @ @<Show the current meaning of a token...@>= begin get_token; @y -@ @<Adjust |selector| based on |show_stream|@>= -if (show_stream>=0) and (show_stream<no_print) and write_open[show_stream] then - selector:=show_stream; - @ @<Show the current meaning of a token...@>= begin get_token; @<Adjust |selector| based on |show_stream|@> @@ -173,3 +169,13 @@ show_ifs: begin begin_diagnostic; print_nl(""); print_ln; show_ifs: begin @<Adjust |selector| based on |show_stream|@> begin_diagnostic; print_nl(""); print_ln; @z + +@x +@* \[55] Index. +@y +@ @<Adjust |selector| based on |show_stream|@>= +if (show_stream>=0) and (show_stream<no_print) and write_open[show_stream] then + selector:=show_stream; + +@* \[55] Index. +@z |