summaryrefslogtreecommitdiff
path: root/doc/ext_ffi_semantics.html
Commit message (Expand)AuthorAgeFilesLines
* Remove dead Wiki links.Mike Pall2022-09-131-2/+0
* Grammar and spell check.Mike Pall2022-06-231-29/+29
* Bump copyright date.Mike Pall2022-01-151-2/+2
* Bump copyright date.Mike Pall2021-01-021-2/+2
* Minor changes and https-ify links.Mike Pall2020-10-121-2/+2
* Documentation cleanup.Mike Pall2020-01-261-8/+3
* Bump copyright date.Mike Pall2020-01-201-2/+2
* Bump copyright date to 2018.Mike Pall2018-04-251-3/+2
* Use https for freelists.org links.Mike Pall2017-08-181-1/+1
* Bump copyright date to 2017.Mike Pall2017-01-171-2/+2
* Bump copyright date to 2016.Mike Pall2016-03-031-2/+2
* Bump copyright date to 2015.Mike Pall2015-01-051-2/+2
* Bump copyright date to 2014.Mike Pall2014-01-161-2/+2
* FFI: Clarify ffi.cdef behavior.Mike Pall2013-11-161-1/+3
* Bump copyright date to 2013.Mike Pall2013-02-111-2/+2
* FFI: Change priority of table initializer variants for structs.Mike Pall2012-11-151-7/+7
* FFI: Clarify callback docs.Mike Pall2012-11-071-6/+7
* FFI: Mention __thiscall attribute in docs.Mike Pall2012-11-071-3/+3
* Replace error with PANIC for callbacks from JIT-compiled code.Mike Pall2012-10-211-0/+16
* Documentation cleanup and reorganization.Mike Pall2012-10-141-2/+2
* Documentation layout changes.Mike Pall2012-10-141-2/+1
* FFI: Update docs on FFI semantics.Mike Pall2012-10-101-10/+51
* FFI: Compile array/struct copies.Mike Pall2012-10-091-1/+0
* FFI: Add support for copy constructors.Mike Pall2012-10-081-2/+3
* FFI: Detect type punning through unions.Mike Pall2012-08-271-3/+9
* 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
* Link to LuaJIT wiki.Mike Pall2012-05-311-0/+2
* 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
* Add links to LuaJIT mailing list.Mike Pall2012-05-041-0/+2
* Bump copyright date to 2012.Mike Pall2012-01-231-2/+2
* RELEASE LuaJIT-2.0.0-beta9v2.0.0-beta9Mike Pall2011-12-141-2/+2
* FFI: Record ffi.errno().Mike Pall2011-11-261-1/+1
* FFI: Fix EnumWindows example in docs.Mike Pall2011-11-151-0/+2
* FFI: Add callback support (for x86/x64).Mike Pall2011-11-141-3/+125
* FFI: Add unwind definitions for lj_vm_ffi_call.Mike Pall2011-11-121-1/+2
* 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
* FFI: Clarify docs wrt. string initializers for byte arrays.Mike Pall2011-06-241-2/+6
* Misc. updates to docs.Mike Pall2011-06-231-8/+8
* Clarify docs wrt. table initializer handling for VLA/VLS.Mike Pall2011-05-171-1/+6
* Misc. updates to docs.Mike Pall2011-05-051-1/+1
* FFI: Compile C function calls with 64 bit args/results in 32 bit mode.Mike Pall2011-04-291-2/+0
* FFI: Add ctype metamethods and ffi.metatype().Mike Pall2011-04-121-4/+11
* FFI: Fix docs about C bool -> Lua boolean conversion.Mike Pall2011-02-181-1/+1
* Cleanup of docs.Mike Pall2011-02-111-12/+11