From 27cdfadccc40e0691065686e2299ad39401b1069 Mon Sep 17 00:00:00 2001 From: Peter Breitenlohner Date: Thu, 25 Aug 2011 08:26:07 +0000 Subject: e-(u)pTeX bug fix from Hironori Kitagawa git-svn-id: svn://tug.org/texlive/trunk@23688 c570f23f-e606-0410-a88d-b1316a301751 --- Build/source/texk/web2c/synctexdir/ChangeLog | 5 ++++- Build/source/texk/web2c/synctexdir/synctex-e-rec.ch0 | 14 ++------------ 2 files changed, 6 insertions(+), 13 deletions(-) (limited to 'Build/source/texk/web2c/synctexdir') diff --git a/Build/source/texk/web2c/synctexdir/ChangeLog b/Build/source/texk/web2c/synctexdir/ChangeLog index 4e9d98b8497..83dc1a8e1a8 100644 --- a/Build/source/texk/web2c/synctexdir/ChangeLog +++ b/Build/source/texk/web2c/synctexdir/ChangeLog @@ -1,3 +1,7 @@ +2011-08-25 Peter Breitenlohner + + * synctex-e-rec.ch0: Shorten a change set to simplify e-pTeX. + 2011-08-22 Akira Kakuto * synctex-luatex.h, synctex-xetex.h: Define SYNCTEX_CURH and @@ -15,7 +19,6 @@ * synctex-ep-rec.ch1 (removed): ... this file. Mail from Akira, Sat, 23 Jul 2011 23:02:45. - 2011-07-04 Peter Breitenlohner SyncTeX infrastructure for pTeX and e-pTeX. 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