diff options
author | Andreas Scherer <andreas_tex@freenet.de> | 2020-04-26 09:14:36 +0000 |
---|---|---|
committer | Andreas Scherer <andreas_tex@freenet.de> | 2020-04-26 09:14:36 +0000 |
commit | d0999dc2108458faccbed7b248b9eaefab43e4df (patch) | |
tree | 4813e2a2515e80fe5d5d9da8b81c695ca8b47dbf /Build/source/texk/web2c/ctiedir | |
parent | ec258736ee1cc742b8c1b342e63026c9ad36a126 (diff) |
[CTIE] Fix several typos in ctie.w.
Running 'aspell -c -l en_GB ctie.w' unearths a few typos and some GB/US
inconsistencies.
git-svn-id: svn://tug.org/texlive/trunk@54883 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/ctiedir')
-rw-r--r-- | Build/source/texk/web2c/ctiedir/ChangeLog | 4 | ||||
-rw-r--r-- | Build/source/texk/web2c/ctiedir/ctie-k.ch | 30 |
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. |