summaryrefslogtreecommitdiff
path: root/src/lib_ffi.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* FFI: Add missing GC steps for implicit allocations.Mike Pall2010-12-301-3/+9
* FFI: Add 64 bit integer arithmetic.Mike Pall2010-12-251-16/+111
* FFI: Parse complex and 64 bit integer literals.Mike Pall2010-12-241-1/+2
* FFI: Add pointer arithmetic.Mike Pall2010-12-231-0/+110
* FFI: Record cdata allocations.Mike Pall2010-12-221-2/+2
* FFI: Record cdata index operations (preliminary, lots of NYI cases).Mike Pall2010-12-081-2/+2
* FFI: Add ffi.* library.Mike Pall2010-12-051-0/+374