Mike Pall
|
83a37aeca7
|
FFI: Add ffi.gc() function for finalization of cdata objects.
|
2011-02-28 16:48:13 +01:00 |
|
Mike Pall
|
c031d4b6a0
|
DUALNUM: Handle integer type in FFI.
|
2011-02-27 01:31:22 +01:00 |
|
Mike Pall
|
992bc2caa3
|
FFI: Limit index range for complex numbers.
|
2011-01-29 19:47:37 +01:00 |
|
Mike Pall
|
3184f17169
|
FFI: Move code for cdata arithmetic to lj_carith.c.
|
2011-01-26 21:46:02 +01:00 |
|
Mike Pall
|
de0781d610
|
FFI: Allow cdata indexing with integer cdata.
|
2011-01-26 21:14:38 +01:00 |
|
Mike Pall
|
6f746577d0
|
FFI: Allow indexing a struct constructor to get constants.
Specialize to the CTypeID held by a constructor in all cases.
|
2011-01-16 18:32:33 +01:00 |
|
Mike Pall
|
ddf6596333
|
FFI: Add ffi.load() and ffi.C default namespace.
|
2011-01-10 03:43:18 +01:00 |
|
Mike Pall
|
06f99fc3df
|
Bump copyright date to 2011.
|
2011-01-09 17:12:53 +01:00 |
|
Mike Pall
|
eaf88dfb3a
|
FFI: Record 64 bit integer arithmetic.
Currently NYI in the x86 backend.
|
2011-01-03 03:35:35 +01:00 |
|
Mike Pall
|
4668b229de
|
FFI: Add missing GC steps for implicit allocations.
|
2010-12-30 12:16:25 +01:00 |
|
Mike Pall
|
44935dae0d
|
FFI: Add 64 bit integer arithmetic.
|
2010-12-25 22:54:25 +01:00 |
|
Mike Pall
|
fbcc925a2d
|
FFI: Fix auto-deref of pointers to structs.
|
2010-12-15 19:48:20 +01:00 |
|
Mike Pall
|
d778680098
|
FFI: Record cdata index operations (preliminary, lots of NYI cases).
|
2010-12-08 02:11:18 +01:00 |
|
Mike Pall
|
526e087e63
|
FFI: Add C data handling and C type conversions.
|
2010-12-05 00:18:07 +01:00 |
|