texlive[55460] Build/source/texk/web2c: More underscored index

commits+ascherer at tug.org commits+ascherer at tug.org
Sun Jun 7 04:10:54 CEST 2020


Revision: 55460
          http://tug.org/svn/texlive?view=revision&revision=55460
Author:   ascherer
Date:     2020-06-07 04:10:54 +0200 (Sun, 07 Jun 2020)
Log Message:
-----------
More underscored index entries.

Modified Paths:
--------------
    trunk/Build/source/texk/web2c/ctiedir/ctie-k.ch
    trunk/Build/source/texk/web2c/cwebdir/comm-w2c.ch
    trunk/Build/source/texk/web2c/cwebdir/comm-w2c.h
    trunk/Build/source/texk/web2c/cwebdir/ctang-w2c.ch
    trunk/Build/source/texk/web2c/cwebdir/ctwill-w2c.ch
    trunk/Build/source/texk/web2c/cwebdir/cweav-w2c.ch
    trunk/Build/source/texk/web2c/tiedir/tie-w2c.ch

Modified: trunk/Build/source/texk/web2c/ctiedir/ctie-k.ch
===================================================================
--- trunk/Build/source/texk/web2c/ctiedir/ctie-k.ch	2020-06-07 01:21:22 UTC (rev 55459)
+++ trunk/Build/source/texk/web2c/ctiedir/ctie-k.ch	2020-06-07 02:10:54 UTC (rev 55460)
@@ -113,9 +113,10 @@
 the original \.{WEB} system) with the standard \.{CWEB} behaviour, and
 so uses the |char| type for input and output.
 
-The \.{kpathsea} library (version 3.4.5 and higher) defines the |true|,
-|false|, |boolean| and |string| types in \.{<kpathsea/simpletypes.h>},
-so we do not actually need to define them here.
+The \.{kpathsea} library (version 3.4.5 and higher) defines the |@!boolean|
+(with the values |@!true| and |@!false|) and |@!string| (and |@!const_string|)
+types in \.{<kpathsea/simpletypes.h>}, so we do not actually need to define
+them here.
 
 @s boolean int
 @s string int
@@ -195,8 +196,7 @@
 @y
 @ And we need dynamic memory allocation.
 This should cause no trouble in any \CEE/ program.
-The \.{kpathsea} include files handle the definition of |malloc()|,
-too.
+The \.{kpathsea} include files handle the definition of |@!malloc|, too.
 @^system dependencies@>
 @z
 

Modified: trunk/Build/source/texk/web2c/cwebdir/comm-w2c.ch
===================================================================
--- trunk/Build/source/texk/web2c/cwebdir/comm-w2c.ch	2020-06-07 01:21:22 UTC (rev 55459)
+++ trunk/Build/source/texk/web2c/cwebdir/comm-w2c.ch	2020-06-07 02:10:54 UTC (rev 55460)
@@ -1248,7 +1248,7 @@
 
 @* Internationalization.  You may have noticed that almost all \.{"strings"}
 in the \.{CWEB} sources are placed in the context of the `|_|'~macro.
-This is just a shortcut for the `|gettext|' function from the ``GNU~gettext
+This is just a shortcut for the `|@!gettext|' function from the ``GNU~gettext
 utilities.'' For systems that do not have this library installed, we wrap
 things for neutral behavior without internationalization.
 

Modified: trunk/Build/source/texk/web2c/cwebdir/comm-w2c.h
===================================================================
--- trunk/Build/source/texk/web2c/cwebdir/comm-w2c.h	2020-06-07 01:21:22 UTC (rev 55459)
+++ trunk/Build/source/texk/web2c/cwebdir/comm-w2c.h	2020-06-07 02:10:54 UTC (rev 55460)
@@ -43,7 +43,7 @@
 
 @ You may have noticed that almost all \.{"strings"} in the \.{CWEB} sources
 are placed in the context of the `|_|'~macro.  This is just a shortcut for the
-`|gettext|' function from the ``GNU~gettext utilities.'' For systems that do
+`|@!gettext|' function from the ``GNU~gettext utilities.'' For systems that do
 not have this library installed, we wrap things for neutral behavior without
 internationalization.
 
@@ -60,8 +60,8 @@
 #define gettext(A) A
 #endif
 @#
-#include <stdbool.h>
-#include <stdint.h>
+#include <stdbool.h> /* |@!bool|, |@!true|, |@!false| */
+#include <stdint.h> /* |@!uint8_t|, |@!uint16_t| */
 #include <stdio.h>
 
 @ Code related to the character set:

Modified: trunk/Build/source/texk/web2c/cwebdir/ctang-w2c.ch
===================================================================
--- trunk/Build/source/texk/web2c/cwebdir/ctang-w2c.ch	2020-06-07 01:21:22 UTC (rev 55459)
+++ trunk/Build/source/texk/web2c/cwebdir/ctang-w2c.ch	2020-06-07 02:10:54 UTC (rev 55460)
@@ -53,8 +53,8 @@
 extern char* strncpy(); /* copy up to $n$ string characters */
 @y
 @ For string handling we include the {\mc ANSI C} system header file instead
-of predeclaring the standard system functions |strlen|, |strcmp|, |strcpy|,
-|strncmp|, and |strncpy|.
+of predeclaring the standard system functions |@!strlen|, |@!strcmp|,
+|@!strcpy|, |@!strncmp|, and |@!strncpy|.
 @^system dependencies@>
 
 @<Include files@>=

Modified: trunk/Build/source/texk/web2c/cwebdir/ctwill-w2c.ch
===================================================================
--- trunk/Build/source/texk/web2c/cwebdir/ctwill-w2c.ch	2020-06-07 01:21:22 UTC (rev 55459)
+++ trunk/Build/source/texk/web2c/cwebdir/ctwill-w2c.ch	2020-06-07 02:10:54 UTC (rev 55460)
@@ -111,8 +111,8 @@
 extern char* strncpy(); /* copy up to $n$ string characters */
 @y
 @ For string handling we include the {\mc ANSI C} system header file instead
-of predeclaring the standard system functions |strlen|, |strcmp|, |strcpy|,
-|strncmp|, and |strncpy|.
+of predeclaring the standard system functions |@!strlen|, |@!strcmp|,
+|@!strcpy|, |@!strncmp|, and |@!strncpy|.
 @^system dependencies@>
 
 @<Include files@>=

Modified: trunk/Build/source/texk/web2c/cwebdir/cweav-w2c.ch
===================================================================
--- trunk/Build/source/texk/web2c/cwebdir/cweav-w2c.ch	2020-06-07 01:21:22 UTC (rev 55459)
+++ trunk/Build/source/texk/web2c/cwebdir/cweav-w2c.ch	2020-06-07 02:10:54 UTC (rev 55460)
@@ -53,8 +53,8 @@
 extern char* strncpy(); /* copy up to $n$ string characters */
 @y
 @ For string handling we include the {\mc ANSI C} system header file instead
-of predeclaring the standard system functions |strlen|, |strcmp|, |strcpy|,
-|strncmp|, and |strncpy|.
+of predeclaring the standard system functions |@!strlen|, |@!strcmp|,
+|@!strcpy|, |@!strncmp|, and |@!strncpy|.
 @^system dependencies@>
 
 @<Include files@>=

Modified: trunk/Build/source/texk/web2c/tiedir/tie-w2c.ch
===================================================================
--- trunk/Build/source/texk/web2c/tiedir/tie-w2c.ch	2020-06-07 01:21:22 UTC (rev 55459)
+++ trunk/Build/source/texk/web2c/tiedir/tie-w2c.ch	2020-06-07 02:10:54 UTC (rev 55460)
@@ -77,8 +77,8 @@
 typedef int boolean;
 typedef char* string;
 @y
-@ The types |boolean| (with values |false| and |true|) and
-|string| come from \.{<kpathsea/simpletypes.h>}.
+@ The types |@!boolean| (with values |@!false| and |@!true|) and
+|@!string| come from \.{<kpathsea/simpletypes.h>}.
 @s boolean int
 @s string int
 @z
@@ -143,7 +143,7 @@
 #include <stdio.h>
 @y
 @<Global \&{\#include}s@>=
-#include "cpascal.h" /* |decr| and |incr| */
+#include "cpascal.h" /* |@!decr| and |@!incr| */
 #include <kpathsea/kpathsea.h>
 #define usage tieusage /* Also redefine |usage| to avoid clash with function from lib. */
 @z
@@ -162,8 +162,7 @@
 #endif
 @y
 This should cause no trouble in any \Cl\ program.
-The \.{kpathsea} include files handle the definition of |malloc()|,
-too.
+The \.{kpathsea} include files handle the definition of |@!malloc|, too.
 @^system dependencies@>
 @z
 



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