Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Avoid pesky compiler warnings about C++ keywords (eh?). | Mike Pall | 2012-07-03 | 1 | -2/+2 |
* | Bump copyright date to 2012. | Mike Pall | 2012-01-23 | 1 | -1/+1 |
* | FFI: Fix cdata finalization. | Mike Pall | 2011-04-13 | 1 | -0/+1 |
* | FFI: Move code for cdata arithmetic to lj_carith.c. | Mike Pall | 2011-01-26 | 1 | -2/+0 |
* | FFI: Add ffi.load() and ffi.C default namespace. | Mike Pall | 2011-01-10 | 1 | -1/+4 |
* | Bump copyright date to 2011. | Mike Pall | 2011-01-09 | 1 | -1/+1 |
* | FFI: Add missing GC steps for implicit allocations. | Mike Pall | 2010-12-30 | 1 | -1/+1 |
* | FFI: Add 64 bit integer arithmetic. | Mike Pall | 2010-12-25 | 1 | -0/+2 |
* | FFI: Parse complex and 64 bit integer literals. | Mike Pall | 2010-12-24 | 1 | -0/+9 |
* | FFI: Add C data handling and C type conversions. | Mike Pall | 2010-12-05 | 1 | -0/+62 |