texlive[57726] Build/source/texk/web2c: Support \tracingstacklevels
commits+kakuto at tug.org
commits+kakuto at tug.org
Sat Feb 13 10:45:38 CET 2021
Revision: 57726
http://tug.org/svn/texlive?view=revision&revision=57726
Author: kakuto
Date: 2021-02-13 10:45:37 +0100 (Sat, 13 Feb 2021)
Log Message:
-----------
Support \tracingstacklevels in [e][u]pTeX (H. Kitagawa)
Modified Paths:
--------------
trunk/Build/source/texk/web2c/ChangeLog
trunk/Build/source/texk/web2c/Makefile.in
trunk/Build/source/texk/web2c/eptexdir/am/eptex.am
trunk/Build/source/texk/web2c/eptexdir/etex.ch1
trunk/Build/source/texk/web2c/euptexdir/am/euptex.am
trunk/Build/source/texk/web2c/ptexdir/am/ptex.am
trunk/Build/source/texk/web2c/ptexdir/ptex-base.ch
trunk/Build/source/texk/web2c/synctexdir/synctex-ep-mem.ch1
trunk/Build/source/texk/web2c/synctexdir/synctex-p-mem.ch1
trunk/Build/source/texk/web2c/uptexdir/am/uptex.am
Modified: trunk/Build/source/texk/web2c/ChangeLog
===================================================================
--- trunk/Build/source/texk/web2c/ChangeLog 2021-02-13 04:17:10 UTC (rev 57725)
+++ trunk/Build/source/texk/web2c/ChangeLog 2021-02-13 09:45:37 UTC (rev 57726)
@@ -1,3 +1,11 @@
+2021-02-13 Hironori Kitagawa <h_kitagawa2001 at yahoo.co.jp>
+
+ * eptexdir/am/eptex.am, eptexdir/etex.ch1,
+ euptexdir/am/euptex.am, ptexdir/am/ptex.am,
+ ptexdir/ptex-base.ch, synctexdir/synctex-ep-mem.ch1,
+ synctexdir/synctex-p-mem.ch1, and uptexdir/am/uptex.am:
+ Support \tracingstacklevels in [e][u]pTeX.
+
2021-02-13 Akira Kakuto <kakuto at w32tex.org>
* enctex.ch: Recover the original enctex.ch in order to be
Modified: trunk/Build/source/texk/web2c/Makefile.in
===================================================================
--- trunk/Build/source/texk/web2c/Makefile.in 2021-02-13 04:17:10 UTC (rev 57725)
+++ trunk/Build/source/texk/web2c/Makefile.in 2021-02-13 09:45:37 UTC (rev 57726)
@@ -4302,6 +4302,7 @@
ptex_web_srcs = \
tex.web \
tex.ch \
+ tracingstacklevels.ch \
zlib-fmt.ch
ptex_ch_srcs = \
@@ -4361,6 +4362,7 @@
etexdir/etex.ch \
etexdir/tex.ch0 \
tex.ch \
+ tracingstacklevels.ch \
zlib-fmt.ch \
etexdir/tex.ech
@@ -4405,6 +4407,7 @@
uptex_web_srcs = \
tex.web \
tex.ch \
+ tracingstacklevels.ch \
zlib-fmt.ch
uptex_ch_srcs = \
@@ -4469,6 +4472,7 @@
etexdir/etex.ch \
etexdir/tex.ch0 \
tex.ch \
+ tracingstacklevels.ch \
zlib-fmt.ch \
etexdir/tex.ech
Modified: trunk/Build/source/texk/web2c/eptexdir/am/eptex.am
===================================================================
--- trunk/Build/source/texk/web2c/eptexdir/am/eptex.am 2021-02-13 04:17:10 UTC (rev 57725)
+++ trunk/Build/source/texk/web2c/eptexdir/am/eptex.am 2021-02-13 09:45:37 UTC (rev 57726)
@@ -54,6 +54,7 @@
etexdir/etex.ch \
etexdir/tex.ch0 \
tex.ch \
+ tracingstacklevels.ch \
zlib-fmt.ch \
etexdir/tex.ech
Modified: trunk/Build/source/texk/web2c/eptexdir/etex.ch1
===================================================================
--- trunk/Build/source/texk/web2c/eptexdir/etex.ch1 2021-02-13 04:17:10 UTC (rev 57725)
+++ trunk/Build/source/texk/web2c/eptexdir/etex.ch1 2021-02-13 09:45:37 UTC (rev 57726)
@@ -16,10 +16,10 @@
@z
@x [17.236]
- at d int_pars=63 {total number of integer parameters}
+ at d int_pars=64 {total number of integer parameters}
@d count_base=int_base+int_pars {256 user \.{\\count} registers}
@y
- at d tex_int_pars=63 {total number of \TeX's integer parameters}
+ at d tex_int_pars=64 {total number of \TeX's integer parameters}
@#
@d etex_int_base=tex_int_pars {base for \eTeX's integer parameters}
@z
Modified: trunk/Build/source/texk/web2c/euptexdir/am/euptex.am
===================================================================
--- trunk/Build/source/texk/web2c/euptexdir/am/euptex.am 2021-02-13 04:17:10 UTC (rev 57725)
+++ trunk/Build/source/texk/web2c/euptexdir/am/euptex.am 2021-02-13 09:45:37 UTC (rev 57726)
@@ -50,6 +50,7 @@
etexdir/etex.ch \
etexdir/tex.ch0 \
tex.ch \
+ tracingstacklevels.ch \
zlib-fmt.ch \
etexdir/tex.ech
Modified: trunk/Build/source/texk/web2c/ptexdir/am/ptex.am
===================================================================
--- trunk/Build/source/texk/web2c/ptexdir/am/ptex.am 2021-02-13 04:17:10 UTC (rev 57725)
+++ trunk/Build/source/texk/web2c/ptexdir/am/ptex.am 2021-02-13 09:45:37 UTC (rev 57726)
@@ -74,6 +74,7 @@
ptex_web_srcs = \
tex.web \
tex.ch \
+ tracingstacklevels.ch \
zlib-fmt.ch
# Generate ptex.ch
Modified: trunk/Build/source/texk/web2c/ptexdir/ptex-base.ch
===================================================================
--- trunk/Build/source/texk/web2c/ptexdir/ptex-base.ch 2021-02-13 04:17:10 UTC (rev 57725)
+++ trunk/Build/source/texk/web2c/ptexdir/ptex-base.ch 2021-02-13 09:45:37 UTC (rev 57726)
@@ -1275,7 +1275,8 @@
@d char_sub_def_min_code=web2c_int_base {smallest value in the charsubdef list}
@d char_sub_def_max_code=web2c_int_base+1 {largest value in the charsubdef list}
@d tracing_char_sub_def_code=web2c_int_base+2 {traces changes to a charsubdef def}
- at d web2c_int_pars=web2c_int_base+3 {total number of web2c's integer parameters}
+ at d tracing_stack_levels_code=web2c_int_base+3 {tracing input_stack level if tracingmacros positive}
+ at d web2c_int_pars=web2c_int_base+4 {total number of web2c's integer parameters}
@#
@d int_pars=web2c_int_pars {total number of integer parameters}
@d count_base=int_base+int_pars {256 user \.{\\count} registers}
@@ -1300,7 +1301,8 @@
@d char_sub_def_min_code=60 {smallest value in the charsubdef list}
@d char_sub_def_max_code=61 {largest value in the charsubdef list}
@d tracing_char_sub_def_code=62 {traces changes to a charsubdef def}
- at d int_pars=63 {total number of integer parameters}
+ at d tracing_stack_levels_code=63
+ at d int_pars=64 {total number of integer parameters}
@d count_base=int_base+int_pars {256 user \.{\\count} registers}
@z
Modified: trunk/Build/source/texk/web2c/synctexdir/synctex-ep-mem.ch1
===================================================================
--- trunk/Build/source/texk/web2c/synctexdir/synctex-ep-mem.ch1 2021-02-13 04:17:10 UTC (rev 57725)
+++ trunk/Build/source/texk/web2c/synctexdir/synctex-ep-mem.ch1 2021-02-13 09:45:37 UTC (rev 57726)
@@ -10,9 +10,9 @@
@z
@x tex.web l.4960 + tex.ch
- at d tex_int_pars=63 {total number of \TeX's integer parameters}
+ at d tex_int_pars=64 {total number of \TeX's integer parameters}
@y
- at d synctex_code=63
+ at d synctex_code=64
@d tex_int_pars=synctex_code+1 {total number of \TeX's integer parameters}
@z
Modified: trunk/Build/source/texk/web2c/synctexdir/synctex-p-mem.ch1
===================================================================
--- trunk/Build/source/texk/web2c/synctexdir/synctex-p-mem.ch1 2021-02-13 04:17:10 UTC (rev 57725)
+++ trunk/Build/source/texk/web2c/synctexdir/synctex-p-mem.ch1 2021-02-13 09:45:37 UTC (rev 57726)
@@ -10,9 +10,9 @@
@z
@x tex.web l.4960 + tex.ch
- at d int_pars=63 {total number of integer parameters}
+ at d int_pars=64 {total number of integer parameters}
@y
- at d synctex_code=63
+ at d synctex_code=64
@d int_pars=synctex_code+1 {total number of integer parameters}
@z
Modified: trunk/Build/source/texk/web2c/uptexdir/am/uptex.am
===================================================================
--- trunk/Build/source/texk/web2c/uptexdir/am/uptex.am 2021-02-13 04:17:10 UTC (rev 57725)
+++ trunk/Build/source/texk/web2c/uptexdir/am/uptex.am 2021-02-13 09:45:37 UTC (rev 57726)
@@ -67,6 +67,7 @@
uptex_web_srcs = \
tex.web \
tex.ch \
+ tracingstacklevels.ch \
zlib-fmt.ch
# Generate uptex.ch
More information about the tex-live-commits
mailing list.