texlive[44294] Build/source/texk/web2c/luatexdir: luatexdir: sync

commits+kakuto at tug.org commits+kakuto at tug.org
Thu May 11 23:11:08 CEST 2017


Revision: 44294
          http://tug.org/svn/texlive?view=revision&revision=44294
Author:   kakuto
Date:     2017-05-11 23:11:08 +0200 (Thu, 11 May 2017)
Log Message:
-----------
luatexdir: sync with the upstream

Modified Paths:
--------------
    trunk/Build/source/texk/web2c/luatexdir/am/luamisc.am
    trunk/Build/source/texk/web2c/luatexdir/lua/luainit.w
    trunk/Build/source/texk/web2c/luatexdir/lua/luastuff.w
    trunk/Build/source/texk/web2c/luatexdir/lua/luatex-api.h

Modified: trunk/Build/source/texk/web2c/luatexdir/am/luamisc.am
===================================================================
--- trunk/Build/source/texk/web2c/luatexdir/am/luamisc.am	2017-05-11 18:08:47 UTC (rev 44293)
+++ trunk/Build/source/texk/web2c/luatexdir/am/luamisc.am	2017-05-11 21:11:08 UTC (rev 44294)
@@ -30,7 +30,6 @@
 	luatexdir/luamd5/md5.c \
 	luatexdir/luamd5/luamd5.h \
 	luatexdir/luamd5/md5lib.c \
-	luatexdir/luamd5/md5_lua.c \
 	luatexdir/luapeg/lpeg.c \
 	luatexdir/luapeg/lpeg.h \
 	luatexdir/luazip/src/luazip.c \

Modified: trunk/Build/source/texk/web2c/luatexdir/lua/luainit.w
===================================================================
--- trunk/Build/source/texk/web2c/luatexdir/lua/luainit.w	2017-05-11 18:08:47 UTC (rev 44293)
+++ trunk/Build/source/texk/web2c/luatexdir/lua/luainit.w	2017-05-11 21:11:08 UTC (rev 44294)
@@ -1023,6 +1023,10 @@
         }
         /* */
         init_tex_table(Luas);
+        if (lua_only) {
+          if (load_luatex_core_lua(Luas))
+            fprintf(stderr, "Error in execution of luatex-core.lua .\n");
+        }
         if (lua_pcall(Luas, 0, 0, 0)) {
             fprintf(stdout, "%s\n", lua_tostring(Luas, -1));
         lua_traceback(Luas);

Modified: trunk/Build/source/texk/web2c/luatexdir/lua/luastuff.w
===================================================================
--- trunk/Build/source/texk/web2c/luatexdir/lua/luastuff.w	2017-05-11 18:08:47 UTC (rev 44293)
+++ trunk/Build/source/texk/web2c/luatexdir/lua/luastuff.w	2017-05-11 21:11:08 UTC (rev 44294)
@@ -293,8 +293,6 @@
     lua_pushcfunction(L,luatex_loadfile);
     lua_setglobal(L, "loadfile");
 
-    luatex_md5_lua_open(L);
-
     open_oslibext(L);
     open_strlibext(L);
     open_lfslibext(L);

Modified: trunk/Build/source/texk/web2c/luatexdir/lua/luatex-api.h
===================================================================
--- trunk/Build/source/texk/web2c/luatexdir/lua/luatex-api.h	2017-05-11 18:08:47 UTC (rev 44293)
+++ trunk/Build/source/texk/web2c/luatexdir/lua/luatex-api.h	2017-05-11 21:11:08 UTC (rev 44294)
@@ -85,7 +85,6 @@
 extern int luaopen_lfs(lua_State * L);
 extern int luaopen_lpeg(lua_State * L);
 extern int luaopen_md5(lua_State * L);
-extern int luatex_md5_lua_open(lua_State * L);
 
 #ifndef LuajitTeX
  extern int luaopen_ffi(lua_State * L);



More information about the tex-live-commits mailing list