| Commit message (Expand) | Author | Age | Files | Lines |
* | x64: Add LJ_GC64 mode interpreter. | Mike Pall | 2015-05-04 | 1 | -1/+1 |
* | 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_FR2 mode: Two-slot frame info. | Mike Pall | 2015-01-03 | 1 | -13/+16 |
* | | 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 |
* | | Add trace stitching. | Mike Pall | 2013-12-25 | 1 | -2/+2 |
* | | Compile getfenv(0). | Mike Pall | 2013-10-09 | 1 | -1/+1 |
* | | Minor change to lj_lib_pushcc(). | Mike Pall | 2013-05-29 | 1 | -2/+3 |
* | | Big renaming of string buffer/formatting/conversion functions. | Mike Pall | 2013-05-13 | 1 | -2/+2 |
* | | Refactor raw object to pointer or string conversions. | Mike Pall | 2013-05-13 | 1 | -19/+4 |
* | | Clean up TValue to buffer conversions. | Mike Pall | 2013-03-18 | 1 | -13/+5 |
|/ |
|
* | 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 | -1/+1 |
* | From Lua 5.2: Add rawlen(). Needs -DLUAJIT_ENABLE_LUA52COMPAT. | Mike Pall | 2012-09-24 | 1 | -0/+14 |
* | Rearrange library functions to get a fixed FF_next. | Mike Pall | 2012-09-24 | 1 | -50/+50 |
* | From Lua 5.2: Add mode and env arguments to load*(). | Mike Pall | 2012-09-21 | 1 | -26/+41 |
* | Use 0/1 macro for Lua 5.2 compatibility. | Mike Pall | 2012-09-12 | 1 | -7/+3 |
* | FFI: Handle __pairs/__ipairs metamethods for cdata objects. | Mike Pall | 2012-09-03 | 1 | -2/+6 |
* | Replace strtod() with builtin string to number conversion. | Mike Pall | 2012-08-25 | 1 | -1/+2 |
* | Avoid compiler warnings about redefined C++ keywords. | Mike Pall | 2012-07-09 | 1 | -1/+1 |
* | Avoid pesky compiler warnings about C++ keywords (eh?). | Mike Pall | 2012-07-03 | 1 | -1/+1 |
* | Fix argument checks for coroutine.create(). | Mike Pall | 2012-05-28 | 1 | -1/+2 |
* | Bump copyright date to 2012. | Mike Pall | 2012-01-23 | 1 | -1/+1 |
* | MIPS: Add interpreter. Enable MIPS build rules. | Mike Pall | 2012-01-23 | 1 | -0/+2 |
* | Move debugging/introspection functionality to lj_debug.c. | Mike Pall | 2011-06-07 | 1 | -2/+3 |
* | FFI: Change tonumber(cdata) semantics. Return nil for non-numbers. | Mike Pall | 2011-06-06 | 1 | -13/+12 |
* | DUALNUM: Handle integer type in x86/x64 interpreter and libraries. | Mike Pall | 2011-02-27 | 1 | -1/+13 |
* | From Lua 5.2: Support load(string). | Mike Pall | 2011-02-20 | 1 | -1/+4 |
* | From Lua 5.2: coroutine.running(). Needs -DLUAJIT_ENABLE_LUA52COMPAT. | Mike Pall | 2011-02-20 | 1 | -1/+7 |
* | DUALNUM: Add integer type to core VM. | Mike Pall | 2011-02-17 | 1 | -10/+18 |
* | Use names defined in lualib.h for library registration. | Mike Pall | 2011-02-02 | 1 | -2/+2 |
* | Bump copyright date to 2011. | Mike Pall | 2011-01-09 | 1 | -1/+1 |
* | FFI: Record tonumber() for boxed cdata. | Mike Pall | 2011-01-02 | 1 | -1/+1 |
* | FFI: Add support for converting cdata to tonumber(). | Mike Pall | 2010-12-05 | 1 | -0/+12 |
* | FFI: Add cdata object type. | Mike Pall | 2010-11-26 | 1 | -1/+2 |
* | Disable Lua 5.2 features by default. See -DLUAJIT_ENABLE_LUA52COMPAT. | Mike Pall | 2010-11-19 | 1 | -0/+4 |
* | Add support for __pairs and __ipairs metamethods (from Lua 5.2). | Mike Pall | 2010-11-18 | 1 | -4/+30 |
* | Allow running C functions with coroutine.create(), too. | Mike Pall | 2010-11-17 | 1 | -2/+2 |
* | Rename character type handling from lj_ctype* to lj_char*. | Mike Pall | 2010-11-09 | 1 | -2/+2 |
* | Fix collectgarbage("count") result if more than 2GB is in use. | Mike Pall | 2010-10-25 | 1 | -1/+1 |
* | Specialize bytecode for pairs()/next() iterator. Speedup: 3.5x. | Mike Pall | 2010-09-30 | 1 | -0/+3 |
* | Fix stack growth for coroutine.wrap(). | Mike Pall | 2010-09-22 | 1 | -1/+1 |
* | Record select(). | Mike Pall | 2010-09-13 | 1 | -1/+1 |
* | Turn some lua_State fields into 32 bit pointers. | Mike Pall | 2010-09-09 | 1 | -1/+1 |
* | Explicitly indicate tailcall from fast function fallback. | Mike Pall | 2010-09-02 | 1 | -1/+1 |
* | Fallback to metamethod resolving for tostring in print(). | Mike Pall | 2010-06-16 | 1 | -2/+9 |
* | Canonicalize string conversion of nan, inf, -inf. | Mike Pall | 2010-05-20 | 1 | -2/+1 |
* | Treat the tag of a TValue as unsigned everywhere. | Mike Pall | 2010-04-25 | 1 | -1/+1 |
* | Turn traces into true GC objects (GCtrace). | Mike Pall | 2010-04-25 | 1 | -1/+1 |