summaryrefslogtreecommitdiff
path: root/doc
Commit message (Expand)AuthorAgeFilesLines
* RELEASE LuaJIT-2.0.0-beta10v2.0.0-beta10Mike Pall2012-05-094-12/+12
* Update changelog.Mike Pall2012-05-091-0/+72
* Fix typo.Mike Pall2012-05-091-1/+1
* Add links to LuaJIT mailing list.Mike Pall2012-05-0414-12/+37
* FFI: Clarify docs wrt. 'local ffi = ...' and the interactive prompt.Mike Pall2012-04-191-0/+5
* Update changelog.Mike Pall2012-04-191-1/+7
* MIPS: Update docs.Mike Pall2012-04-021-1/+1
* Fix OSX build issues. Bump minimum required OSX version to 10.4Mike Pall2012-03-281-3/+3
* Bump copyright date to 2012.Mike Pall2012-01-2316-32/+32
* MIPS: Update install docs.Mike Pall2012-01-231-0/+22
* Auto-detect target arch via cross-compiler. Drop TARGET=arch.Mike Pall2011-12-151-5/+5
* RELEASE LuaJIT-2.0.0-beta9v2.0.0-beta9Mike Pall2011-12-145-14/+10
* Update changelog.Mike Pall2011-12-141-0/+73
* Fix docs. The code base doesn't work on Windows 98 anymore.Mike Pall2011-11-271-1/+1
* FFI: Record ffi.errno().Mike Pall2011-11-261-1/+1
* Specialize to prototype for non-monomorphic functions.Mike Pall2011-11-201-8/+0
* FFI: Fix EnumWindows example in docs.Mike Pall2011-11-151-0/+2
* FFI: Add callback support (for x86/x64).Mike Pall2011-11-142-3/+153
* PPC: Clarify docs.Mike Pall2011-11-141-1/+1
* FFI: Add unwind definitions for lj_vm_ffi_call.Mike Pall2011-11-121-1/+2
* FFI: Extend metamethod tutorial.Mike Pall2011-11-111-1/+20
* FFI: Compile calls to stdcall, fastcall and vararg functions.Mike Pall2011-10-271-1/+0
* FFI: Record loads/stores to external variables in namespaces.Mike Pall2011-10-111-1/+0
* Fix typo.Mike Pall2011-09-141-1/+1
* Extend -b to generate c/h/obj/o files with embedded bytecode.Mike Pall2011-08-171-8/+36
* Clarify name of MIT license.Mike Pall2011-08-141-1/+1
* PPC: Update install docs.Mike Pall2011-07-131-4/+17
* Fix doc link.Mike Pall2011-07-071-1/+1
* FFI: Clarify docs wrt. string initializers for byte arrays.Mike Pall2011-06-241-2/+6
* Fix documentation for -b command line option.Mike Pall2011-06-231-6/+6
* RELEASE LuaJIT-2.0.0-beta8v2.0.0-beta8Mike Pall2011-06-233-8/+8
* Update changelog.Mike Pall2011-06-231-0/+41
* Misc. updates to docs.Mike Pall2011-06-234-10/+17
* Add more docs for bytecode load/save feature.Mike Pall2011-06-142-0/+24
* Add -b command line option to save/list bytecode.Mike Pall2011-06-131-1/+26
* Add support for bytecode loading/saving.Mike Pall2011-06-131-5/+0
* Clarify docs wrt. table initializer handling for VLA/VLS.Mike Pall2011-05-171-1/+6
* FFI: Allow setting errno with ffi.errno(), too.Mike Pall2011-05-091-4/+6
* FFI: Add ffi.errno().Mike Pall2011-05-081-0/+22
* RELEASE LuaJIT-2.0.0-beta7v2.0.0-beta7Mike Pall2011-05-054-10/+10
* Update changelog.Mike Pall2011-05-051-1/+49
* Misc. updates to docs.Mike Pall2011-05-055-10/+12
* Tune loop unrolling heuristics. Increase trace recorder limits.Mike Pall2011-05-031-3/+3
* FFI: Compile C function calls with 64 bit args/results in 32 bit mode.Mike Pall2011-04-291-2/+0
* ARM: Fix ABI and build issues for iOS. Now works on iOS 3.0+.Mike Pall2011-04-281-15/+27
* ARM: Use own lj_bswap(). Reduce min. req. version of GCC to 4.2.Mike Pall2011-04-281-2/+2
* FFI: Add ffi.istype() function.Mike Pall2011-04-201-0/+18
* Add remark about target OS to cross-compilation instructions.Mike Pall2011-04-181-5/+13
* ARM: Add install docs.Mike Pall2011-04-171-4/+33
* FFI: Add ctype metamethods and ffi.metatype().Mike Pall2011-04-123-4/+129