Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | FFI: Simplify and fix tonumber() for cdata objects. | Mike Pall | 2011-02-06 | 1 | -6/+6 |
* | Fix recording of select() with multi-char string as 1st argument. | Mike Pall | 2011-01-13 | 1 | -1/+1 |
* | Bump copyright date to 2011. | Mike Pall | 2011-01-09 | 1 | -1/+1 |
* | FFI: Record tonumber() for boxed cdata. | Mike Pall | 2011-01-02 | 1 | -1/+2 |
* | FFI: Catch various NYI cases while recording. | Mike Pall | 2010-12-28 | 1 | -0/+4 |
* | Make recording of type() independent of LJ_T*/IRT_* mapping. | Mike Pall | 2010-12-28 | 1 | -1/+7 |
* | Add missing guard for check against "#" when recording select(). | Mike Pall | 2010-12-09 | 1 | -2/+2 |
* | FFI: Record cdata index operations (preliminary, lots of NYI cases). | Mike Pall | 2010-12-08 | 1 | -7/+2 |
* | Use native IRT_PTR instead of IRT_LIGHTUD workaround for FILE*. | Mike Pall | 2010-12-06 | 1 | -2/+2 |
* | Rename IRT_PTR to IRT_P32. | Mike Pall | 2010-12-05 | 1 | -5/+5 |
* | Split off fast function recording to lj_ffrecord.c. | Mike Pall | 2010-12-05 | 1 | -0/+803 |