| Commit message (Expand) | Author | Files | Lines |
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 |
2012-10-07 | From Lua 5.2: Add string.rep(s, n, sep). | Mike Pall | 6 | -13/+40 |
2012-10-07 | From Lua 5.2: Add math.log(x, base). | Mike Pall | 8 | -11/+129 |
2012-10-04 | Clarify comments in Makefile on -DLUAJIT_ENABLE_LUA52COMPAT. | Mike Pall | 1 | -3/+4 |
2012-10-03 | Fix scope for resolving break labels. | Mike Pall | 1 | -4/+5 |
2012-10-02 | Fix x64 build. | Mike Pall | 1 | -0/+2 |
2012-10-02 | From Lua 5.2: '%s' option to string.format() behaves like tostring(). | Mike Pall | 2 | -3/+39 |
2012-10-02 | From Lua 5.2: Return nil for bad position in string.find(). | Mike Pall | 1 | -2/+8 |
2012-10-02 | Move a GC macro. | Mike Pall | 3 | -5/+5 |
2012-10-01 | From Lua 5.2: Add luaL_traceback(). | Mike Pall | 5 | -60/+59 |
2012-09-28 | Update dependencies. | Mike Pall | 1 | -3/+3 |
2012-09-28 | From Lua 5.2: Allow mixed metamethods for ordered comparisons. | Mike Pall | 2 | -3/+22 |
2012-09-28 | From Lua 5.2: Remove error for ambiguous function call syntax. | Mike Pall | 2 | -0/+4 |