texlive[72169] Build/source/texk/web2c/tiedir: [TIE] Fix sorting

commits+ascherer at tug.org commits+ascherer at tug.org
Mon Sep 2 19:47:25 CEST 2024


Revision: 72169
          https://tug.org/svn/texlive?view=revision&revision=72169
Author:   ascherer
Date:     2024-09-02 19:47:25 +0200 (Mon, 02 Sep 2024)
Log Message:
-----------
[TIE] Fix sorting order of names of sections.

Modified Paths:
--------------
    trunk/Build/source/texk/web2c/tiedir/ChangeLog
    trunk/Build/source/texk/web2c/tiedir/tie-w2c.ch

Modified: trunk/Build/source/texk/web2c/tiedir/ChangeLog
===================================================================
--- trunk/Build/source/texk/web2c/tiedir/ChangeLog	2024-09-02 16:49:56 UTC (rev 72168)
+++ trunk/Build/source/texk/web2c/tiedir/ChangeLog	2024-09-02 17:47:25 UTC (rev 72169)
@@ -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 at t-lab.opal.ne.jp>
 
 	* tie.test: Make easier to test on Windows.

Modified: trunk/Build/source/texk/web2c/tiedir/tie-w2c.ch
===================================================================
--- trunk/Build/source/texk/web2c/tiedir/tie-w2c.ch	2024-09-02 16:49:56 UTC (rev 72168)
+++ trunk/Build/source/texk/web2c/tiedir/tie-w2c.ch	2024-09-02 17:47:25 UTC (rev 72169)
@@ -252,6 +252,12 @@
 replacement part of a change file, or in an incomplete check if the
 @z
 
+ at x l.663
+   @<Check |c| for |EOF|, |return| if line was empty, otherwise
+ at y
+   @<Check \9{c}|c| for |EOF|, |return| if line was empty, otherwise
+ at z
+
 @x l.667
    if (c!=@' ' && c!=tab_mark)
 @y
@@ -272,6 +278,12 @@
 final line. If the current line is empty, we just can \&{return}.
 @z
 
+ at x l.696
+@<Check |c| for |EOF|...@>=
+ at y
+@<Check \9{c}|c| for |EOF|...@>=
+ at z
+
 Section 31
 
 @x l.742 -- print errors on 'stderr'



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