summaryrefslogtreecommitdiff
path: root/README (unfollow)
Commit message (Expand)AuthorFilesLines
2012-10-31RELEASE LuaJIT-2.0.0-rc1v2.0.0-rc1Mike Pall1-2/+2
2012-10-31Update docs for release candidate.Mike Pall5-41/+9
2012-10-31Update changelog.Mike Pall1-4/+16
2012-10-31Install bin/luajit symlink for non-beta releases.Mike Pall1-9/+3
2012-10-29FFI: Fix code generation for replay of sunk float fields.Mike Pall1-1/+1
2012-10-28Document tonumber() enhancements.Mike Pall1-1/+12
2012-10-24Fix builtin string to number conversion for INT_MIN.Mike Pall1-11/+10
2012-10-24Remove strict.lua.Mike Pall1-41/+0
2012-10-24Release planning update.Mike Pall1-3/+4
2012-10-21Replace error with PANIC for callbacks from JIT-compiled code.Mike Pall2-3/+23
2012-10-21Fix detection of immutable upvalues.Mike Pall2-60/+67
2012-10-19Fix recording of equality comparisons with __eq metamethods.Mike Pall1-5/+3
2012-10-17Extended Android build instructions.Mike Pall1-4/+33
2012-10-17Fix Android/x86 build.Mike Pall1-1/+1
2012-10-16RELEASE LuaJIT-2.0.0-beta11v2.0.0-beta11Mike Pall10-30/+21
2012-10-16Update changelog.Mike Pall1-0/+100
2012-10-15MIPS: Compile math.sqrt() to sqrt.d instruction.Mike Pall2-0/+3
2012-10-15PPC: Compile math.sqrt() to fsqrt instruction.Mike Pall2-1/+5
2012-10-15ARM: Drop hard-fp variants of floor/ceil/trunc.Mike Pall3-88/+57
2012-10-15DynASM/ARM: Fix conditional VFP instruction encoding.Mike Pall1-1/+4
2012-10-15ARM, MIPS: Fix workaround for argument GPRs vs. FPR remat.Mike Pall2-2/+2
2012-10-15Workaround for broken Android sprintf("%g", -0.0).Mike Pall1-0/+3
2012-10-15Update Android install docs.Mike Pall1-4/+7
2012-10-14Add note to recalcitrant distro maintainers.Mike Pall1-0/+4
2012-10-14Documentation cleanup and reorganization.Mike Pall14-207/+245
2012-10-14Documentation layout changes.Mike Pall5-18/+17
2012-10-12From Lua 5.2: Add package.loadlib(libname, "*").Mike Pall1-12/+16
2012-10-12From Lua 5.2: Add format options to io.lines().Mike Pall2-26/+37
2012-10-11Fix assertion.Mike Pall1-1/+1
2012-10-10FFI: Update docs on FFI semantics.Mike Pall1-10/+51
2012-10-10FFI: Compile ffi.gc().Mike Pall3-17/+29
2012-10-10FFI: Compile ffi.sizeof(), ffi.alignof() and ffi.offsetof().Mike Pall6-8/+42
2012-10-09FFI: Compile array/struct copies.Mike Pall2-4/+3
2012-10-09FFI: Optimize ffi.copy() and ffi.fill().Mike Pall1-26/+261
2012-10-09Add LJ_TARGET_UNALIGNED.Mike Pall2-1/+7
2012-10-09Add FOLD rules for CONV.int.i8/u8/i16/u16 of KINT.Mike Pall1-0/+14
2012-10-09Don't use stack unwinding for lua_yield().Mike Pall6-17/+35
2012-10-08FFI: Add support for copy constructors.Mike Pall4-6/+10
2012-10-07PPC: Fix string.sub() range check.Mike Pall1-4/+4
2012-10-07From Lua 5.2: Add string.rep(s, n, sep).Mike Pall6-13/+40
2012-10-07From Lua 5.2: Add math.log(x, base).Mike Pall8-11/+129
2012-10-04Clarify comments in Makefile on -DLUAJIT_ENABLE_LUA52COMPAT.Mike Pall1-3/+4
2012-10-03Fix scope for resolving break labels.Mike Pall1-4/+5
2012-10-02Fix x64 build.Mike Pall1-0/+2
2012-10-02From Lua 5.2: '%s' option to string.format() behaves like tostring().Mike Pall2-3/+39
2012-10-02From Lua 5.2: Return nil for bad position in string.find().Mike Pall1-2/+8
2012-10-02Move a GC macro.Mike Pall3-5/+5
2012-10-01From Lua 5.2: Add luaL_traceback().Mike Pall5-60/+59
2012-09-28Update dependencies.Mike Pall1-3/+3
2012-09-28From Lua 5.2: Allow mixed metamethods for ordered comparisons.Mike Pall2-3/+22