aboutsummaryrefslogtreecommitdiff
path: root/src/lauxlib.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* From Lua 5.2: Add luaL_setmetatable().Mike Pall2017-04-071-0/+1
| | | | Contributed by François Perrad.
* From Lua 5.2: Add luaL_testudata().Mike Pall2017-04-071-0/+1
| | | | Contributed by François Perrad.
* Add some more changes and extensions from Lua 5.2.Mike Pall2017-03-301-0/+8
| | | | Contributed by François Perrad.
* Remove old Lua 5.0 compatibility defines.Mike Pall2017-03-301-20/+4
| | | | Suggested by François Perrad.
* From Lua 5.2: Add luaL_traceback().Mike Pall2012-10-011-0/+2
|
* From Lua 5.2: Extended results from os.execute() and pipe:close().Mike Pall2012-09-241-0/+2
| | | | Needs -DLUAJIT_ENABLE_LUA52COMPAT.
* Move load/dump functions to lj_load.c. Add load modes.Mike Pall2012-09-211-1/+5
|
* RELEASE LuaJIT-2.0.0-beta1v2.0.0-beta1Mike Pall2009-12-081-0/+159