aboutsummaryrefslogtreecommitdiff
path: root/src/lj_ctype.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* FFI: Add pre-declared int128_t, uint128_t, __int128 types.Mike Pall6 days1-0/+3
* Merge branch 'master' into v2.1Mike Pall2025-01-131-1/+1
|\
| * Bump copyright date.Mike Pall2025-01-131-1/+1
* | FFI: Turn FFI finalizer table into a proper GC root.Mike Pall2024-04-191-0/+12
* | Merge branch 'master' into v2.1Mike Pall2023-08-201-1/+1
|\|
| * Bump copyright date.Mike Pall2023-08-201-1/+1
* | Merge branch 'master' into v2.1Mike Pall2022-12-221-1/+1
|\|
| * Avoid negation of signed integers in C that may hold INT*_MIN.Mike Pall2022-12-221-1/+1
* | Merge branch 'master' into v2.1Mike Pall2022-12-071-0/+12
|\|
| * FFI: Fix dangling reference to CType. Improve checks.Mike Pall2022-12-071-0/+12
* | Merge branch 'master' into v2.1Mike Pall2022-07-131-0/+8
|\|
| * FFI: Fix ffi.alignof() for reference types.Mike Pall2022-07-131-0/+8
* | Merge branch 'master' into v2.1Mike Pall2022-01-151-1/+1
|\|
| * Bump copyright date.Mike Pall2022-01-151-1/+1
* | String buffers, part 2a: internal SBuf reorg. Use full pointers.Mike Pall2021-06-011-1/+1
* | Merge branch 'master' into v2.1Mike Pall2021-01-021-1/+1
|\|
| * Bump copyright date.Mike Pall2021-01-021-1/+1
* | Improve assertions.Mike Pall2020-06-151-6/+7
* | Merge branch 'master' into v2.1Mike Pall2020-01-201-1/+1
|\|
| * Bump copyright date.Mike Pall2020-01-201-1/+1
* | Merge branch 'master' into v2.1Mike Pall2017-01-171-1/+1
|\|
| * Bump copyright date to 2017.Mike Pall2017-01-171-1/+1
* | Merge branch 'master' into v2.1Mike Pall2016-03-031-1/+1
|\|
| * Bump copyright date to 2016.Mike Pall2016-03-031-1/+1
* | Use internal implementation for converting FP numbers to strings.Mike Pall2016-02-261-7/+7
* | FFI: Add ssize_t declaration.Mike Pall2015-09-201-0/+2
* | Merge branch 'master' into v2.1Mike Pall2015-01-061-1/+1
|\|
| * Bump copyright date to 2015.Mike Pall2015-01-051-1/+1
* | Merge branch 'master' into v2.1Mike Pall2014-01-161-1/+1
|\|
| * Bump copyright date to 2014.Mike Pall2014-01-161-1/+1
* | Big renaming of string buffer/formatting/conversion functions.Mike Pall2013-05-131-3/+4
* | Optimize and refactor printing of numbers to buffers.Mike Pall2013-03-251-7/+7
* | Clean up TValue to buffer conversions.Mike Pall2013-03-181-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