aboutsummaryrefslogtreecommitdiff
path: root/src/lj_clib.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* FFI: Resolve ld script redirection in ffi.load().Mike Pall2011-03-011-1/+32
* DUALNUM: Handle integer type in FFI.Mike Pall2011-02-271-2/+2
* FFI: Fix management of C library handles for default namespace.Mike Pall2011-02-161-3/+7
* FFI: Record C library namespace lookups.Mike Pall2011-02-051-4/+0
* FFI: Add symbol name redirection.Mike Pall2011-01-261-3/+15
* FFI: Fix ffi.load() error message on Windows.Mike Pall2011-01-231-1/+1
* Avoid compiler warnings.Mike Pall2011-01-121-1/+1
* FFI: Lookup decorated name for fastcall/stdcall functions.Mike Pall2011-01-111-30/+63
* FFI: Add ffi.load() and ffi.C default namespace.Mike Pall2011-01-101-0/+294