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

commits+kakuto at tug.org commits+kakuto at tug.org
Sat Sep 24 00:32:56 CEST 2016


Revision: 42135
          http://tug.org/svn/texlive?view=revision&revision=42135
Author:   kakuto
Date:     2016-09-24 00:32:56 +0200 (Sat, 24 Sep 2016)
Log Message:
-----------
xetex.web: sync with the upstream

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

Modified: trunk/Build/source/texk/web2c/xetexdir/xetex.web
===================================================================
--- trunk/Build/source/texk/web2c/xetexdir/xetex.web	2016-09-23 22:20:47 UTC (rev 42134)
+++ trunk/Build/source/texk/web2c/xetexdir/xetex.web	2016-09-23 22:32:56 UTC (rev 42135)
@@ -15773,8 +15773,8 @@
     rval: scaled;
   begin
     f:=fam_fnt(2 + size_code);
-    if is_new_mathfont(cur_f) then
-      rval:=get_native_mathsy_param(cur_f, #)
+    if is_new_mathfont(f) then
+      rval:=get_native_mathsy_param(f, #)
     else
       rval:=mathsy(#);
     define_mathsy_end
@@ -15816,8 +15816,8 @@
     rval: scaled;
   begin
     f:=fam_fnt(3 + cur_size);
-    if is_new_mathfont(cur_f) then
-      rval:=get_native_mathex_param(cur_f, #)
+    if is_new_mathfont(f) then
+      rval:=get_native_mathex_param(f, #)
     else
       rval:=mathex(#);
   define_mathex_end
@@ -16456,9 +16456,7 @@
 
 @ @<Look at the list of characters starting with |x|...@>=
 if is_ot_font(g) then begin
-  b:=new_native_character(g, x);
-  x:=get_native_glyph(b, 0);
-  free_node(b, native_size(b));
+  x:=map_char_to_glyph(g, x);
   f:=g; c:=x; w:=0; n:=0;
   repeat
     y:=get_ot_math_variant(g, x, n, addressof(u), 0);



More information about the tex-live-commits mailing list