diff options
author | Andreas Scherer <andreas_tex@freenet.de> | 2020-06-10 13:11:08 +0000 |
---|---|---|
committer | Andreas Scherer <andreas_tex@freenet.de> | 2020-06-10 13:11:08 +0000 |
commit | fd519fa375def3b2453210f5bc55f7542ed3d7a6 (patch) | |
tree | 9f009eb886bf2f25059ea2134668cfe10649f0cf /Build | |
parent | 3bf8bde3bfe1d68a69b47c0a10762c64857b3517 (diff) |
[CTIE] A few random finds.
git-svn-id: svn://tug.org/texlive/trunk@55504 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build')
-rw-r--r-- | Build/source/texk/web2c/ctiedir/ChangeLog | 4 | ||||
-rw-r--r-- | Build/source/texk/web2c/ctiedir/ctie-k.ch | 12 |
2 files changed, 13 insertions, 3 deletions
diff --git a/Build/source/texk/web2c/ctiedir/ChangeLog b/Build/source/texk/web2c/ctiedir/ChangeLog index 93a5282165e..dfb645ca2a5 100644 --- a/Build/source/texk/web2c/ctiedir/ChangeLog +++ b/Build/source/texk/web2c/ctiedir/ChangeLog @@ -1,3 +1,7 @@ +2020-06-10 Andreas Scherer <https://ascherer.github.io> + + * ctie-k.ch: A few random finds while skimming the formatted code. + 2020-06-08 Andreas Scherer <https://ascherer.github.io> * ctie-k.ch: Put 'date' at the bottom of table-of-contents page. diff --git a/Build/source/texk/web2c/ctiedir/ctie-k.ch b/Build/source/texk/web2c/ctiedir/ctie-k.ch index 1f2b85ee83c..bc2b0caf06a 100644 --- a/Build/source/texk/web2c/ctiedir/ctie-k.ch +++ b/Build/source/texk/web2c/ctiedir/ctie-k.ch @@ -209,6 +209,12 @@ files) are treated the same way. To organise the Sections 10 and 11: use enum as requested in ctie.w +@x l.208 +the kind of output. (this would even be necessary if we +@y +the kind of output. (This would even be necessary if we +@z + @x l.212 #define search 0 #define test 1 @@ -294,7 +300,7 @@ it cannot find them in the current directory. (Colon-separated paths are not supported.) @y We use the \Kpathsea/ library (in particular, the \.{CWEBINPUTS} -variable) to search for this file. +variable) to search for this file.@.CWEBINPUTS@> @z @x l.510 Don't need the same variables any longer @@ -674,7 +680,7 @@ inserted here; then only the index itself will get a new module number. @^system dependencies@> @y -@* System-dependent changes.@^system dependencies@> +@* System-dependent changes.@^system dependencies@>@.CWEBINPUTS@> The \.{ctie} program from the original \.{CTIE} package uses the compile-time default directory or the value of the environment variable \.{CWEBINPUTS} as an alternative place to be searched for @@ -702,7 +708,7 @@ We set |kpse_program_name| to `\.{ctie}'. This means if the variable \.{CWEBINPUTS.ctie} is present in \.{texmf.cnf} (or \.{CWEBINPUTS\_ctie} in the environment) its value will be used as the search path for filenames. This allows different flavors of \.{CTIE} to have -different search paths. +different search paths.@.CWEBINPUTS@> @<Set up |PROGNAME| feature...@>= kpse_set_program_name(argv[0], "ctie"); |