aboutsummaryrefslogtreecommitdiff
path: root/src/lib_ffi.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Use names defined in lualib.h for library registration.Mike Pall2011-02-021-3/+3
* FFI: Move code for cdata arithmetic to lj_carith.c.Mike Pall2011-01-261-209/+8
* FFI: Record 64 bit integer comparisons and pointer comparisons.Mike Pall2011-01-171-8/+9
* FFI: Add 64 bit integer comparisons and pointer comparisons.Mike Pall2011-01-131-28/+98
* FFI: Simplify logic for pointer arithmetic.Mike Pall2011-01-121-13/+5
* FFI: Rearrange code in lib_ffi.c.Mike Pall2011-01-121-48/+50
* FFI: Add ffi.load() and ffi.C default namespace.Mike Pall2011-01-101-2/+86
* Bump copyright date to 2011.Mike Pall2011-01-091-1/+1
* FFI: Add support for calling C functions.Mike Pall2011-01-061-2/+6
* Avoid compiler warnings.Mike Pall2011-01-051-1/+1
* FFI: Record pointer arithmetic.Mike Pall2011-01-031-7/+7
* 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