| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | FFI: Finish FFI docs. | Mike Pall | 2011-02-11 | 15 | -157/+469 |
* | FFI: Finish docs on FFI semantics. Phew. | Mike Pall | 2011-02-10 | 1 | -34/+521 |
* | Fix various HTML errors in the docs. | Mike Pall | 2011-02-10 | 5 | -6/+6 |
* | FFI: Add more docs on FFI semantics. | Mike Pall | 2011-02-09 | 1 | -24/+268 |
* | FFI: Document current FFI implementation status. | Mike Pall | 2011-02-08 | 1 | -9/+82 |
* | FFI: Record ffi.copy() and ffi.fill(). | Mike Pall | 2011-02-07 | 1 | -4/+4 |
* | FFI: Simplify initializer rules. Clarify docs. | Mike Pall | 2011-01-23 | 3 | -23/+54 |
* | Another fix for the trace flush logic. I'll get this right someday. | Mike Pall | 2011-01-22 | 1 | -3/+3 |
* | FFI: Add preliminary FFI documentation (still incomplete). | Mike Pall | 2011-01-20 | 16 | -15/+1137 |
* | Bump copyright date to 2011. | Mike Pall | 2011-01-09 | 12 | -24/+24 |
* | POSIX is an acronym. | Mike Pall | 2010-12-04 | 1 | -1/+1 |
* | Add jit.os string. | Mike Pall | 2010-11-16 | 1 | -1/+8 |
* | Split up extension/API docs into sub-pages. | Mike Pall | 2010-11-09 | 11 | -351/+703 |
* | Fix anchors in API docs. | Mike Pall | 2010-11-01 | 1 | -2/+2 |
* | Reorganize compatibility table in install docs. | Mike Pall | 2010-10-11 | 1 | -37/+43 |
* | Fix external link in docs. | Mike Pall | 2010-10-11 | 1 | -1/+1 |
* | Update docs for PPC port. Clarify and extend install instructions. | Mike Pall | 2010-10-05 | 5 | -65/+177 |
* | PPC: Add stack frame layout for PPCSPE target. | Mike Pall | 2010-08-27 | 1 | -1/+1 |
* | RELEASE LuaJIT-2.0.0-beta5v2.0.0-beta5 | Mike Pall | 2010-08-24 | 3 | -12/+10 |
* | Update changelog. | Mike Pall | 2010-08-23 | 1 | -2/+34 |
* | Turn traces into true GC objects (GCtrace). | Mike Pall | 2010-04-25 | 1 | -6/+7 |