summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/ctiedir
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/texk/web2c/ctiedir')
-rw-r--r--Build/source/texk/web2c/ctiedir/ChangeLog4
-rw-r--r--Build/source/texk/web2c/ctiedir/ctie-k.ch30
2 files changed, 34 insertions, 0 deletions
diff --git a/Build/source/texk/web2c/ctiedir/ChangeLog b/Build/source/texk/web2c/ctiedir/ChangeLog
index 2ce0f61df9d..b4256cdc396 100644
--- a/Build/source/texk/web2c/ctiedir/ChangeLog
+++ b/Build/source/texk/web2c/ctiedir/ChangeLog
@@ -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@mppmu.mpg.de>
* ctie-k.ch: Avoid useless char subscript warnings.
diff --git a/Build/source/texk/web2c/ctiedir/ctie-k.ch b/Build/source/texk/web2c/ctiedir/ctie-k.ch
index 5741bb1c06d..784176ba561 100644
--- a/Build/source/texk/web2c/ctiedir/ctie-k.ch
+++ b/Build/source/texk/web2c/ctiedir/ctie-k.ch
@@ -117,6 +117,12 @@ the \.{kpathsea} headers do the right thing.
@d xisupper(c) (isupper((unsigned char)c)&&((unsigned char)c<0200))
@z
+@x l.155
+This variable must be initialized.
+@y
+This variable must be initialised.
+@z
+
@x l.173 The kpathsea include files must be first.
#include <stdio.h>
@y
@@ -143,6 +149,12 @@ too.
@^system dependencies@>
@z
+@x l.190
+files) are treated the same way. To organize the
+@y
+files) are treated the same way. To organise the
+@z
+
@x l.284 way too short!
@d max_file_name_length 60
@y
@@ -157,6 +169,12 @@ static boolean
get_line (file_index i, boolean do_includes)
@z
+@x l.361
+replacement part of a change file, or in an incomplerte check if the
+@y
+replacement part of a change file, or in an incomplete check if the
+@z
+
Handle input lines with CRLF
@x l.376
@@ -165,6 +183,12 @@ Handle input lines with CRLF
if ((*(k++) = c) != ' ' && c != '\r') inp_desc->limit = k;
@z
+@x l.386
+ @<Increment the line number and print a progess report at
+@y
+ @<Increment the line number and print a progress report at
+@z
+
@x l.436
if ((*(k++) = c) != ' ') inp_desc->limit = k;
@y
@@ -290,6 +314,12 @@ void pfatal_error (const char *s, const char *t)
out_file=fopen(out_name, "wb");
@z
+@x l.739
+@ The name of the file and the file desciptor are stored in
+@y
+@ The name of the file and the file descriptor are stored in
+@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.