summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Scherer <andreas_tex@freenet.de>2024-09-02 17:47:25 +0000
committerAndreas Scherer <andreas_tex@freenet.de>2024-09-02 17:47:25 +0000
commiteb602f73f19afe3aff397339d59ee9a0b12b7f8c (patch)
treea77f8ebfcf09e3093e755c8eddb710fcd739a683
parentb3dbfffb7ba9d1a717a91de9a21a255ad7c83efd (diff)
[TIE] Fix sorting order of names of sections.
git-svn-id: svn://tug.org/texlive/trunk@72169 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r--Build/source/texk/web2c/tiedir/ChangeLog4
-rw-r--r--Build/source/texk/web2c/tiedir/tie-w2c.ch12
2 files changed, 16 insertions, 0 deletions
diff --git a/Build/source/texk/web2c/tiedir/ChangeLog b/Build/source/texk/web2c/tiedir/ChangeLog
index c584f11eef0..b3a98e85a86 100644
--- a/Build/source/texk/web2c/tiedir/ChangeLog
+++ b/Build/source/texk/web2c/tiedir/ChangeLog
@@ -1,3 +1,7 @@
+2023-09-01 Andreas Scherer <https://ascherer.github.io>
+
+ * tie-w2c.ch: Fix sorting order of names of sections.
+
2023-09-03 TANAKA Takuji <ttk@t-lab.opal.ne.jp>
* tie.test: Make easier to test on Windows.
diff --git a/Build/source/texk/web2c/tiedir/tie-w2c.ch b/Build/source/texk/web2c/tiedir/tie-w2c.ch
index fb09e05060f..d29e3f77967 100644
--- a/Build/source/texk/web2c/tiedir/tie-w2c.ch
+++ b/Build/source/texk/web2c/tiedir/tie-w2c.ch
@@ -252,6 +252,12 @@ replacement part of a change file, or in an incomplerte check if the
replacement part of a change file, or in an incomplete check if the
@z
+@x l.663
+ @<Check |c| for |EOF|, |return| if line was empty, otherwise
+@y
+ @<Check \9{c}|c| for |EOF|, |return| if line was empty, otherwise
+@z
+
@x l.667
if (c!=@' ' && c!=tab_mark)
@y
@@ -272,6 +278,12 @@ final line. Of the current line is empty, we just can \&{return}.
final line. If the current line is empty, we just can \&{return}.
@z
+@x l.696
+@<Check |c| for |EOF|...@>=
+@y
+@<Check \9{c}|c| for |EOF|...@>=
+@z
+
Section 31
@x l.742 -- print errors on 'stderr'