texlive[53905] Build/source/texk/web2c/xetexdir: xetex.web: allow

commits+hironobu at tug.org commits+hironobu at tug.org
Tue Feb 25 13:53:56 CET 2020


Revision: 53905
          http://tug.org/svn/texlive?view=revision&revision=53905
Author:   hironobu
Date:     2020-02-25 13:53:56 +0100 (Tue, 25 Feb 2020)
Log Message:
-----------
xetex.web: allow fetching a value from \Umathchardef

Modified Paths:
--------------
    trunk/Build/source/texk/web2c/xetexdir/ChangeLog
    trunk/Build/source/texk/web2c/xetexdir/xetex.web

Modified: trunk/Build/source/texk/web2c/xetexdir/ChangeLog
===================================================================
--- trunk/Build/source/texk/web2c/xetexdir/ChangeLog	2020-02-25 01:22:23 UTC (rev 53904)
+++ trunk/Build/source/texk/web2c/xetexdir/ChangeLog	2020-02-25 12:53:56 UTC (rev 53905)
@@ -1,3 +1,8 @@
+2020-02-25  Hironobu Yamashita  <h.y.acetaminophen at gmail.com>
+
+	* xetex.web: Allow fetching value from a token defined by
+	\Umathchardef, to be compatible with LuaTeX. Fixes #109.
+
 2020-02-23  Clerk Ma  <maqiyuan130324 at vip.qq.com>
 
 	* xetex.web: Fix a potential bug in the primitive

Modified: trunk/Build/source/texk/web2c/xetexdir/xetex.web
===================================================================
--- trunk/Build/source/texk/web2c/xetexdir/xetex.web	2020-02-25 01:22:23 UTC (rev 53904)
+++ trunk/Build/source/texk/web2c/xetexdir/xetex.web	2020-02-25 12:53:56 UTC (rev 53905)
@@ -9774,7 +9774,7 @@
 set_page_dimen: @<Fetch something on the |page_so_far|@>;
 set_shape: @<Fetch the |par_shape| size@>;
 set_box_dimen: @<Fetch a box dimension@>;
-char_given,math_given: scanned_result(cur_chr)(int_val);
+char_given,math_given,XeTeX_math_given: scanned_result(cur_chr)(int_val);
 assign_font_dimen: @<Fetch a font dimension@>;
 assign_font_int: @<Fetch a font integer@>;
 register: @<Fetch a register@>;



More information about the tex-live-commits mailing list.