From 9bc23df2665f1d8e7a812763e8610e64a835d617 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Thu, 20 Oct 2011 23:59:55 +0000 Subject: branch2011: import e-ptex fixes from trunk r23688 git-svn-id: svn://tug.org/texlive/branches/branch2011@24348 c570f23f-e606-0410-a88d-b1316a301751 --- Build/source/texk/web2c/eptexdir/eptex.ech | 13 +++++++++++++ Build/source/texk/web2c/synctexdir/synctex-e-rec.ch0 | 14 ++------------ 2 files changed, 15 insertions(+), 12 deletions(-) diff --git a/Build/source/texk/web2c/eptexdir/eptex.ech b/Build/source/texk/web2c/eptexdir/eptex.ech index e11b01f2e42..61db180987f 100644 --- a/Build/source/texk/web2c/eptexdir/eptex.ech +++ b/Build/source/texk/web2c/eptexdir/eptex.ech @@ -283,6 +283,19 @@ disp_node: begin othercases goto next_p @z +@x e-pTeX: just_copy + hlist_node,vlist_node: begin r:=get_node(box_node_size); +@y + dir_node, + hlist_node,vlist_node: begin r:=get_node(box_node_size); +@z +@x e-pTeX: just_copy + words:=5; list_ptr(r):=null; {this affects |mem[r+5]|} +@y + words:=5; list_ptr(r):=null; {this affects |mem[r+5]|} + add_glue_ref(space_ptr(r)); add_glue_ref(xspace_ptr(r)); +@z + @x e-pTeX: ifcsname l.28620 buffer[m]:=info(p) mod @'400; incr(m); p:=link(p); @y diff --git a/Build/source/texk/web2c/synctexdir/synctex-e-rec.ch0 b/Build/source/texk/web2c/synctexdir/synctex-e-rec.ch0 index 9229ac910ab..d0553ccbbaf 100644 --- a/Build/source/texk/web2c/synctexdir/synctex-e-rec.ch0 +++ b/Build/source/texk/web2c/synctexdir/synctex-e-rec.ch0 @@ -1,4 +1,4 @@ -Copyright (c) 2008, 2009 jerome DOT laurens AT u-bourgogne DOT fr +Copyright (c) 2008-2011 jerome DOT laurens AT u-bourgogne DOT fr This file is part of the SyncTeX package. @@ -82,21 +82,11 @@ MISSING IMPLEMENTATION: 0 synctag for medium sized node at mem[p] link(prev_p):=p; @z -@x etex.ch l.4126 - if is_char_node(p) then r:=get_avail - else case type(p) of +@x etex.ch l.4186 hlist_node,vlist_node: begin r:=get_node(box_node_size); - mem[r+6]:=mem[p+6]; mem[r+5]:=mem[p+5]; {copy the last two words} - words:=5; list_ptr(r):=null; {this affects |mem[r+5]|} - end; @y - if is_char_node(p) then r:=get_avail - else case type(p) of hlist_node,vlist_node: begin r:=get_node(box_node_size); @; - mem[r+6]:=mem[p+6]; mem[r+5]:=mem[p+5]; {copy the last two words} - words:=5; list_ptr(r):=null; {this affects |mem[r+5]|} - end; @z @x synctex-e-mem.ch0 l.100 -- cgit v1.2.3