diff options
Diffstat (limited to 'Build/source/texk/web2c/xetexdir')
-rw-r--r-- | Build/source/texk/web2c/xetexdir/ChangeLog | 15 | ||||
-rw-r--r-- | Build/source/texk/web2c/xetexdir/xetex.web | 3 |
2 files changed, 17 insertions, 1 deletions
diff --git a/Build/source/texk/web2c/xetexdir/ChangeLog b/Build/source/texk/web2c/xetexdir/ChangeLog index a1205258a3c..57158c5b256 100644 --- a/Build/source/texk/web2c/xetexdir/ChangeLog +++ b/Build/source/texk/web2c/xetexdir/ChangeLog @@ -1,3 +1,18 @@ +2018-02-03 Jonathan Kew <jfkthame@gmail.com> + + * Bump version number to 0.99999, aiming for the TL'18 release. + Fix issues reported on https://sourceforge.net/p/xetex/bugs + * xetex.web, xetex.ch: Patch from Hironori Kitagawa to + integrate prim_eqtb into eqtb. Fixes issue where + \primitive\vrule\q incorrectly swallows the \q instead of + giving an error. Fixes #143. + * xetex.web: Patch from Hironobu Yamashita for \strcmp and + \mdfivesum errors. Fixes #144. + * xetex.web: Patch from Hironobu Yamashita for \uchyph with + native fonts. Fixes #145. + * XeTeX_ext.[ch]: Patch from Hironobu Yamashita to properly + close input pipes. Fixes 147. + 2018-01-17 Akira Kakuto <kakuto@fuk.kindai.ac.jp> * am/xetex.am (OBJCXXFLAGS) [XETEX_MACOSX]: add -std=c++11. diff --git a/Build/source/texk/web2c/xetexdir/xetex.web b/Build/source/texk/web2c/xetexdir/xetex.web index 56a8f4c486f..08f825c47b2 100644 --- a/Build/source/texk/web2c/xetexdir/xetex.web +++ b/Build/source/texk/web2c/xetexdir/xetex.web @@ -20839,7 +20839,8 @@ loop@+ begin if is_char_node(s) then if lc_code(c) <> 0 then begin hf:=native_font(s); prev_s:=s; - goto done2; + if (lc_code(c)=c)or(uc_hyph>0) then goto done2 + else goto done1; end; if c>=@"10000 then incr(l); end |