texlive[67107] Build/source/texk/web2c/cwebdir: [CWEB] Extend

commits+ascherer at tug.org commits+ascherer at tug.org
Sun May 14 17:35:50 CEST 2023


Revision: 67107
          http://tug.org/svn/texlive?view=revision&revision=67107
Author:   ascherer
Date:     2023-05-14 17:35:49 +0200 (Sun, 14 May 2023)
Log Message:
-----------
[CWEB] Extend 'ministring_buf' for 'mmotype.{w,ch} (MMIX).

This fixes https://github.com/ascherer/cwebbin/issues/64 (CWEBbin).

Modified Paths:
--------------
    trunk/Build/source/texk/web2c/cwebdir/ChangeLog
    trunk/Build/source/texk/web2c/cwebdir/ctwill-mini.ch
    trunk/Build/source/texk/web2c/cwebdir/ctwill-w2c.ch

Modified: trunk/Build/source/texk/web2c/cwebdir/ChangeLog
===================================================================
--- trunk/Build/source/texk/web2c/cwebdir/ChangeLog	2023-05-14 13:56:36 UTC (rev 67106)
+++ trunk/Build/source/texk/web2c/cwebdir/ChangeLog	2023-05-14 15:35:49 UTC (rev 67107)
@@ -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>
 

Modified: trunk/Build/source/texk/web2c/cwebdir/ctwill-mini.ch
===================================================================
--- trunk/Build/source/texk/web2c/cwebdir/ctwill-mini.ch	2023-05-14 13:56:36 UTC (rev 67106)
+++ trunk/Build/source/texk/web2c/cwebdir/ctwill-mini.ch	2023-05-14 15:35:49 UTC (rev 67107)
@@ -2012,11 +2012,11 @@
 @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.
 
- at d max_tex_chars 50 /* limit on the \TeX\ part of a meaning */
+ at d max_tex_chars 80 /* limit on the \TeX\ part of a meaning */
 @-s@>
 
 @ If the \TeX\ part starts
@@ -2023,7 +2023,7 @@
 @z
 
 @x
- at d max_tex_chars 50 /* limit on the \TeX\ part of a meaning */
+ at d max_tex_chars 80 /* limit on the \TeX\ part of a meaning */
 @y
 @z
 

Modified: trunk/Build/source/texk/web2c/cwebdir/ctwill-w2c.ch
===================================================================
--- trunk/Build/source/texk/web2c/cwebdir/ctwill-w2c.ch	2023-05-14 13:56:36 UTC (rev 67106)
+++ trunk/Build/source/texk/web2c/cwebdir/ctwill-w2c.ch	2023-05-14 15:35:49 UTC (rev 67107)
@@ -1456,7 +1456,7 @@
 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 @@
 
 (End of user manual.)
 
- at d max_tex_chars 50 /* limit on the \TeX\ part of a meaning */
+ at d max_tex_chars 80 /* limit on the \TeX\ part of a meaning */
 
 @q Section 25->273. @>
 @* Temporary and permanent meanings.



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