texlive[47096] Build/source/texk/web2c: Recover the right
commits+kakuto at tug.org
commits+kakuto at tug.org
Sat Mar 24 05:14:58 CET 2018
Revision: 47096
http://tug.org/svn/texlive?view=revision&revision=47096
Author: kakuto
Date: 2018-03-24 05:14:57 +0100 (Sat, 24 Mar 2018)
Log Message:
-----------
Recover the right \lastnodetype initial value ignored by tex.ch in etexdir/tex.ech, pdftexdir/pdftex.ch, and xetexdir/xetex.ch, (H. Yamashita)
Modified Paths:
--------------
trunk/Build/source/texk/web2c/etexdir/ChangeLog
trunk/Build/source/texk/web2c/etexdir/tex.ech
trunk/Build/source/texk/web2c/pdftexdir/ChangeLog
trunk/Build/source/texk/web2c/pdftexdir/pdftex.ch
trunk/Build/source/texk/web2c/xetexdir/ChangeLog
trunk/Build/source/texk/web2c/xetexdir/xetex.ch
Modified: trunk/Build/source/texk/web2c/etexdir/ChangeLog
===================================================================
--- trunk/Build/source/texk/web2c/etexdir/ChangeLog 2018-03-24 01:24:28 UTC (rev 47095)
+++ trunk/Build/source/texk/web2c/etexdir/ChangeLog 2018-03-24 04:14:57 UTC (rev 47096)
@@ -1,3 +1,9 @@
+2018-03-24 Hironobu Yamashita <h.y.acetaminophen at gmail.com>
+ Hironori Kitagawa <h_kitagawa2001 at yahoo.co.jp>
+
+ * tex.ech: Recover the right \lastnodetype initialization
+ value ignored by tex.ch.
+
2016-04-06 Karl Berry <karl at tug.org>
* etexextra.h (COPYRIGHT_HOLDER): add et al. since
Modified: trunk/Build/source/texk/web2c/etexdir/tex.ech
===================================================================
--- trunk/Build/source/texk/web2c/etexdir/tex.ech 2018-03-24 01:24:28 UTC (rev 47095)
+++ trunk/Build/source/texk/web2c/etexdir/tex.ech 2018-03-24 04:14:57 UTC (rev 47096)
@@ -41,6 +41,13 @@
@d eTeX_banner=='This is e-TeX, Version 3.14159265',eTeX_version_string
@z
+ at x [16.215] - e-TeX last_node_type
+last_glue:=max_halfword; last_penalty:=0; last_kern:=0;
+ at y
+last_glue:=max_halfword; last_penalty:=0; last_kern:=0;
+last_node_type:=-1;
+ at z
+
@x [51.1332] l.24203 (ca.) texarray
line_stack:=xmalloc_array (integer, max_in_open);
@y
Modified: trunk/Build/source/texk/web2c/pdftexdir/ChangeLog
===================================================================
--- trunk/Build/source/texk/web2c/pdftexdir/ChangeLog 2018-03-24 01:24:28 UTC (rev 47095)
+++ trunk/Build/source/texk/web2c/pdftexdir/ChangeLog 2018-03-24 04:14:57 UTC (rev 47096)
@@ -1,3 +1,9 @@
+2018-03-24 Hironobu Yamashita <h.y.acetaminophen at gmail.com>
+ Hironori Kitagawa <h_kitagawa2001 at yahoo.co.jp>
+
+ * pdftex.ch: Recover the right \lastnodetype initialization
+ value ignored by tex.ch.
+
2018-03-20 Hans Hagen <pragma at wxs.nl>
* pdftex.web (Glob...): defined saved_pdf_cur_form.
Modified: trunk/Build/source/texk/web2c/pdftexdir/pdftex.ch
===================================================================
--- trunk/Build/source/texk/web2c/pdftexdir/pdftex.ch 2018-03-24 01:24:28 UTC (rev 47095)
+++ trunk/Build/source/texk/web2c/pdftexdir/pdftex.ch 2018-03-24 04:14:57 UTC (rev 47096)
@@ -37,6 +37,13 @@
@d banner_k==pdfTeX_banner
@z
+ at x [16.215] - e-TeX last_node_type
+last_glue:=max_halfword; last_penalty:=0; last_kern:=0;
+ at y
+last_glue:=max_halfword; last_penalty:=0; last_kern:=0;
+last_node_type:=-1;
+ at z
+
@x
@d frozen_null_font=frozen_control_sequence+11
{permanent `\.{\\nullfont}'}
Modified: trunk/Build/source/texk/web2c/xetexdir/ChangeLog
===================================================================
--- trunk/Build/source/texk/web2c/xetexdir/ChangeLog 2018-03-24 01:24:28 UTC (rev 47095)
+++ trunk/Build/source/texk/web2c/xetexdir/ChangeLog 2018-03-24 04:14:57 UTC (rev 47096)
@@ -1,3 +1,9 @@
+2018-03-24 Hironobu Yamashita <h.y.acetaminophen at gmail.com>
+ Hironori Kitagawa <h_kitagawa2001 at yahoo.co.jp>
+
+ * xetex.ch: Recover the right \lastnodetype initialization
+ value ignored by tex.ch.
+
2018-02-26 Jonathan Kew <jfkthame at gmail.com>
* xetex.web: Fix the code to skip discretionaries when looking
Modified: trunk/Build/source/texk/web2c/xetexdir/xetex.ch
===================================================================
--- trunk/Build/source/texk/web2c/xetexdir/xetex.ch 2018-03-24 01:24:28 UTC (rev 47095)
+++ trunk/Build/source/texk/web2c/xetexdir/xetex.ch 2018-03-24 04:14:57 UTC (rev 47096)
@@ -165,6 +165,13 @@
@d shorthand_def=97 {code definition ( \.{\\chardef}, \.{\\countdef}, etc.~)}
@z
+ at x [16.215] - e-TeX last_node_type
+last_glue:=max_halfword; last_penalty:=0; last_kern:=0;
+ at y
+last_glue:=max_halfword; last_penalty:=0; last_kern:=0;
+last_node_type:=-1;
+ at z
+
@x [17.222] l.4523 - frozen_special, for source specials.
@d frozen_null_font=frozen_control_sequence+11
@y
More information about the tex-live-commits
mailing list