texlive[62653] Build/source/texk/web2c/luatexdir: LuaTeX: fixed

commits+lscarso at tug.org commits+lscarso at tug.org
Sat Mar 12 14:17:01 CET 2022


Revision: 62653
          http://tug.org/svn/texlive?view=revision&revision=62653
Author:   lscarso
Date:     2022-03-12 14:17:00 +0100 (Sat, 12 Mar 2022)
Log Message:
-----------
LuaTeX: fixed initialization of \showstream (M.Kruger)

Modified Paths:
--------------
    trunk/Build/source/texk/web2c/luatexdir/luatex_svnversion.h
    trunk/Build/source/texk/web2c/luatexdir/tex/mainbody.c
    trunk/Build/source/texk/web2c/luatexdir/tex/maincontrol.c

Modified: trunk/Build/source/texk/web2c/luatexdir/luatex_svnversion.h
===================================================================
--- trunk/Build/source/texk/web2c/luatexdir/luatex_svnversion.h	2022-03-12 02:28:21 UTC (rev 62652)
+++ trunk/Build/source/texk/web2c/luatexdir/luatex_svnversion.h	2022-03-12 13:17:00 UTC (rev 62653)
@@ -1,4 +1,4 @@
 #ifndef luatex_svn_revision_h
 #define luatex_svn_revision_h
-#define luatex_svn_revision 7507
+#define luatex_svn_revision 7509
 #endif

Modified: trunk/Build/source/texk/web2c/luatexdir/tex/mainbody.c
===================================================================
--- trunk/Build/source/texk/web2c/luatexdir/tex/mainbody.c	2022-03-12 02:28:21 UTC (rev 62652)
+++ trunk/Build/source/texk/web2c/luatexdir/tex/mainbody.c	2022-03-12 13:17:00 UTC (rev 62653)
@@ -441,7 +441,6 @@
         memset(eqtb, 0, sizeof(memory_word) * (unsigned) (eqtb_top + 1));
         init_string_pool_array((unsigned) max_strings);
         reset_cur_string();
-        show_stream_par = -1;
     }
     /*tex
         Check the ``constant'' values...

Modified: trunk/Build/source/texk/web2c/luatexdir/tex/maincontrol.c
===================================================================
--- trunk/Build/source/texk/web2c/luatexdir/tex/maincontrol.c	2022-03-12 02:28:21 UTC (rev 62652)
+++ trunk/Build/source/texk/web2c/luatexdir/tex/maincontrol.c	2022-03-12 13:17:00 UTC (rev 62653)
@@ -4317,6 +4317,7 @@
         page_top_offset_par = one_inch;
         page_right_offset_par = one_inch;
         page_bottom_offset_par = one_inch;
+        show_stream_par = -1;
         ini_init_primitives();
         hash_used = frozen_control_sequence;
         hash_high = 0;



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