summaryrefslogtreecommitdiff
path: root/Build
diff options
context:
space:
mode:
authorAndreas Scherer <andreas_tex@freenet.de>2023-05-14 15:35:49 +0000
committerAndreas Scherer <andreas_tex@freenet.de>2023-05-14 15:35:49 +0000
commita55932d8fe85da47bb37ec0cf6755fa4e50e5215 (patch)
tree4e8d26a7ccc2ed983f95854f5c3003dc25cb07d2 /Build
parentfef135722a764678e4510d57b1ba5b638b8799a9 (diff)
[CWEB] Extend 'ministring_buf' for 'mmotype.{w,ch} (MMIX).
This fixes https://github.com/ascherer/cwebbin/issues/64 (CWEBbin). git-svn-id: svn://tug.org/texlive/trunk@67107 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build')
-rw-r--r--Build/source/texk/web2c/cwebdir/ChangeLog3
-rw-r--r--Build/source/texk/web2c/cwebdir/ctwill-mini.ch8
-rw-r--r--Build/source/texk/web2c/cwebdir/ctwill-w2c.ch4
3 files changed, 8 insertions, 7 deletions
diff --git a/Build/source/texk/web2c/cwebdir/ChangeLog b/Build/source/texk/web2c/cwebdir/ChangeLog
index 23bc72bf867..bde6becd7be 100644
--- a/Build/source/texk/web2c/cwebdir/ChangeLog
+++ b/Build/source/texk/web2c/cwebdir/ChangeLog
@@ -2,7 +2,8 @@
* ctwill-mini.ch,
* ctwill-w2c.ch: Reshuffle fix for CTWILL;
- permit '$' in C identifiers (from ctangle.w).
+ permit '$' in C identifiers (from ctangle.w);
+ extend 'ministring_buf' for 'mmotype.{w,ch}' (MMIX).
2023-05-13 Andreas Scherer <https://ascherer.github.io>
diff --git a/Build/source/texk/web2c/cwebdir/ctwill-mini.ch b/Build/source/texk/web2c/cwebdir/ctwill-mini.ch
index a5e3431479d..59fbadab2d0 100644
--- a/Build/source/texk/web2c/cwebdir/ctwill-mini.ch
+++ b/Build/source/texk/web2c/cwebdir/ctwill-mini.ch
@@ -2012,18 +2012,18 @@ The current meaning of every identifier is initially `\.{\\uninitialized}'.
@z
@x
-must have fewer than 50 characters. If the \TeX\ part starts
+must have fewer than 80 characters. If the \TeX\ part starts
@y
-must have fewer than 50 characters.
+must have fewer than 80 characters.
-@d max_tex_chars 50 /* limit on the \TeX\ part of a meaning */
+@d max_tex_chars 80 /* limit on the \TeX\ part of a meaning */
@-s@>
@ If the \TeX\ part starts
@z
@x
-@d max_tex_chars 50 /* limit on the \TeX\ part of a meaning */
+@d max_tex_chars 80 /* limit on the \TeX\ part of a meaning */
@y
@z
diff --git a/Build/source/texk/web2c/cwebdir/ctwill-w2c.ch b/Build/source/texk/web2c/cwebdir/ctwill-w2c.ch
index 54db3b90940..5abf1c5c95c 100644
--- a/Build/source/texk/web2c/cwebdir/ctwill-w2c.ch
+++ b/Build/source/texk/web2c/cwebdir/ctwill-w2c.ch
@@ -1456,7 +1456,7 @@ things you don't like.
The meaning specified by \.{@@\$...@@>} generally has four components:
an identifier (followed by space), a program name (enclosed in braces),
a section number (followed by space), and a \TeX\ part. The \TeX\ part
-must have fewer than 50 characters. If the \TeX\ part starts
+must have fewer than 80 characters. If the \TeX\ part starts
with `\.=', the mini-index entry will contain an equals sign instead
of a colon; for example,
$$\.{@@\$buf\_size \{PROG\}10 =\\T\{200\}@@>}$$
@@ -1498,7 +1498,7 @@ which are quite different from the change files you set up for tangling.
(End of user manual.)
-@d max_tex_chars 50 /* limit on the \TeX\ part of a meaning */
+@d max_tex_chars 80 /* limit on the \TeX\ part of a meaning */
@q Section 25->273. @>
@* Temporary and permanent meanings.