summaryrefslogtreecommitdiff
path: root/src/lj_ctype.c
Commit message (Expand)AuthorAgeFilesLines
* Avoid negation of signed integers in C that may hold INT*_MIN.Mike Pall2022-12-221-1/+1
* FFI: Fix dangling reference to CType. Improve checks.Mike Pall2022-12-071-0/+12
* FFI: Fix ffi.alignof() for reference types.Mike Pall2022-07-131-0/+8
* Bump copyright date.Mike Pall2022-01-151-1/+1
* Bump copyright date.Mike Pall2021-01-021-1/+1
* Bump copyright date.Mike Pall2020-01-201-1/+1
* Bump copyright date to 2017.Mike Pall2017-01-171-1/+1
* Bump copyright date to 2016.Mike Pall2016-03-031-1/+1
* Bump copyright date to 2015.Mike Pall2015-01-051-1/+1
* Bump copyright date to 2014.Mike Pall2014-01-161-1/+1
* Bump copyright date to 2013.Mike Pall2013-02-111-1/+1
* FFI: Fix handling of qualified transparent structs/unions.Mike Pall2013-02-031-2/+10
* FFI: Add debug define to check for unanchored CTypes.Mike Pall2012-11-261-0/+13
* 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