summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/cwebdir
diff options
context:
space:
mode:
authorAndreas Scherer <andreas_tex@freenet.de>2023-08-18 15:11:05 +0000
committerAndreas Scherer <andreas_tex@freenet.de>2023-08-18 15:11:05 +0000
commit82f273487357890418ab50d434c84b94d7c297d0 (patch)
tree2d847649b5f1ef1bdaef5748c85f766833a012dc /Build/source/texk/web2c/cwebdir
parent007f32f0c939b9f5f5dc87daf6c311417f1256f8 (diff)
[CWEB] Update section/line references in change files.
Hopefully, after almost 100 commits since May 2023, the next step will be the new 4.10 version number and a possible release. git-svn-id: svn://tug.org/texlive/trunk@67968 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/cwebdir')
-rw-r--r--Build/source/texk/web2c/cwebdir/ChangeLog14
-rw-r--r--Build/source/texk/web2c/cwebdir/comm-bs.ch4
-rw-r--r--Build/source/texk/web2c/cwebdir/comm-mac.ch4
-rw-r--r--Build/source/texk/web2c/cwebdir/comm-mini.ch4
-rw-r--r--Build/source/texk/web2c/cwebdir/comm-w2c.ch2
-rw-r--r--Build/source/texk/web2c/cwebdir/comm-w32.ch2
-rw-r--r--Build/source/texk/web2c/cwebdir/ctang-bs.ch2
-rw-r--r--Build/source/texk/web2c/cwebdir/ctang-vms.ch2
-rw-r--r--Build/source/texk/web2c/cwebdir/ctang-w32.ch4
-rw-r--r--Build/source/texk/web2c/cwebdir/ctwill-hint.ch2
-rw-r--r--Build/source/texk/web2c/cwebdir/ctwill-mini.ch12
-rw-r--r--Build/source/texk/web2c/cwebdir/cweav-bs.ch8
12 files changed, 37 insertions, 23 deletions
diff --git a/Build/source/texk/web2c/cwebdir/ChangeLog b/Build/source/texk/web2c/cwebdir/ChangeLog
index dca3f684105..ed9fea6ccfa 100644
--- a/Build/source/texk/web2c/cwebdir/ChangeLog
+++ b/Build/source/texk/web2c/cwebdir/ChangeLog
@@ -1,3 +1,17 @@
+2023-08-18 Andreas Scherer <https://ascherer.github.io>
+
+ * comm-bs.ch,
+ * comm-mac.ch,
+ * comm-mini.ch,
+ * comm-w2c.ch,
+ * comm-w32.ch,
+ * ctang-bs.ch,
+ * ctang-vms.ch,
+ * ctang-w32.ch,
+ * ctwill-hint.ch,
+ * ctwill-mini.ch,
+ * cweav-bs.ch: Update section/line references.
+
2023-08-16 Andreas Scherer <https://ascherer.github.io>
* comm-w2c.ch,
diff --git a/Build/source/texk/web2c/cwebdir/comm-bs.ch b/Build/source/texk/web2c/cwebdir/comm-bs.ch
index 5af439b88a5..ac2e26e9bdd 100644
--- a/Build/source/texk/web2c/cwebdir/comm-bs.ch
+++ b/Build/source/texk/web2c/cwebdir/comm-bs.ch
@@ -15,7 +15,7 @@ by using "huge" pointers.
(Update attempt by Andreas Scherer, 31 Jan 2021. Good luck!)
-@x Section 9.
+@x Section 10.
@d ilk dummy.Ilk /* used by \.{CWEAVE} only */
@<Common code...@>=
@@ -59,7 +59,7 @@ extern char huge* byte_mem_end; /* end of |byte_mem| */
@z
-@x Section 39.
+@x Section 36.
cur_file_name[l]='/'; /* \UNIX/ pathname separator */
@y
cur_file_name[l]='/'; /* A valid {\mc MSDOS} pathname separator */
diff --git a/Build/source/texk/web2c/cwebdir/comm-mac.ch b/Build/source/texk/web2c/cwebdir/comm-mac.ch
index ac2773ddaff..f7260a4bad8 100644
--- a/Build/source/texk/web2c/cwebdir/comm-mac.ch
+++ b/Build/source/texk/web2c/cwebdir/comm-mac.ch
@@ -81,7 +81,7 @@ FILE *fp) /* what file to read from */
@<Skip over comment lines in the change file; |return| if end of file@>@;
@z
-@x section 39, declare colon as Mac's path separator
+@x section 36, declare colon as Mac's path separator
(Colon-separated paths are not supported.)
The remainder of the \.{@@i} line after the file name is ignored.
@@ -94,7 +94,7 @@ The remainder of the \.{@@i} line after the file name is ignored.
@d PATH_SEP ':' /* MacOS pathname separator */
@^system dependencies@>
@z
-@x section 39, use the path separator constant
+@x section 36, use the path separator constant
cur_file_name[l]='/'; /* \UNIX/ pathname separator */
@y
cur_file_name[l]=PATH_SEP; /* pathname separator */
diff --git a/Build/source/texk/web2c/cwebdir/comm-mini.ch b/Build/source/texk/web2c/cwebdir/comm-mini.ch
index 22ec66b8640..ccaaaea96de 100644
--- a/Build/source/texk/web2c/cwebdir/comm-mini.ch
+++ b/Build/source/texk/web2c/cwebdir/comm-mini.ch
@@ -132,7 +132,7 @@ Section 52.
@d first_chunk(p) ((p)->byte_start+2)
@z
-Section 54.
+Section 53.
@x
*dest='\0';
@@ -280,6 +280,8 @@ Section 96.
@-CWEB@>
@z
+Section 85/102.
+
@x
@** Index.
@y
diff --git a/Build/source/texk/web2c/cwebdir/comm-w2c.ch b/Build/source/texk/web2c/cwebdir/comm-w2c.ch
index a14240a22a0..5a2fd904570 100644
--- a/Build/source/texk/web2c/cwebdir/comm-w2c.ch
+++ b/Build/source/texk/web2c/cwebdir/comm-w2c.ch
@@ -493,12 +493,10 @@ systems the contents of the compile-time variable |DEV_NULL| (\TeX~Live) or
@z
@x
- while (*s)
if (*s=='.') dot_pos=s++;
else if (*s=='/') dot_pos=NULL,name_pos=++s;
else s++;
@y
- while (*s)
if (*s=='.') dot_pos=s++;
else if (*s==DIR_SEPARATOR || *s==DEVICE_SEPARATOR || *s=='/')
dot_pos=NULL,name_pos=++s;
diff --git a/Build/source/texk/web2c/cwebdir/comm-w32.ch b/Build/source/texk/web2c/cwebdir/comm-w32.ch
index d51ed633da4..cf5d63c9c13 100644
--- a/Build/source/texk/web2c/cwebdir/comm-w32.ch
+++ b/Build/source/texk/web2c/cwebdir/comm-w32.ch
@@ -34,7 +34,7 @@ header files to be safe.
Admittedly, this is not vital for cweb, except that I build the whole texlive
set of programs using the __fastcall convention.
-@x
+@x section 11
extern boolean names_match(name_pointer,const char *,size_t,eight_bits);
@y
extern boolean __cdecl names_match(name_pointer,const char *,size_t,eight_bits);
diff --git a/Build/source/texk/web2c/cwebdir/ctang-bs.ch b/Build/source/texk/web2c/cwebdir/ctang-bs.ch
index 9c326414767..96c2bd416ea 100644
--- a/Build/source/texk/web2c/cwebdir/ctang-bs.ch
+++ b/Build/source/texk/web2c/cwebdir/ctang-bs.ch
@@ -26,7 +26,7 @@ is modified.
@z
-@x Section 10.
+@x Section 11.
@d ilk dummy.Ilk /* used by \.{CWEAVE} only */
@<Common code...@>=
diff --git a/Build/source/texk/web2c/cwebdir/ctang-vms.ch b/Build/source/texk/web2c/cwebdir/ctang-vms.ch
index ea58b89a5a1..e4b9edf71d3 100644
--- a/Build/source/texk/web2c/cwebdir/ctang-vms.ch
+++ b/Build/source/texk/web2c/cwebdir/ctang-vms.ch
@@ -15,7 +15,7 @@ created:
@d banner "This is CTANGLE (VAX/VMS Version 4.9)"
@z
-@x section 4 (01-FEB-1992 ST)
+@x section 5 (01-FEB-1992 ST)
#include <ctype.h> /* definition of |@!isalpha|, |@!isdigit| and so on */
#include <stdbool.h> /* definition of |@!bool|, |@!true| and |@!false| */
#include <stddef.h> /* definition of |@!ptrdiff_t| */
diff --git a/Build/source/texk/web2c/cwebdir/ctang-w32.ch b/Build/source/texk/web2c/cwebdir/ctang-w32.ch
index 401040c3d1a..4cffd1adb83 100644
--- a/Build/source/texk/web2c/cwebdir/ctang-w32.ch
+++ b/Build/source/texk/web2c/cwebdir/ctang-w32.ch
@@ -9,7 +9,7 @@ Changes necessary for compiling with Borland C/C++
@d banner "This is CTANGLE (Version 4.9win32)"
@z
-@x
+@x section 24
boolean names_match(
name_pointer p, /* points to the proposed match */
const char *first, /* position of first character of string */
@@ -23,7 +23,7 @@ size_t l, /* length of identifier */
eight_bits t) /* not used by \.{CTANGLE} */
@z
-@x
+@x section 25
void
init_node(
name_pointer node)
diff --git a/Build/source/texk/web2c/cwebdir/ctwill-hint.ch b/Build/source/texk/web2c/cwebdir/ctwill-hint.ch
index 83227604d5f..ee200c49394 100644
--- a/Build/source/texk/web2c/cwebdir/ctwill-hint.ch
+++ b/Build/source/texk/web2c/cwebdir/ctwill-hint.ch
@@ -955,7 +955,7 @@ Section 304.
Section 310.
-@x l.116 of CTWILL-TEXLIVE.CH
+@x l.102 of CTWILL-TEXLIVE.CH
@d kpse_find_cweb(name) kpse_find_file(name,kpse_cweb_format,true)
@y
@d kpse_find_cweb(name) kpse_find_file(name,kpse_cweb_format,true)
diff --git a/Build/source/texk/web2c/cwebdir/ctwill-mini.ch b/Build/source/texk/web2c/cwebdir/ctwill-mini.ch
index a5b4f759faa..2775c37544d 100644
--- a/Build/source/texk/web2c/cwebdir/ctwill-mini.ch
+++ b/Build/source/texk/web2c/cwebdir/ctwill-mini.ch
@@ -284,7 +284,7 @@ Section 42.
CTWILL hickups on comment and produces unmatched '$' in mini-index.
-@x l.646
+@x
skip_TeX(void) /* skip past pure \TEX/ code */
@y
skip_TeX(void)
@@ -685,7 +685,7 @@ The raw input is converted into scraps according to the following table,
\yskip\halign{\quad#\hfil&\quad#\hfil&\quad\hfil#\hfil\cr
@z
-@x l.2137
+@x
\.{\\hbox\{}\thinspace stuff\/\thinspace\.\} to the following scrap.
@y
\.{\\hbox\{}\thinspace stuff\/\thinspace\.\} to the following scrap.
@@ -1044,7 +1044,7 @@ Section 129.
Section 130.
-@x l.2221
+@x
@c
@y
@c
@@ -1366,7 +1366,7 @@ if (cat1==if_like || cat1==else_like || cat1==define_like) @/
Section 178.
-@x l.3017
+@x
app(opt); app('9'); reduce(pp,4,langle,0,153);
}
else reduce(pp,4,cast,-1,154);
@@ -1378,7 +1378,7 @@ Section 178.
Section 179.
-@x l.3028
+@x
big_app1_insert(pp,' '); reduce(pp,2,struct_like,0,155);
}
else reduce(pp,0,raw_int,0,91);
@@ -2222,7 +2222,7 @@ Section 322.
Section 328.
-@x l.116 of CTWILL-TEXLIVE.CH
+@x l.102 of CTWILL-TEXLIVE.CH
@d kpse_find_cweb(name) kpse_find_file(name,kpse_cweb_format,true)
@y
@d kpse_find_cweb(name) kpse_find_file(name,kpse_cweb_format,true)
diff --git a/Build/source/texk/web2c/cwebdir/cweav-bs.ch b/Build/source/texk/web2c/cwebdir/cweav-bs.ch
index 83d821e7ea9..af1d6bf115a 100644
--- a/Build/source/texk/web2c/cwebdir/cweav-bs.ch
+++ b/Build/source/texk/web2c/cwebdir/cweav-bs.ch
@@ -194,28 +194,28 @@ max_tok_ptr=tok_mem+1; max_text_ptr=tok_start+1;
@z
-@x Section 218.
+@x Section 217.
char *p; /* index into |byte_mem| */
@y
char huge *p; /* index into |byte_mem| */
@z
-@x Section 253.
+@x Section 252.
if (cur_name->xref!=(void *)xmem) {
@y
if (cur_name->xref!=(void huge*)xmem) {
@z
-@x Section 255.
+@x Section 254.
static char *cur_byte; /* index into |byte_mem| */
@y
static char huge* cur_byte; /* index into |byte_mem| */
@z
-@x Section 264.
+@x Section 263.
switch (cur_name->ilk) {@+char *p; /* index into |byte_mem| */@+@t}\6{\4@>
@y
switch (cur_name->ilk) {@+char huge* p; /* index into |byte_mem| */@+@t}\6{\4@>