Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | FFI: Limit index range for complex numbers. | Mike Pall | 2011-01-29 | 1 | -2/+4 |
* | FFI: Move code for cdata arithmetic to lj_carith.c. | Mike Pall | 2011-01-26 | 1 | -34/+0 |
* | FFI: Allow cdata indexing with integer cdata. | Mike Pall | 2011-01-26 | 1 | -2/+12 |
* | FFI: Allow indexing a struct constructor to get constants. | Mike Pall | 2011-01-16 | 1 | -0/+11 |
* | FFI: Add ffi.load() and ffi.C default namespace. | Mike Pall | 2011-01-10 | 1 | -1/+2 |
* | Bump copyright date to 2011. | Mike Pall | 2011-01-09 | 1 | -1/+1 |
* | FFI: Record 64 bit integer arithmetic. | Mike Pall | 2011-01-03 | 1 | -6/+0 |
* | FFI: Add missing GC steps for implicit allocations. | Mike Pall | 2010-12-30 | 1 | -5/+4 |
* | FFI: Add 64 bit integer arithmetic. | Mike Pall | 2010-12-25 | 1 | -0/+40 |
* | FFI: Fix auto-deref of pointers to structs. | Mike Pall | 2010-12-15 | 1 | -7/+5 |
* | FFI: Record cdata index operations (preliminary, lots of NYI cases). | Mike Pall | 2010-12-08 | 1 | -1/+1 |
* | FFI: Add C data handling and C type conversions. | Mike Pall | 2010-12-05 | 1 | -0/+235 |