summaryrefslogtreecommitdiff
path: root/Build/source/texk
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/texk')
-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'