| Commit message (Expand) | Author | Age | Files | Lines |
* | FFI: Check for __new metamethod when calling a constructor. | Mike Pall | 2012-06-20 | 1 | -3/+9 |
* | FFI: Resolve metamethods for constructors, too. | Mike Pall | 2012-06-20 | 1 | -4/+12 |
* | Move lib/* to src/jit/*. | Mike Pall | 2012-06-08 | 1 | -1/+1 |
* | Link to LuaJIT Roadmap 2012/2013. | Mike Pall | 2012-06-07 | 1 | -2/+2 |
* | Link to LuaJIT wiki. | Mike Pall | 2012-05-31 | 15 | -0/+36 |
* | FFI: Convert io.* file handle to FILE * pointer (but as a void *). | Mike Pall | 2012-05-29 | 1 | -9/+11 |
* | FFI: Equality comparisons never raise an error. | Mike Pall | 2012-05-23 | 1 | -0/+5 |
* | RELEASE LuaJIT-2.0.0-beta10v2.0.0-beta10 | Mike Pall | 2012-05-09 | 4 | -12/+12 |
* | Update changelog. | Mike Pall | 2012-05-09 | 1 | -0/+72 |
* | Fix typo. | Mike Pall | 2012-05-09 | 1 | -1/+1 |
* | Add links to LuaJIT mailing list. | Mike Pall | 2012-05-04 | 14 | -12/+37 |
* | FFI: Clarify docs wrt. 'local ffi = ...' and the interactive prompt. | Mike Pall | 2012-04-19 | 1 | -0/+5 |
* | Update changelog. | Mike Pall | 2012-04-19 | 1 | -1/+7 |
* | 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 |