Script: Removed various Lua functions (check LuaModifications.txt)

This commit is contained in:
Birunthan Mohanathas
2012-07-10 14:30:45 +03:00
parent 71aac3f6c2
commit bf15830f15
9 changed files with 46 additions and 45 deletions

View File

@ -0,0 +1,14 @@
lbaselib.c
- Commented out collectgarbage, getfenv, print, and setfenv functions in base_funcs array
- Commented out luaL_register for coroutine library
liolib.c
- Commented out popen in iolib array
- Commented out createstdfile calls for stdin/stdout/stderr in luaopen_io
- Commented out popen related calls in luaopen_io
linit.c
- Commented out debug and package libraries
loslib.c
- Commented out exit function in syslib array