texlive[61863] Build/source/texk/web2c/cwebdir: [CWEB] Purge a few
commits+ascherer at tug.org
commits+ascherer at tug.org
Thu Feb 3 17:09:19 CET 2022
Revision: 61863
http://tug.org/svn/texlive?view=revision&revision=61863
Author: ascherer
Date: 2022-02-03 17:09:18 +0100 (Thu, 03 Feb 2022)
Log Message:
-----------
[CWEB] Purge a few WEB leftovers.
Modified Paths:
--------------
trunk/Build/source/texk/web2c/cwebdir/ChangeLog
trunk/Build/source/texk/web2c/cwebdir/ctang-w32.ch
trunk/Build/source/texk/web2c/cwebdir/ctangle.w
trunk/Build/source/texk/web2c/cwebdir/cwebmac.tex
trunk/Build/source/texk/web2c/cwebdir/cwebman.tex
Modified: trunk/Build/source/texk/web2c/cwebdir/ChangeLog
===================================================================
--- trunk/Build/source/texk/web2c/cwebdir/ChangeLog 2022-02-03 00:48:33 UTC (rev 61862)
+++ trunk/Build/source/texk/web2c/cwebdir/ChangeLog 2022-02-03 16:09:18 UTC (rev 61863)
@@ -1,3 +1,10 @@
+2022-02-03 Andreas Scherer <https://ascherer.github.io>
+
+ * ctang-w32.ch,
+ * ctangle.w,
+ * cwebmac.tex,
+ * cwebman.tex: Purge a few WEB leftovers.
+
2022-02-02 Andreas Scherer <https://ascherer.github.io>
* cwebmac.tex: Reshuffle '\pdfURL' macro for HiTeX.
Modified: trunk/Build/source/texk/web2c/cwebdir/ctang-w32.ch
===================================================================
--- trunk/Build/source/texk/web2c/cwebdir/ctang-w32.ch 2022-02-03 00:48:33 UTC (rev 61862)
+++ trunk/Build/source/texk/web2c/cwebdir/ctang-w32.ch 2022-02-03 16:09:18 UTC (rev 61863)
@@ -14,13 +14,13 @@
name_pointer p, /* points to the proposed match */
const char *first, /* position of first character of string */
size_t l, /* length of identifier */
-eight_bits t) /* not used by \.{TANGLE} */
+eight_bits t) /* not used by \.{CTANGLE} */
@y
boolean __cdecl names_match(
name_pointer p, /* points to the proposed match */
const char *first, /* position of first character of string */
size_t l, /* length of identifier */
-eight_bits t) /* not used by \.{TANGLE} */
+eight_bits t) /* not used by \.{CTANGLE} */
@z
@x
Modified: trunk/Build/source/texk/web2c/cwebdir/ctangle.w
===================================================================
--- trunk/Build/source/texk/web2c/cwebdir/ctangle.w 2022-02-03 00:48:33 UTC (rev 61862)
+++ trunk/Build/source/texk/web2c/cwebdir/ctangle.w 2022-02-03 16:09:18 UTC (rev 61863)
@@ -157,7 +157,7 @@
name_pointer p, /* points to the proposed match */
const char *first, /* position of first character of string */
size_t l, /* length of identifier */
-eight_bits t) /* not used by \.{TANGLE} */
+eight_bits t) /* not used by \.{CTANGLE} */
{@+(void)t;@/
return length(p)==l && strncmp(first,p->byte_start,l)==0;
}
Modified: trunk/Build/source/texk/web2c/cwebdir/cwebmac.tex
===================================================================
--- trunk/Build/source/texk/web2c/cwebdir/cwebmac.tex 2022-02-03 00:48:33 UTC (rev 61862)
+++ trunk/Build/source/texk/web2c/cwebdir/cwebmac.tex 2022-02-03 16:09:18 UTC (rev 61863)
@@ -336,7 +336,7 @@
\let\G=\ge % greater than or equal sign
% \H is long Hungarian umlaut accent
\let\I=\ne % unequal sign
-\def\J{\.{@\&}} % TANGLE's join operation
+\def\J{\.{@\&}} % CTANGLE's join operation
\let\K== % assignment operator
%\let\K=\leftarrow % "honest" alternative to standard assignment operator
% \L is Polish letter suppressed-L
Modified: trunk/Build/source/texk/web2c/cwebdir/cwebman.tex
===================================================================
--- trunk/Build/source/texk/web2c/cwebdir/cwebman.tex 2022-02-03 00:48:33 UTC (rev 61862)
+++ trunk/Build/source/texk/web2c/cwebdir/cwebman.tex 2022-02-03 16:09:18 UTC (rev 61863)
@@ -889,8 +889,8 @@
matching purposes.
\more This dual-input feature is useful when working with a master \.{CWEB}
-file that has been received from elsewhere (e.g., \.{tangle.w} or
-\.{weave.w} or \.{tex.web}), when changes are desirable to customize the
+file that has been received from elsewhere (e.g., \.{ctangle.w} or
+\.{cweave.w} or \.{ctex.w}), when changes are desirable to customize the
program for your local computer system. You will be able to debug your
system-dependent changes without clobbering the master web file; and once
your changes are working, you will be able to incorporate them readily
More information about the tex-live-commits
mailing list.