From 79a47698484a9289c56dbfbc4a5e0e4aef4fc582 Mon Sep 17 00:00:00 2001 From: Andreas Scherer Date: Sun, 6 Jun 2021 10:49:47 +0000 Subject: [CWEB] New release 4.4. This is yet another service release for CWEB 4.0. * Upstream CWEB 4.4 has been reset to the original buffer sizes of CWEB 3.64c. These are now also used in stand-alone CWEBbin. CWEB for TeX Live uses extended/maxed-out buffer settings. * A few minor typographical bugs were fixed. * Tons of minutiae were addressed in the 'fullmanual' documents. git-svn-id: svn://tug.org/texlive/trunk@59486 c570f23f-e606-0410-a88d-b1316a301751 --- Build/source/texk/web2c/cwebdir/comm-w2c.ch | 22 ++++++++++++++-------- 1 file changed, 14 insertions(+), 8 deletions(-) (limited to 'Build/source/texk/web2c/cwebdir/comm-w2c.ch') diff --git a/Build/source/texk/web2c/cwebdir/comm-w2c.ch b/Build/source/texk/web2c/cwebdir/comm-w2c.ch index 737fbfb4485..ecaf3d437b7 100644 --- a/Build/source/texk/web2c/cwebdir/comm-w2c.ch +++ b/Build/source/texk/web2c/cwebdir/comm-w2c.ch @@ -17,16 +17,16 @@ @q Please send comments, suggestions, etc. to tex-k@@tug.org. @> @x -\def\title{Common code for CTANGLE and CWEAVE (Version 4.3)} +\def\title{Common code for CTANGLE and CWEAVE (Version 4.4)} @y \def\Kpathsea/{{\mc KPATHSEA\spacefactor1000}} \ifacro\sanitizecommand\Kpathsea{KPATHSEA}\fi -\def\title{Common code for CTANGLE and CWEAVE (4.3 [\TeX~Live])} +\def\title{Common code for CTANGLE and CWEAVE (4.4 [\TeX~Live])} @z @x - \centerline{(Version 4.3)} + \centerline{(Version 4.4)} @y - \centerline{(Version 4.3 [\TeX~Live])} + \centerline{(Version 4.4 [\TeX~Live])} @z @x @@ -253,7 +253,7 @@ The remainder of the \.{@@i} line after the file name is ignored. #endif /* |CWEBINPUTS| */ } if (l>0) { - if (k+l+2>=cur_file_name_end) too_long(); + if (k+l+2>=cur_file_name_end) too_long(); @.Include file name ...@> for (; k>=cur_file_name; k--) *(k+l+1)=*k; strcpy(cur_file_name,temp_file_name); @@ -286,6 +286,12 @@ The remainder of the \.{@@i} line after the file name is ignored. err_print(_("! Change file entry did not match")); @z +@x +@d hash_size 353 /* should be prime */ +@y +@d hash_size 8501 /* should be prime */ +@z + @x if (byte_ptr+l>byte_mem_end) overflow("byte memory"); if (name_ptr>=name_dir_end) overflow("name"); @@ -712,9 +718,9 @@ There are several ways to set |TEXMFLOCALEDIR|: #if HAVE_GETTEXT #include /* |@!LC_MESSAGES|, |@!LC_CTYPE| */ #else -#define setlocale(A,B) "" -#define bindtextdomain(A,B) "" -#define textdomain(A) "" +#define setlocale(a,b) "" +#define bindtextdomain(a,b) "" +#define textdomain(a) "" #endif @ @= -- cgit v1.2.3