| Commit message (Expand) | Author | Age | Files | Lines |
* | MIPS: Update docs. | Mike Pall | 2012-04-02 | 1 | -1/+1 |
* | Fix OSX build issues. Bump minimum required OSX version to 10.4 | Mike Pall | 2012-03-28 | 1 | -3/+3 |
* | Bump copyright date to 2012. | Mike Pall | 2012-01-23 | 16 | -32/+32 |
* | MIPS: Update install docs. | Mike Pall | 2012-01-23 | 1 | -0/+22 |
* | Auto-detect target arch via cross-compiler. Drop TARGET=arch. | Mike Pall | 2011-12-15 | 1 | -5/+5 |
* | RELEASE LuaJIT-2.0.0-beta9v2.0.0-beta9 | Mike Pall | 2011-12-14 | 5 | -14/+10 |
* | Update changelog. | Mike Pall | 2011-12-14 | 1 | -0/+73 |
* | Fix docs. The code base doesn't work on Windows 98 anymore. | Mike Pall | 2011-11-27 | 1 | -1/+1 |
* | FFI: Record ffi.errno(). | Mike Pall | 2011-11-26 | 1 | -1/+1 |
* | Specialize to prototype for non-monomorphic functions. | Mike Pall | 2011-11-20 | 1 | -8/+0 |
* | FFI: Fix EnumWindows example in docs. | Mike Pall | 2011-11-15 | 1 | -0/+2 |
* | FFI: Add callback support (for x86/x64). | Mike Pall | 2011-11-14 | 2 | -3/+153 |
* | PPC: Clarify docs. | Mike Pall | 2011-11-14 | 1 | -1/+1 |
* | FFI: Add unwind definitions for lj_vm_ffi_call. | Mike Pall | 2011-11-12 | 1 | -1/+2 |
* | FFI: Extend metamethod tutorial. | Mike Pall | 2011-11-11 | 1 | -1/+20 |
* | FFI: Compile calls to stdcall, fastcall and vararg functions. | Mike Pall | 2011-10-27 | 1 | -1/+0 |
* | FFI: Record loads/stores to external variables in namespaces. | Mike Pall | 2011-10-11 | 1 | -1/+0 |
* | Fix typo. | Mike Pall | 2011-09-14 | 1 | -1/+1 |
* | Extend -b to generate c/h/obj/o files with embedded bytecode. | Mike Pall | 2011-08-17 | 1 | -8/+36 |
* | Clarify name of MIT license. | Mike Pall | 2011-08-14 | 1 | -1/+1 |
* | PPC: Update install docs. | Mike Pall | 2011-07-13 | 1 | -4/+17 |
* | Fix doc link. | Mike Pall | 2011-07-07 | 1 | -1/+1 |
* | FFI: Clarify docs wrt. string initializers for byte arrays. | Mike Pall | 2011-06-24 | 1 | -2/+6 |
* | Fix documentation for -b command line option. | Mike Pall | 2011-06-23 | 1 | -6/+6 |
* | RELEASE LuaJIT-2.0.0-beta8v2.0.0-beta8 | Mike Pall | 2011-06-23 | 3 | -8/+8 |
* | Update changelog. | Mike Pall | 2011-06-23 | 1 | -0/+41 |
* | Misc. updates to docs. | Mike Pall | 2011-06-23 | 4 | -10/+17 |
* | Add more docs for bytecode load/save feature. | Mike Pall | 2011-06-14 | 2 | -0/+24 |
* | Add -b command line option to save/list bytecode. | Mike Pall | 2011-06-13 | 1 | -1/+26 |
* | Add support for bytecode loading/saving. | Mike Pall | 2011-06-13 | 1 | -5/+0 |
* | Clarify docs wrt. table initializer handling for VLA/VLS. | Mike Pall | 2011-05-17 | 1 | -1/+6 |
* | FFI: Allow setting errno with ffi.errno(), too. | Mike Pall | 2011-05-09 | 1 | -4/+6 |
* | FFI: Add ffi.errno(). | Mike Pall | 2011-05-08 | 1 | -0/+22 |
* | RELEASE LuaJIT-2.0.0-beta7v2.0.0-beta7 | Mike Pall | 2011-05-05 | 4 | -10/+10 |
* | Update changelog. | Mike Pall | 2011-05-05 | 1 | -1/+49 |
* | Misc. updates to docs. | Mike Pall | 2011-05-05 | 5 | -10/+12 |
* | Tune loop unrolling heuristics. Increase trace recorder limits. | Mike Pall | 2011-05-03 | 1 | -3/+3 |
* | FFI: Compile C function calls with 64 bit args/results in 32 bit mode. | Mike Pall | 2011-04-29 | 1 | -2/+0 |
* | ARM: Fix ABI and build issues for iOS. Now works on iOS 3.0+. | Mike Pall | 2011-04-28 | 1 | -15/+27 |
* | ARM: Use own lj_bswap(). Reduce min. req. version of GCC to 4.2. | Mike Pall | 2011-04-28 | 1 | -2/+2 |
* | FFI: Add ffi.istype() function. | Mike Pall | 2011-04-20 | 1 | -0/+18 |
* | Add remark about target OS to cross-compilation instructions. | Mike Pall | 2011-04-18 | 1 | -5/+13 |
* | ARM: Add install docs. | Mike Pall | 2011-04-17 | 1 | -4/+33 |
* | FFI: Add ctype metamethods and ffi.metatype(). | Mike Pall | 2011-04-12 | 3 | -4/+129 |
* | Remove links to shootout. | Mike Pall | 2011-04-05 | 1 | -2/+0 |
* | FFI: Add ffi.gc() function for finalization of cdata objects. | Mike Pall | 2011-02-28 | 1 | -0/+28 |
* | FFI: Fix docs about C bool -> Lua boolean conversion. | Mike Pall | 2011-02-18 | 1 | -1/+1 |
* | RELEASE LuaJIT-2.0.0-beta6v2.0.0-beta6 | Mike Pall | 2011-02-11 | 3 | -8/+8 |
* | Update changelog. | Mike Pall | 2011-02-11 | 1 | -0/+45 |
* | Cleanup of docs. | Mike Pall | 2011-02-11 | 8 | -75/+157 |