| Commit message (Expand) | Author | Age | Files | Lines |
* | Reorganize lightuserdata interning code. | Mike Pall | 2021-03-25 | 1 | -28/+2 |
* | Merge branch 'master' into v2.1 | Mike Pall | 2021-01-02 | 1 | -1/+1 |
|\ |
|
| * | Bump copyright date. | Mike Pall | 2021-01-02 | 1 | -1/+1 |
* | | Add support for full-range 64 bit lightuserdata. | Mike Pall | 2020-09-30 | 1 | -4/+36 |
* | | Fix lua_yield() from C hook. | Mike Pall | 2020-09-15 | 1 | -2/+3 |
* | | Improve assertions. | Mike Pall | 2020-06-15 | 1 | -64/+74 |
* | | Merge branch 'master' into v2.1 | Mike Pall | 2020-03-20 | 1 | -3/+5 |
|\| |
|
| * | Fix write barrier for lua_setupvalue() and debug.setupvalue(). | Mike Pall | 2020-03-20 | 1 | -3/+5 |
* | | Merge branch 'master' into v2.1 | Mike Pall | 2020-01-20 | 1 | -1/+1 |
|\| |
|
| * | Bump copyright date. | Mike Pall | 2020-01-20 | 1 | -1/+1 |
* | | From Lua 5.2: Add lua_tonumberx() and lua_tointegerx(). | Mike Pall | 2017-04-07 | 1 | -1/+46 |
* | | From Lua 5.2: Add luaL_setmetatable(). | Mike Pall | 2017-04-07 | 1 | -0/+6 |
* | | From Lua 5.2: Add luaL_testudata(). | Mike Pall | 2017-04-07 | 1 | -3/+9 |
* | | From Lua 5.3: Add lua_isyieldable(). | Mike Pall | 2017-04-07 | 1 | -0/+5 |
* | | From Lua 5.2: Add lua_copy(). | Mike Pall | 2017-04-07 | 1 | -9/+19 |
* | | From Lua 5.2: Add lua_version(). | Mike Pall | 2017-04-07 | 1 | -0/+7 |
* | | Refactor with LUA_OK. | Mike Pall | 2017-04-07 | 1 | -4/+4 |
* | | Merge branch 'master' into v2.1 | Mike Pall | 2017-01-17 | 1 | -1/+1 |
|\| |
|
| * | Bump copyright date to 2017. | Mike Pall | 2017-01-17 | 1 | -1/+1 |
* | | Merge branch 'master' into v2.1 | Mike Pall | 2016-03-03 | 1 | -1/+1 |
|\| |
|
| * | Bump copyright date to 2016. | Mike Pall | 2016-03-03 | 1 | -1/+1 |
* | | Add collectgarbage("isrunning"). | Mike Pall | 2015-10-01 | 1 | -0/+3 |
* | | LJ_FR2: Fix lua_settable() and lua_setfield(). | Mike Pall | 2015-01-07 | 1 | -2/+2 |
* | | Merge branch 'master' into v2.1 | Mike Pall | 2015-01-06 | 1 | -1/+1 |
|\| |
|
| * | Bump copyright date to 2015. | Mike Pall | 2015-01-05 | 1 | -1/+1 |
* | | Add LJ_GC64 mode: 64 bit GC object references. | Mike Pall | 2015-01-03 | 1 | -2/+2 |
* | | Add LJ_FR2 mode: Two-slot frame info. | Mike Pall | 2015-01-03 | 1 | -38/+59 |
* | | Cleanup of TValue setters. No functional changes. | Mike Pall | 2014-12-20 | 1 | -1/+1 |
* | | Cleanup of memory vs. GC sizes. No functional changes. | Mike Pall | 2014-12-20 | 1 | -1/+1 |
* | | Cleanup of frame handling. No functional changes. | Mike Pall | 2014-12-15 | 1 | -1/+1 |
* | | Merge branch 'master' into v2.1 | Mike Pall | 2014-01-16 | 1 | -1/+1 |
|\| |
|
| * | Bump copyright date to 2014. | Mike Pall | 2014-01-16 | 1 | -1/+1 |
* | | Merge branch 'master' into v2.1 | Mike Pall | 2013-11-05 | 1 | -1/+1 |
|\| |
|
| * | Fix for last commit | Mike Pall | 2013-11-05 | 1 | -1/+1 |
* | | Add table.new(). | Mike Pall | 2013-10-09 | 1 | -3/+1 |
* | | Big renaming of string buffer/formatting/conversion functions. | Mike Pall | 2013-05-13 | 1 | -4/+4 |
* | | Refactor raw object to pointer or string conversions. | Mike Pall | 2013-05-13 | 1 | -11/+1 |
* | | Refactor internal string formatting. | Mike Pall | 2013-05-12 | 1 | -2/+3 |
|/ |
|
* | Bump copyright date to 2013. | Mike Pall | 2013-02-11 | 1 | -1/+1 |
* | Don't use stack unwinding for lua_yield(). | Mike Pall | 2012-10-09 | 1 | -5/+8 |
* | Move load/dump functions to lj_load.c. Add load modes. | Mike Pall | 2012-09-21 | 1 | -44/+0 |
* | From Lua 5.2: Add debug.upvalueid() and debug.upvaluejoin(). | Mike Pall | 2012-09-20 | 1 | -0/+20 |
* | Replace strtod() with builtin string to number conversion. | Mike Pall | 2012-08-25 | 1 | -7/+8 |
* | Make lua_concat() work from C hook with partial frame. | Mike Pall | 2012-04-12 | 1 | -1/+1 |
* | Bump copyright date to 2012. | Mike Pall | 2012-01-23 | 1 | -1/+1 |
* | Replace stack slot for implicit number->string conv. in Lua/C API. | Mike Pall | 2011-11-21 | 1 | -6/+12 |
* | Add support for bytecode loading/saving. | Mike Pall | 2011-06-13 | 1 | -5/+10 |
* | No need for L argument to lj_str_initbuf(). | Mike Pall | 2011-06-12 | 1 | -1/+1 |
* | Flatten and compress in-memory debug info (saves ~70%). | Mike Pall | 2011-06-09 | 1 | -2/+2 |
* | Move debugging/introspection functionality to lj_debug.c. | Mike Pall | 2011-06-07 | 1 | -23/+4 |