texlive[47100] Build/source/texk/web2c/eptexdir: eptexdir/etex.ch1:

commits+hironobu at tug.org commits+hironobu at tug.org
Sat Mar 24 08:31:38 CET 2018


Revision: 47100
          http://tug.org/svn/texlive?view=revision&revision=47100
Author:   hironobu
Date:     2018-03-24 08:31:38 +0100 (Sat, 24 Mar 2018)
Log Message:
-----------
eptexdir/etex.ch1: same fix as r47096 for \lastnodesubtype (H. Kitagawa)

Revision Links:
--------------
    http://tug.org/svn/texlive?view=revision&revision=47096

Modified Paths:
--------------
    trunk/Build/source/texk/web2c/eptexdir/ChangeLog
    trunk/Build/source/texk/web2c/eptexdir/eptex.ech
    trunk/Build/source/texk/web2c/eptexdir/etex.ch1

Modified: trunk/Build/source/texk/web2c/eptexdir/ChangeLog
===================================================================
--- trunk/Build/source/texk/web2c/eptexdir/ChangeLog	2018-03-24 07:17:27 UTC (rev 47099)
+++ trunk/Build/source/texk/web2c/eptexdir/ChangeLog	2018-03-24 07:31:38 UTC (rev 47100)
@@ -1,3 +1,10 @@
+2018-03-24  Hironori Kitagawa  <h_kitagawa2001 at yahoo.co.jp>
+            Hironobu Yamashita <h.y.acetaminophen at gmail.com>
+
+	* etex.ch1: Recover the right \lastnodesubtype initialization
+	value ignored by tex.ch.
+	* eptex.ech: Describe \lastnodesubtype.
+
 2018-02-26  Hironori Kitagawa  <h_kitagawa2001 at yahoo.co.jp>
 
 	* eptex.ech, eptex_version.h: e-pTeX version 180226.

Modified: trunk/Build/source/texk/web2c/eptexdir/eptex.ech
===================================================================
--- trunk/Build/source/texk/web2c/eptexdir/eptex.ech	2018-03-24 07:17:27 UTC (rev 47099)
+++ trunk/Build/source/texk/web2c/eptexdir/eptex.ech	2018-03-24 07:31:38 UTC (rev 47100)
@@ -5,6 +5,9 @@
 %%
 %% \lastnodechar: the (internal) character code of the last node
 %%   -1: non-character or null
+%% \lastnodesubtype: the (internal) subtype of the last node
+%%   -1: null
+%%   fallback to 0 if not explicitly set
 
 
 @x e-pTeX: logo

Modified: trunk/Build/source/texk/web2c/eptexdir/etex.ch1
===================================================================
--- trunk/Build/source/texk/web2c/eptexdir/etex.ch1	2018-03-24 07:17:27 UTC (rev 47099)
+++ trunk/Build/source/texk/web2c/eptexdir/etex.ch1	2018-03-24 07:31:38 UTC (rev 47100)
@@ -7,6 +7,14 @@
     begin print_direction_alt(box_dir(p));
 @z
 
+ at x [16.215] - e-pTeX last_node_subtype
+last_glue:=max_halfword; last_penalty:=0; last_kern:=0;
+last_node_type:=-1;
+ at y
+last_glue:=max_halfword; last_penalty:=0; last_kern:=0;
+last_node_type:=-1; last_node_subtype:=-1;
+ at z
+
 @x [17.236]
 @d int_pars=63 {total number of integer parameters}
 @d count_base=int_base+int_pars {256 user \.{\\count} registers}



More information about the tex-live-commits mailing list