texlive[52704] Build/source/texk/web2c/luatexdir/lua/lkpselib.c:

commits+lscarso at tug.org commits+lscarso at tug.org
Sat Nov 9 18:25:12 CET 2019


Revision: 52704
          http://tug.org/svn/texlive?view=revision&revision=52704
Author:   lscarso
Date:     2019-11-09 18:25:12 +0100 (Sat, 09 Nov 2019)
Log Message:
-----------
updated mflua.lua & ttx backend; stubs for  shellenabledp restrictedshell shell_cmd_is_allowed.

Modified Paths:
--------------
    trunk/Build/source/texk/web2c/luatexdir/lua/lkpselib.c

Modified: trunk/Build/source/texk/web2c/luatexdir/lua/lkpselib.c
===================================================================
--- trunk/Build/source/texk/web2c/luatexdir/lua/lkpselib.c	2019-11-09 00:54:15 UTC (rev 52703)
+++ trunk/Build/source/texk/web2c/luatexdir/lua/lkpselib.c	2019-11-09 17:25:12 UTC (rev 52704)
@@ -843,7 +843,6 @@
     return 0;
 }
 
-#ifndef MF_LUA
 /*tex moved here */
 
 static int lua_check_permissions(lua_State *L)
@@ -884,7 +883,6 @@
     }
     return 2;
 }
-#endif /* !MF_LUA */
 
 static const struct luaL_Reg kpselib_m[] = {
     {"__gc", lua_kpathsea_finish},
@@ -921,11 +919,9 @@
     {"default_texmfcnf", show_texmfcnf},
     {"record_input_file", lua_record_input_file},
     {"record_output_file", lua_record_output_file},
-#ifndef MF_LUA
     /* extra */
     {"check_permission", lua_check_permissions},
     /* sentinel */
-#endif /* !MF_LUA */
     {NULL, NULL}
 };
 



More information about the tex-live-commits mailing list