summaryrefslogtreecommitdiff
path: root/src/lj_cparse.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* FFI: Fix various issues with C type table reallocations.Mike Pall2011-01-271-9/+13
|
* FFI: Fix symbol name redirection.Mike Pall2011-01-271-0/+1
|
* FFI: Add symbol name redirection.Mike Pall2011-01-261-16/+32
| | | | | This works like the GCC extension, e.g.: FILE *fopen(const char *fn, const char *mode) __asm__("" "fopen64");
* Bump copyright date to 2011.Mike Pall2011-01-091-1/+1
|
* FFI: Add missing link to parameters for C function declaration.Mike Pall2011-01-051-1/+2
|
* FFI: Fix C parser for hex literals.Mike Pall2010-12-231-1/+1
|
* FFI: Fix alignment of scalars/vectors modified with mode attribute.Mike Pall2010-12-091-2/+7
|
* FFI: Add C declaration parser.Mike Pall2010-12-051-0/+1802