summaryrefslogtreecommitdiff
path: root/Build
diff options
context:
space:
mode:
Diffstat (limited to 'Build')
-rw-r--r--Build/source/texk/web2c/ChangeLog11
-rw-r--r--Build/source/texk/web2c/cwebdir/cweave.w2
2 files changed, 12 insertions, 1 deletions
diff --git a/Build/source/texk/web2c/ChangeLog b/Build/source/texk/web2c/ChangeLog
index 2471866718e..87857b0dc5c 100644
--- a/Build/source/texk/web2c/ChangeLog
+++ b/Build/source/texk/web2c/ChangeLog
@@ -1,3 +1,14 @@
+2012-09-05 Karl Berry <karl@tug.org>
+
+ * cwebdir/cweave.w (longest_name): restore to 10000,
+ the value in the Knuth/Levy distribution on CTAN
+ (which matches Knuth, ftp://ftp.cs.stanford.edu/pub/cweb/cweb.tar.gz)
+ Report from Arthur O'Dwyer, 3 Sep 2012 18:06:05.
+
+ Our cweave.w has many other changes relative to the original.
+ These should be moved to cweav-w2c.ch so our originals are
+ unmodified, but can't do everything right now.
+
2012-08-01 Peter Breitenlohner <peb@mppmu.mpg.de>
* configure.ac (AC_CHECK_FUNCS): Remove test for snprintf.
diff --git a/Build/source/texk/web2c/cwebdir/cweave.w b/Build/source/texk/web2c/cwebdir/cweave.w
index 51f67cba562..3e2575d9551 100644
--- a/Build/source/texk/web2c/cwebdir/cweave.w
+++ b/Build/source/texk/web2c/cwebdir/cweave.w
@@ -124,7 +124,7 @@ you have to change them also in the file |"common.w"|.
@d max_sections 10239 /* greater than the total number of sections */
@d hash_size 8501 /* should be prime */
@d buf_size 1000 /* maximum length of input line, plus one */
-@d longest_name 1000 /* section names and strings shouldn't be longer than this */
+@d longest_name 10000 /* section names and strings shouldn't be longer than this */
@d long_buf_size (buf_size+longest_name)
@d line_length 80 /* lines of \TEX/ output have at most this many characters;
should be less than 256 */