diff options
Diffstat (limited to 'Build/source/texk/web2c/synctexdir/ChangeLog')
-rw-r--r-- | Build/source/texk/web2c/synctexdir/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/Build/source/texk/web2c/synctexdir/ChangeLog b/Build/source/texk/web2c/synctexdir/ChangeLog index e41c576a85c..7c969e81018 100644 --- a/Build/source/texk/web2c/synctexdir/ChangeLog +++ b/Build/source/texk/web2c/synctexdir/ChangeLog @@ -1,3 +1,16 @@ +2011-04-16 Taco Hoekwater <taco@luatex.org> + + * synctex.c: Rename flags member output => output_p to avoid + conflict with macro defined for MinGW32. + +2011-04-16 Peter Breitenlohner <peb@mppmu.mpg.de> + + * synctex-luatex.h (new): moved from ../luatexdir/utils to here. + + * synctex.c (synctexstartinput): When SYNCTEX_GET_CURRENT_NAME() + returns "", don't assign "texput" which might later get freed + but rather xrealloc and strcpy. + 2011-04-03 Peter Breitenlohner <peb@mppmu.mpg.de> * synctex-e-mem.ch0: Adapt to ../etexdir/etex.ch. |