texlive[57763] Build/source/texk/web2c: [CWEB] Reshuffle byte_mem

commits+ascherer at tug.org commits+ascherer at tug.org
Tue Feb 16 19:56:59 CET 2021


Revision: 57763
          http://tug.org/svn/texlive?view=revision&revision=57763
Author:   ascherer
Date:     2021-02-16 19:56:59 +0100 (Tue, 16 Feb 2021)
Log Message:
-----------
[CWEB] Reshuffle byte_mem pointer.

Modified Paths:
--------------
    trunk/Build/source/texk/web2c/ChangeLog
    trunk/Build/source/texk/web2c/ctangleboot.cin
    trunk/Build/source/texk/web2c/cwebboot.cin
    trunk/Build/source/texk/web2c/cwebdir/ChangeLog
    trunk/Build/source/texk/web2c/cwebdir/comm-w2c.h

Modified: trunk/Build/source/texk/web2c/ChangeLog
===================================================================
--- trunk/Build/source/texk/web2c/ChangeLog	2021-02-16 15:50:31 UTC (rev 57762)
+++ trunk/Build/source/texk/web2c/ChangeLog	2021-02-16 18:56:59 UTC (rev 57763)
@@ -1,3 +1,8 @@
+2021-02-16  Andreas Scherer  <https://ascherer.github.io>
+
+	* ctangleboot.cin,
+	* cwebboot.cin: Reshuffle byte_mem pointer.
+
 2021-02-15  Andreas Scherer  <https://ascherer.github.io>
 
 	* tracingstacklevels.ch,

Modified: trunk/Build/source/texk/web2c/ctangleboot.cin
===================================================================
--- trunk/Build/source/texk/web2c/ctangleboot.cin	2021-02-16 15:50:31 UTC (rev 57762)
+++ trunk/Build/source/texk/web2c/ctangleboot.cin	2021-02-16 18:56:59 UTC (rev 57763)
@@ -204,10 +204,10 @@
 typedef name_pointer*hash_pointer;
 extern char byte_mem[];
 extern char*byte_mem_end;
+extern char*byte_ptr;
 extern name_info name_dir[];
 extern name_pointer name_dir_end;
 extern name_pointer name_ptr;
-extern char*byte_ptr;
 extern name_pointer hash[];
 extern hash_pointer hash_end;
 extern hash_pointer h;

Modified: trunk/Build/source/texk/web2c/cwebboot.cin
===================================================================
--- trunk/Build/source/texk/web2c/cwebboot.cin	2021-02-16 15:50:31 UTC (rev 57762)
+++ trunk/Build/source/texk/web2c/cwebboot.cin	2021-02-16 18:56:59 UTC (rev 57763)
@@ -219,10 +219,10 @@
 typedef name_pointer*hash_pointer;
 extern char byte_mem[];
 extern char*byte_mem_end;
+extern char*byte_ptr;
 extern name_info name_dir[];
 extern name_pointer name_dir_end;
 extern name_pointer name_ptr;
-extern char*byte_ptr;
 extern name_pointer hash[];
 extern hash_pointer hash_end;
 extern hash_pointer h;

Modified: trunk/Build/source/texk/web2c/cwebdir/ChangeLog
===================================================================
--- trunk/Build/source/texk/web2c/cwebdir/ChangeLog	2021-02-16 15:50:31 UTC (rev 57762)
+++ trunk/Build/source/texk/web2c/cwebdir/ChangeLog	2021-02-16 18:56:59 UTC (rev 57763)
@@ -1,5 +1,9 @@
 2021-02-16  Andreas Scherer  <https://ascherer.github.io>
 
+	* comm-w2c.h: Reshuffle byte_mem pointer.
+
+2021-02-16  Andreas Scherer  <https://ascherer.github.io>
+
 	* comm-w2c.ch,
 	* common.h: Restore comment from 'cweave.w' (3.64c).
 

Modified: trunk/Build/source/texk/web2c/cwebdir/comm-w2c.h
===================================================================
--- trunk/Build/source/texk/web2c/cwebdir/comm-w2c.h	2021-02-16 15:50:31 UTC (rev 57762)
+++ trunk/Build/source/texk/web2c/cwebdir/comm-w2c.h	2021-02-16 18:56:59 UTC (rev 57763)
@@ -132,10 +132,10 @@
 typedef name_pointer *hash_pointer;
 extern char byte_mem[]; /* characters of names */
 extern char *byte_mem_end; /* end of |byte_mem| */
+extern char *byte_ptr; /* first unused position in |byte_mem| */
 extern name_info name_dir[]; /* information about names */
 extern name_pointer name_dir_end; /* end of |name_dir| */
 extern name_pointer name_ptr; /* first unused position in |name_dir| */
-extern char *byte_ptr; /* first unused position in |byte_mem| */
 extern name_pointer hash[]; /* heads of hash lists */
 extern hash_pointer hash_end; /* end of |hash| */
 extern hash_pointer h; /* index into hash-head array */



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