| Commit message (Expand) | Author | Files | Lines |
2012-11-07 | FFI: Clarify callback docs. | Mike Pall | 1 | -6/+7 |
2012-11-07 | Improve iOS install docs. | Mike Pall | 1 | -2/+2 |
2012-11-07 | FFI: Mention __thiscall attribute in docs. | Mike Pall | 1 | -3/+3 |
2012-11-07 | ARM: Fix ordered comparisons for number <=> non-number. | Mike Pall | 1 | -0/+2 |
2012-11-07 | FFI: Fix stack-adjustment for __thiscall callbacks. | Mike Pall | 1 | -5/+2 |
2012-11-06 | RELEASE LuaJIT-2.0.0-rc2v2.0.0-rc2 | Mike Pall | 1 | -1/+6 |
2012-11-06 | FFI: Fix recording of bool call result check on x86/x64. | Mike Pall | 3 | -2/+9 |
2012-11-06 | FFI: Fix signedness of bool. | Mike Pall | 1 | -1/+1 |
2012-11-06 | Don't propagate implicitly widened number to index metamethods. | Mike Pall | 1 | -1/+1 |
2012-11-06 | Fix CONV.num.int sinking. | Mike Pall | 1 | -3/+12 |
2012-11-06 | Don't create unneeded array part for template tables. | Mike Pall | 1 | -1/+1 |
2012-10-31 | RELEASE LuaJIT-2.0.0-rc1v2.0.0-rc1 | Mike Pall | 5 | -9/+8 |
2012-10-31 | Update docs for release candidate. | Mike Pall | 5 | -41/+9 |
2012-10-31 | Update changelog. | Mike Pall | 1 | -4/+16 |
2012-10-31 | Install bin/luajit symlink for non-beta releases. | Mike Pall | 1 | -9/+3 |
2012-10-29 | FFI: Fix code generation for replay of sunk float fields. | Mike Pall | 1 | -1/+1 |
2012-10-28 | Document tonumber() enhancements. | Mike Pall | 1 | -1/+12 |
2012-10-24 | Fix builtin string to number conversion for INT_MIN. | Mike Pall | 1 | -11/+10 |
2012-10-24 | Remove strict.lua. | Mike Pall | 1 | -41/+0 |
2012-10-24 | Release planning update. | Mike Pall | 1 | -3/+4 |
2012-10-21 | Replace error with PANIC for callbacks from JIT-compiled code. | Mike Pall | 2 | -3/+23 |
2012-10-21 | Fix detection of immutable upvalues. | Mike Pall | 2 | -60/+67 |
2012-10-19 | Fix recording of equality comparisons with __eq metamethods. | Mike Pall | 1 | -5/+3 |
2012-10-17 | Extended Android build instructions. | Mike Pall | 1 | -4/+33 |
2012-10-17 | Fix Android/x86 build. | Mike Pall | 1 | -1/+1 |
2012-10-16 | RELEASE LuaJIT-2.0.0-beta11v2.0.0-beta11 | Mike Pall | 10 | -30/+21 |
2012-10-16 | Update changelog. | Mike Pall | 1 | -0/+100 |
2012-10-15 | MIPS: Compile math.sqrt() to sqrt.d instruction. | Mike Pall | 2 | -0/+3 |
2012-10-15 | PPC: Compile math.sqrt() to fsqrt instruction. | Mike Pall | 2 | -1/+5 |
2012-10-15 | ARM: Drop hard-fp variants of floor/ceil/trunc. | Mike Pall | 3 | -88/+57 |
2012-10-15 | DynASM/ARM: Fix conditional VFP instruction encoding. | Mike Pall | 1 | -1/+4 |
2012-10-15 | ARM, MIPS: Fix workaround for argument GPRs vs. FPR remat. | Mike Pall | 2 | -2/+2 |
2012-10-15 | Workaround for broken Android sprintf("%g", -0.0). | Mike Pall | 1 | -0/+3 |
2012-10-15 | Update Android install docs. | Mike Pall | 1 | -4/+7 |
2012-10-14 | Add note to recalcitrant distro maintainers. | Mike Pall | 1 | -0/+4 |
2012-10-14 | Documentation cleanup and reorganization. | Mike Pall | 14 | -207/+245 |
2012-10-14 | Documentation layout changes. | Mike Pall | 5 | -18/+17 |
2012-10-12 | From Lua 5.2: Add package.loadlib(libname, "*"). | Mike Pall | 1 | -12/+16 |
2012-10-12 | From Lua 5.2: Add format options to io.lines(). | Mike Pall | 2 | -26/+37 |
2012-10-11 | Fix assertion. | Mike Pall | 1 | -1/+1 |
2012-10-10 | FFI: Update docs on FFI semantics. | Mike Pall | 1 | -10/+51 |
2012-10-10 | FFI: Compile ffi.gc(). | Mike Pall | 3 | -17/+29 |
2012-10-10 | FFI: Compile ffi.sizeof(), ffi.alignof() and ffi.offsetof(). | Mike Pall | 6 | -8/+42 |
2012-10-09 | FFI: Compile array/struct copies. | Mike Pall | 2 | -4/+3 |
2012-10-09 | FFI: Optimize ffi.copy() and ffi.fill(). | Mike Pall | 1 | -26/+261 |
2012-10-09 | Add LJ_TARGET_UNALIGNED. | Mike Pall | 2 | -1/+7 |
2012-10-09 | Add FOLD rules for CONV.int.i8/u8/i16/u16 of KINT. | Mike Pall | 1 | -0/+14 |
2012-10-09 | Don't use stack unwinding for lua_yield(). | Mike Pall | 6 | -17/+35 |
2012-10-08 | FFI: Add support for copy constructors. | Mike Pall | 4 | -6/+10 |
2012-10-07 | PPC: Fix string.sub() range check. | Mike Pall | 1 | -4/+4 |