aboutsummaryrefslogtreecommitdiff
path: root/src/lj_ccall.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Avoid compiler warning.Mike Pall2011-03-281-0/+2
* DUALNUM: Handle integer type in FFI.Mike Pall2011-02-271-1/+1
* FFI: Improve conversion error messages.Mike Pall2011-02-191-6/+7
* FFI: Implement POSIX/x64 struct-by-value calling conventions.Mike Pall2011-01-291-9/+126
* FFI: Convert enum return value of C function to underlying type.Mike Pall2011-01-261-0/+1
* FFI: Add symbol name redirection.Mike Pall2011-01-261-1/+9
* FFI: Untangle and fix calling convention definitions.Mike Pall2011-01-121-69/+129
* FFI: Fix C calls with complex values on x64.Mike Pall2011-01-111-13/+20
* FFI: Auto-detect __stdcall and fix up C function declarations.Mike Pall2011-01-101-1/+9
* FFI: Fix function pointer lookup for calls.Mike Pall2011-01-101-4/+5
* Bump copyright date to 2011.Mike Pall2011-01-091-1/+1
* FFI: Add missing GC steps for C function calls.Mike Pall2011-01-091-11/+23
* FFI: Add support for calling C functions.Mike Pall2011-01-061-0/+349