aboutsummaryrefslogtreecommitdiff
path: root/doc (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* FFI: Detect type punning through unions.Mike Pall2012-08-271-3/+9
|
* Update cross-compilation docs.Mike Pall2012-08-091-63/+63
|
* FFI: Box all accessed or returned enums.Mike Pall2012-07-171-7/+16
|
* Bump some limits to accomodate SINK pass.Mike Pall2012-07-041-1/+1
|
* FFI: Check for __new metamethod when calling a constructor.Mike Pall2012-06-201-3/+9
|
* FFI: Resolve metamethods for constructors, too.Mike Pall2012-06-201-4/+12
|
* Move lib/* to src/jit/*.Mike Pall2012-06-081-1/+1
|
* Link to LuaJIT Roadmap 2012/2013.Mike Pall2012-06-071-2/+2
|
* Link to LuaJIT wiki.Mike Pall2012-05-3115-0/+36
|
* FFI: Convert io.* file handle to FILE * pointer (but as a void *).Mike Pall2012-05-291-9/+11
|
* FFI: Equality comparisons never raise an error.Mike Pall2012-05-231-0/+5
|
* 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
| | | | | Only set MACOSX_DEPLOYMENT_TARGET to 10.4 if not set. Always force -fno-stack-protector.
* 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
| | | | Solves the trace-explosion problem with closure-heavy programming.
* 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
| | | | | Adds exception interoperability for C/C++ functions called via FFI from the interpreter.
* 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
| | | | Supported object file formats: ELF or PE/COFF object files.
* 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
|