summaryrefslogtreecommitdiff
path: root/src/lib_debug.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Bump copyright date to 2014.Mike Pall2014-01-161-1/+1
|
* Bump copyright date to 2013.Mike Pall2013-02-111-1/+1
|
* From Lua 5.2: Add luaL_traceback().Mike Pall2012-10-011-46/+4
|
* From Lua 5.2: Add debug.getuservalue() and debug.setuservalue().Mike Pall2012-09-241-0/+25
| | | | Needs -DLUAJIT_ENABLE_LUA52COMPAT.
* Fix last commit.Mike Pall2012-09-201-0/+1
|
* From Lua 5.2: Add debug.upvalueid() and debug.upvaluejoin().Mike Pall2012-09-201-0/+31
| | | | Ditto for lua_upvalueid() and lua_upvaluejoin().
* From Lua 5.2: debug.getinfo(..., "u") returns nparams and isvararg.Mike Pall2012-09-201-3/+12
|
* Fix 'f' and 'L' options for debug.getinfo() and lua_getinfo().Mike Pall2012-09-201-21/+28
|
* From Lua 5.2: debug.setmetatable() returns object.Mike Pall2012-09-191-0/+2
| | | | Needs -DLUAJIT_ENABLE_LUA52COMPAT.
* From Lua 5.2: debug.getlocal() accepts function arg, too.Mike Pall2012-09-191-1/+7
|
* From Lua 5.2: debug.getupvalue() returns "" for C function upvalues.Mike Pall2012-09-191-9/+9
|
* Bump copyright date to 2012.Mike Pall2012-01-231-1/+1
|
* Use names defined in lualib.h for library registration.Mike Pall2011-02-021-1/+1
|
* Bump copyright date to 2011.Mike Pall2011-01-091-1/+1
|
* Bump all copyright dates to 2010.Mike Pall2010-01-091-1/+1
|
* RELEASE LuaJIT-2.0.0-beta1v2.0.0-beta1Mike Pall2009-12-081-0/+366