| Commit message (Expand) | Author | Age | Files | Lines |
* | Bump copyright date. | Mike Pall | 2023-08-20 | 1 | -1/+1 |
* | Bump copyright date. | Mike Pall | 2022-01-15 | 1 | -1/+1 |
* | Bump copyright date. | Mike Pall | 2021-01-02 | 1 | -1/+1 |
* | Call error function on rethrow after trace exit. | Mike Pall | 2020-08-09 | 1 | -0/+1 |
* | Fix write barrier for lua_setupvalue() and debug.setupvalue(). | Mike Pall | 2020-03-20 | 1 | -2/+5 |
* | Bump copyright date. | Mike Pall | 2020-01-20 | 1 | -1/+1 |
* | Fix debug.getinfo() argument check. | Mike Pall | 2019-08-10 | 1 | -1/+1 |
* | Bump copyright date to 2017. | Mike Pall | 2017-01-17 | 1 | -1/+1 |
* | Bump copyright date to 2016. | Mike Pall | 2016-03-03 | 1 | -1/+1 |
* | Bump copyright date to 2015. | Mike Pall | 2015-01-05 | 1 | -1/+1 |
* | FFI: Fix frame traversal for backtraces with FFI callbacks. | Mike Pall | 2014-06-12 | 1 | -1/+3 |
* | Fix debug info for main chunk of stripped bytecode. | Mike Pall | 2014-06-11 | 1 | -1/+1 |
* | Bump copyright date to 2014. | Mike Pall | 2014-01-16 | 1 | -1/+1 |
* | Fix frame traversal for backtraces. | Mike Pall | 2013-09-03 | 1 | -5/+12 |
* | Bump copyright date to 2013. | Mike Pall | 2013-02-11 | 1 | -1/+1 |
* | From Lua 5.2: Add luaL_traceback(). | Mike Pall | 2012-10-01 | 1 | -0/+51 |
* | From Lua 5.2: debug.getinfo(..., "u") returns nparams and isvararg. | Mike Pall | 2012-09-20 | 1 | -1/+16 |
* | Fix 'f' and 'L' options for debug.getinfo() and lua_getinfo(). | Mike Pall | 2012-09-20 | 1 | -24/+30 |
* | From Lua 5.2: debug.getlocal() accepts function arg, too. | Mike Pall | 2012-09-19 | 1 | -4/+8 |
* | From Lua 5.2: debug.getlocal()/setlocal() treats slot < 0 as vararg. | Mike Pall | 2012-09-19 | 1 | -5/+21 |
* | Fix argument error handling on Lua stacks without a frame. | Mike Pall | 2012-02-22 | 1 | -0/+2 |
* | Bump copyright date to 2012. | Mike Pall | 2012-01-23 | 1 | -1/+1 |
* | FFI: Fix line info for result conversion errors in callbacks. | Mike Pall | 2011-11-25 | 1 | -3/+3 |
* | FFI: Add callback support (for x86/x64). | Mike Pall | 2011-11-14 | 1 | -1/+2 |
* | Fixup PC in tracebacks after exits from down-recursive traces. | Mike Pall | 2011-10-17 | 1 | -1/+15 |
* | Flatten and compress in-memory debug info (saves ~70%). | Mike Pall | 2011-06-09 | 1 | -68/+126 |
* | Move debugging/introspection functionality to lj_debug.c. | Mike Pall | 2011-06-07 | 1 | -0/+429 |