Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Merge branch 'master' into v2.1 | Mike Pall | 2017-01-17 | 17 | -34/+34 | |
|\| | ||||||
| * | Bump copyright date to 2017. | Mike Pall | 2017-01-17 | 16 | -32/+32 | |
* | | LJ_GC64: Add build options and install instructions. | Mike Pall | 2017-01-17 | 2 | -6/+12 | |
* | | Add some more extensions from Lua 5.2/5.3. | Mike Pall | 2017-01-17 | 1 | -0/+4 | |
* | | Merge branch 'master' into v2.1 | Mike Pall | 2017-01-17 | 1 | -3/+3 | |
|\| | ||||||
| * | Fix HTML formatting. | Mike Pall | 2017-01-17 | 1 | -3/+3 | |
* | | Document 47 bit limit for lightuserdata. | Mike Pall | 2016-11-25 | 1 | -0/+11 | |
* | | Merge branch 'master' into v2.1 | Mike Pall | 2016-11-21 | 1 | -0/+7 | |
|\| | ||||||
| * | Update contact info. | Mike Pall | 2016-11-21 | 1 | -0/+7 | |
* | | Merge branch 'master' into v2.1 | Mike Pall | 2016-07-31 | 1 | -3/+4 | |
|\| | ||||||
| * | Revert "OSX: Switch to Clang as the default compiler." | Mike Pall | 2016-07-31 | 1 | -2/+2 | |
* | | Set arg table before evaluating LUA_INIT and -e chunks. | Mike Pall | 2016-07-17 | 1 | -0/+1 | |
* | | MIPS: Support MIPS16 interlinking. | Mike Pall | 2016-06-08 | 1 | -1/+1 | |
* | | MIPS64, part 1: Add MIPS64 support to interpreter. | Mike Pall | 2016-05-28 | 3 | -7/+12 | |
* | | Cleanup install docs. | Mike Pall | 2016-05-26 | 1 | -31/+46 | |
* | | Merge branch 'master' into v2.1 | Mike Pall | 2016-05-20 | 1 | -6/+0 | |
|\| | ||||||
| * | Add guard for obscure aliasing between open upvalues and SSA slots. | Mike Pall | 2016-05-20 | 1 | -6/+0 | |
* | | Windows/x86: Add full exception interoperability. | Mike Pall | 2016-05-07 | 1 | -14/+11 | |
* | | Merge branch 'master' into v2.1 | Mike Pall | 2016-03-22 | 1 | -3/+6 | |
|\| | ||||||
| * | Fix install for cross-builds. | Mike Pall | 2016-03-22 | 1 | -3/+6 | |
* | | Update changelog. | Mike Pall | 2016-03-03 | 1 | -4/+14 | |
* | | Merge branch 'master' into v2.1 | Mike Pall | 2016-03-03 | 17 | -34/+34 | |
|\| | ||||||
| * | Bump copyright date to 2016. | Mike Pall | 2016-03-03 | 16 | -32/+32 | |
* | | Document minimum compiler requirements for 2.1 branch. | Mike Pall | 2015-11-04 | 1 | -3/+3 | |
* | | Update changelog. | Mike Pall | 2015-10-24 | 1 | -0/+1 | |
* | | iOS/ARM64: Add build instructions. | Mike Pall | 2015-10-24 | 1 | -0/+7 | |
* | | Merge branch 'master' into v2.1 | Mike Pall | 2015-10-24 | 1 | -16/+13 | |
|\| | ||||||
| * | Update build instructions. | Mike Pall | 2015-10-24 | 1 | -15/+12 | |
* | | FFI: Add ssize_t declaration. | Mike Pall | 2015-09-20 | 2 | -0/+3 | |
* | | Parse Unicode string escape \u{XX...}. | Mike Pall | 2015-08-30 | 2 | -0/+8 | |
* | | Re-enable trace stitching. | Mike Pall | 2015-08-29 | 1 | -1/+1 | |
* | | Update changelog. | Mike Pall | 2015-08-25 | 1 | -0/+53 | |
* | | Add note about bytecode compatibility wrt. LJ_GC64/LJ_FR2. | Mike Pall | 2015-08-25 | 1 | -0/+5 | |
* | | Remove LuaJIT 1.x change history. | Mike Pall | 2015-08-24 | 1 | -229/+0 | |
* | | Parse binary number literals (0bxxx). | Mike Pall | 2015-08-19 | 2 | -3/+3 | |
* | | Add Xbox One port. | Mike Pall | 2015-06-12 | 2 | -2/+12 | |
* | | Merge branch 'master' into v2.1 | Mike Pall | 2015-05-14 | 3 | -4/+54 | |
|\| | ||||||
| * | RELEASE LuaJIT-2.0.4v2.0.4 | Mike Pall | 2015-05-14 | 3 | -4/+4 | |
| * | Update changelog. | Mike Pall | 2015-05-14 | 1 | -0/+50 | |
* | | Merge branch 'master' into v2.1 | Mike Pall | 2015-03-11 | 1 | -11/+2 | |
|\| | ||||||
| * | Doc cleanup. | Mike Pall | 2015-03-11 | 1 | -11/+2 | |
* | | LJ_GC64: Return true for ffi.abi("gc64"). | Mike Pall | 2015-01-07 | 1 | -0/+2 | |
* | | Merge branch 'master' into v2.1 | Mike Pall | 2015-01-06 | 17 | -34/+34 | |
|\| | ||||||
| * | Bump copyright date to 2015. | Mike Pall | 2015-01-05 | 16 | -32/+32 | |
* | | ARM64: Update docs. | Mike Pall | 2015-01-04 | 2 | -2/+12 | |
* | | PPC/e500: Drop support for this architecture. | Mike Pall | 2015-01-04 | 3 | -11/+2 | |
* | | Merge branch 'master' into v2.1 | Mike Pall | 2015-01-04 | 1 | -1/+1 | |
|\| | ||||||
| * | Fix docs. | Mike Pall | 2015-01-04 | 1 | -1/+1 | |
* | | Merge branch 'master' into v2.1 | Mike Pall | 2014-06-13 | 1 | -1/+1 | |
|\| | ||||||
| * | Typo. | Mike Pall | 2014-06-13 | 1 | -1/+1 |