aboutsummaryrefslogtreecommitdiff
path: root/src/compat.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Compat lua_setiuservalue fixed for Lua 5.1 and LuaJITvalid-ptr2021-02-241-1/+6
|
* Bug fix for Lua 5.1/LuaJIT: lua_getiuservalue must check if lua_getfenv ↵valid-ptr2021-02-151-0/+14
| | | | returns global environment
* Lua 5.4 supportBenoit Germain2018-11-271-0/+33
|
* replace hardcoded "_LOADED" with lua-provided LUA_LOADED_TABLEBenoit Germain2018-11-271-1/+1
|
* moved compatibility code in a separate fileBenoit Germain2014-04-031-0/+44