summaryrefslogtreecommitdiff
path: root/src/lj_ctype.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* FFI: Initialize all fields of standard types.Mike Pall2012-08-051-0/+2
* FFI: Improve error messages for ctype arguments.Mike Pall2012-06-201-0/+4
* FFI: Allow 'typedef _Bool int BOOL;' to make Windows users happy.Mike Pall2012-05-081-1/+1
* Bump copyright date to 2012.Mike Pall2012-01-231-1/+1
* FFI: Add callback support (for x86/x64).Mike Pall2011-11-141-1/+8
* FFI: Fix arithmetic ctype metamethods for references.Mike Pall2011-04-151-1/+1
* FFI: Add ctype metamethods and ffi.metatype().Mike Pall2011-04-121-0/+16
* FFI: Add ffi.gc() function for finalization of cdata objects.Mike Pall2011-02-281-1/+2
* DUALNUM: Add integer type to core VM.Mike Pall2011-02-171-1/+1
* Bump copyright date to 2011.Mike Pall2011-01-091-1/+1
* FFI: Fix C type representation for valarrays.Mike Pall2010-12-251-1/+1
* Don't export internal symbol.Mike Pall2010-12-051-1/+1
* FFI: Add C type management.Mike Pall2010-12-051-0/+583
* Rename character type handling from lj_ctype* to lj_char*.Mike Pall2010-11-091-44/+0
* RELEASE LuaJIT-2.0.0-beta1v2.0.0-beta1Mike Pall2009-12-081-0/+44