mirror of
https://github.com/chibicitiberiu/rainmeter-studio.git
synced 2024-02-24 04:33:31 +00:00
Script: Removed various Lua functions (check LuaModifications.txt)
This commit is contained in:
14
Library/lua/LuaModifications.txt
Normal file
14
Library/lua/LuaModifications.txt
Normal 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
|
Reference in New Issue
Block a user