texlive[54883] Build/source/texk/web2c/ctiedir: [CTIE] Fix several

commits+ascherer at tug.org commits+ascherer at tug.org
Sun Apr 26 11:14:36 CEST 2020


Revision: 54883
          http://tug.org/svn/texlive?view=revision&revision=54883
Author:   ascherer
Date:     2020-04-26 11:14:36 +0200 (Sun, 26 Apr 2020)
Log Message:
-----------
[CTIE] Fix several typos in ctie.w.

Running 'aspell -c -l en_GB ctie.w' unearths a few typos and some GB/US
inconsistencies.

Modified Paths:
--------------
    trunk/Build/source/texk/web2c/ctiedir/ChangeLog
    trunk/Build/source/texk/web2c/ctiedir/ctie-k.ch

Modified: trunk/Build/source/texk/web2c/ctiedir/ChangeLog
===================================================================
--- trunk/Build/source/texk/web2c/ctiedir/ChangeLog	2020-04-26 08:56:21 UTC (rev 54882)
+++ trunk/Build/source/texk/web2c/ctiedir/ChangeLog	2020-04-26 09:14:36 UTC (rev 54883)
@@ -1,3 +1,7 @@
+2020-04-26  Andreas Scherer  <https://ascherer.github.io>
+
+	* ctie-k.ch: Fix several typos in ctie.w.
+
 2014-06-18  Peter Breitenlohner  <peb at mppmu.mpg.de>
 
 	* ctie-k.ch: Avoid useless char subscript warnings.

Modified: trunk/Build/source/texk/web2c/ctiedir/ctie-k.ch
===================================================================
--- trunk/Build/source/texk/web2c/ctiedir/ctie-k.ch	2020-04-26 08:56:21 UTC (rev 54882)
+++ trunk/Build/source/texk/web2c/ctiedir/ctie-k.ch	2020-04-26 09:14:36 UTC (rev 54883)
@@ -117,6 +117,12 @@
 @d xisupper(c) (isupper((unsigned char)c)&&((unsigned char)c<0200))
 @z
 
+ at x l.155
+This variable must be initialized.
+ at y
+This variable must be initialised.
+ at z
+
 @x l.173 The kpathsea include files must be first.
 #include <stdio.h>
 @y
@@ -143,6 +149,12 @@
 @^system dependencies@>
 @z
 
+ at x l.190
+files) are treated the same way.  To organize the
+ at y
+files) are treated the same way.  To organise the
+ at z
+
 @x l.284 way too short!
 @d max_file_name_length 60
 @y
@@ -157,6 +169,12 @@
 get_line (file_index i, boolean do_includes)
 @z
 
+ at x l.361
+replacement part of a change file, or in an incomplerte check if the
+ at y
+replacement part of a change file, or in an incomplete check if the
+ at z
+
 Handle input lines with CRLF
 
 @x l.376
@@ -165,6 +183,12 @@
         if ((*(k++) = c) != ' ' && c != '\r') inp_desc->limit = k;
 @z
 
+ at x l.386
+    @<Increment the line number and print a progess report at
+ at y
+    @<Increment the line number and print a progress report at
+ at z
+
 @x l.436
         if ((*(k++) = c) != ' ') inp_desc->limit = k;
 @y
@@ -290,6 +314,12 @@
     out_file=fopen(out_name, "wb");
 @z
 
+ at x l.739
+@ The name of the file and the file desciptor are stored in
+ at y
+@ The name of the file and the file descriptor are stored in
+ at z
+
 @x l.747 Use the kpathsea library to do this
 @ For the master file we start by reading its first line into the
 buffer, if we could open it.



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