From 0f430a8a5d792dd97030b5a63ca86292952c7ad4 Mon Sep 17 00:00:00 2001 From: Akira Kakuto Date: Sat, 24 Mar 2018 04:14:57 +0000 Subject: Recover the right \lastnodetype initial value ignored by tex.ch in etexdir/tex.ech, pdftexdir/pdftex.ch, and xetexdir/xetex.ch, (H. Yamashita) git-svn-id: svn://tug.org/texlive/trunk@47096 c570f23f-e606-0410-a88d-b1316a301751 --- Build/source/texk/web2c/etexdir/ChangeLog | 6 ++++++ Build/source/texk/web2c/etexdir/tex.ech | 7 +++++++ Build/source/texk/web2c/pdftexdir/ChangeLog | 6 ++++++ Build/source/texk/web2c/pdftexdir/pdftex.ch | 7 +++++++ Build/source/texk/web2c/xetexdir/ChangeLog | 6 ++++++ Build/source/texk/web2c/xetexdir/xetex.ch | 7 +++++++ 6 files changed, 39 insertions(+) (limited to 'Build') diff --git a/Build/source/texk/web2c/etexdir/ChangeLog b/Build/source/texk/web2c/etexdir/ChangeLog index 79ed6486b64..c13c795be8d 100644 --- a/Build/source/texk/web2c/etexdir/ChangeLog +++ b/Build/source/texk/web2c/etexdir/ChangeLog @@ -1,3 +1,9 @@ +2018-03-24 Hironobu Yamashita + Hironori Kitagawa + + * tex.ech: Recover the right \lastnodetype initialization + value ignored by tex.ch. + 2016-04-06 Karl Berry * etexextra.h (COPYRIGHT_HOLDER): add et al. since diff --git a/Build/source/texk/web2c/etexdir/tex.ech b/Build/source/texk/web2c/etexdir/tex.ech index 03db36ebc6f..feaea51e9a4 100644 --- a/Build/source/texk/web2c/etexdir/tex.ech +++ b/Build/source/texk/web2c/etexdir/tex.ech @@ -41,6 +41,13 @@ @d eTeX_banner=='This is e-TeX, Version 3.14159265',eTeX_version_string @z +@x [16.215] - e-TeX last_node_type +last_glue:=max_halfword; last_penalty:=0; last_kern:=0; +@y +last_glue:=max_halfword; last_penalty:=0; last_kern:=0; +last_node_type:=-1; +@z + @x [51.1332] l.24203 (ca.) texarray line_stack:=xmalloc_array (integer, max_in_open); @y diff --git a/Build/source/texk/web2c/pdftexdir/ChangeLog b/Build/source/texk/web2c/pdftexdir/ChangeLog index 0b211a4b44c..733248f8c08 100644 --- a/Build/source/texk/web2c/pdftexdir/ChangeLog +++ b/Build/source/texk/web2c/pdftexdir/ChangeLog @@ -1,3 +1,9 @@ +2018-03-24 Hironobu Yamashita + Hironori Kitagawa + + * pdftex.ch: Recover the right \lastnodetype initialization + value ignored by tex.ch. + 2018-03-20 Hans Hagen * pdftex.web (Glob...): defined saved_pdf_cur_form. diff --git a/Build/source/texk/web2c/pdftexdir/pdftex.ch b/Build/source/texk/web2c/pdftexdir/pdftex.ch index f12618ffdbb..7f9141295e1 100644 --- a/Build/source/texk/web2c/pdftexdir/pdftex.ch +++ b/Build/source/texk/web2c/pdftexdir/pdftex.ch @@ -37,6 +37,13 @@ @d banner_k==pdfTeX_banner @z +@x [16.215] - e-TeX last_node_type +last_glue:=max_halfword; last_penalty:=0; last_kern:=0; +@y +last_glue:=max_halfword; last_penalty:=0; last_kern:=0; +last_node_type:=-1; +@z + @x @d frozen_null_font=frozen_control_sequence+11 {permanent `\.{\\nullfont}'} diff --git a/Build/source/texk/web2c/xetexdir/ChangeLog b/Build/source/texk/web2c/xetexdir/ChangeLog index cda1d5bb0ff..2c992d950b3 100644 --- a/Build/source/texk/web2c/xetexdir/ChangeLog +++ b/Build/source/texk/web2c/xetexdir/ChangeLog @@ -1,3 +1,9 @@ +2018-03-24 Hironobu Yamashita + Hironori Kitagawa + + * xetex.ch: Recover the right \lastnodetype initialization + value ignored by tex.ch. + 2018-02-26 Jonathan Kew * xetex.web: Fix the code to skip discretionaries when looking diff --git a/Build/source/texk/web2c/xetexdir/xetex.ch b/Build/source/texk/web2c/xetexdir/xetex.ch index 2f24abd3eac..e7e1ff2f2e4 100644 --- a/Build/source/texk/web2c/xetexdir/xetex.ch +++ b/Build/source/texk/web2c/xetexdir/xetex.ch @@ -165,6 +165,13 @@ has been detected. It has five possible values: |spotless|, |warning_issued|, @d shorthand_def=97 {code definition ( \.{\\chardef}, \.{\\countdef}, etc.~)} @z +@x [16.215] - e-TeX last_node_type +last_glue:=max_halfword; last_penalty:=0; last_kern:=0; +@y +last_glue:=max_halfword; last_penalty:=0; last_kern:=0; +last_node_type:=-1; +@z + @x [17.222] l.4523 - frozen_special, for source specials. @d frozen_null_font=frozen_control_sequence+11 @y -- cgit v1.2.3