Commit History

Author SHA1 Message Date
  Mike Pall 4a44c4ff69 Bump copyright date to 2013. 12 years ago
  Mike Pall 16f23458bc FFI: Change priority of table initializer variants for structs. 12 years ago
  Mike Pall 74feb2534c FFI: Clarify callback docs. 12 years ago
  Mike Pall 07406a5af9 FFI: Mention __thiscall attribute in docs. 12 years ago
  Mike Pall 1d5c2ce4e2 Replace error with PANIC for callbacks from JIT-compiled code. 12 years ago
  Mike Pall d70d77549b Documentation cleanup and reorganization. 12 years ago
  Mike Pall a0ee70de6d Documentation layout changes. 13 years ago
  Mike Pall 425f67c7d6 FFI: Update docs on FFI semantics. 13 years ago
  Mike Pall 4a97faef7e FFI: Compile array/struct copies. 13 years ago
  Mike Pall da682b0e91 FFI: Add support for copy constructors. 13 years ago
  Mike Pall c7826af5a0 FFI: Detect type punning through unions. 13 years ago
  Mike Pall 4d9c29a78c FFI: Box all accessed or returned enums. 13 years ago
  Mike Pall bd782cedd5 Bump some limits to accomodate SINK pass. 13 years ago
  Mike Pall 8b71ab1080 FFI: Check for __new metamethod when calling a constructor. 13 years ago
  Mike Pall 6cee1333ef FFI: Resolve metamethods for constructors, too. 13 years ago
  Mike Pall 5bd133d6c8 Link to LuaJIT wiki. 13 years ago
  Mike Pall fa2572da6c FFI: Convert io.* file handle to FILE * pointer (but as a void *). 13 years ago
  Mike Pall 3a43ea5084 FFI: Equality comparisons never raise an error. 13 years ago
  Mike Pall b466641218 Add links to LuaJIT mailing list. 13 years ago
  Mike Pall 10ef109eef Bump copyright date to 2012. 13 years ago
  Mike Pall 6ace80c897 RELEASE LuaJIT-2.0.0-beta9 13 years ago
  Mike Pall e3c7476533 FFI: Record ffi.errno(). 13 years ago
  Mike Pall e549ffcbeb FFI: Fix EnumWindows example in docs. 13 years ago
  Mike Pall 71d00a56db FFI: Add callback support (for x86/x64). 13 years ago
  Mike Pall 635371c212 FFI: Add unwind definitions for lj_vm_ffi_call. 13 years ago
  Mike Pall 2dc574d06b FFI: Compile calls to stdcall, fastcall and vararg functions. 13 years ago
  Mike Pall 120c3adbff FFI: Record loads/stores to external variables in namespaces. 14 years ago
  Mike Pall c3116b4f1d Fix typo. 14 years ago
  Mike Pall e613cb7695 FFI: Clarify docs wrt. string initializers for byte arrays. 14 years ago
  Mike Pall f182559069 Misc. updates to docs. 14 years ago