aboutsummaryrefslogtreecommitdiff
path: root/src/lj_ctype.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* FFI: Add pre-declared int128_t, uint128_t, __int128 types.Mike Pall6 days1-0/+2
* 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-1/+1
* | FFI/Windows: Fix type declaration for int64_t and uint64_t.Mike Pall2023-10-211-2/+4
* | 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-07-131-0/+1
|\|
| * FFI: Fix ffi.alignof() for reference types.Mike Pall2022-07-131-0/+1
* | Merge branch 'master' into v2.1Mike Pall2022-01-151-1/+1
|\|
| * Bump copyright date.Mike Pall2022-01-151-1/+1
* | String buffers, part 2d: basic string buffer methods.Mike Pall2021-06-011-0/+1
* | Abstract out on-demand loading of FFI library.Mike Pall2021-06-011-0/+10
* | 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-3/+11
* | 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-07-171-7/+7
|\|
| * Adjust comment with defines.Mike Pall2016-07-171-7/+7
* | Merge branch 'master' into v2.1Mike Pall2016-03-031-1/+1
|\|
| * Bump copyright date to 2016.Mike Pall2016-03-031-1/+1
* | Merge branch 'master' into v2.1Mike Pall2015-01-061-1/+1
|\|
| * Bump copyright date to 2015.Mike Pall2015-01-051-1/+1
* | PPC/e500: Drop support for this architecture.Mike Pall2015-01-041-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/+4
* ARM: Add hard-float ABI support to the FFI (interpreter).Mike Pall2012-07-301-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/+21
* FFI: Compile calls to stdcall, fastcall and vararg functions.Mike Pall2011-10-271-1/+1
* PPC: Untangle PPC vs. PPCSPE target defines.Mike Pall2011-07-021-1/+1
* FFI: Add ctype metamethods and ffi.metatype().Mike Pall2011-04-121-0/+2
* FFI: Add ffi.gc() function for finalization of cdata objects.Mike Pall2011-02-281-1/+2
* FFI: Add symbol name redirection.Mike Pall2011-01-261-1/+2
* FFI: Auto-detect __stdcall and fix up C function declarations.Mike Pall2011-01-101-0/+1
* FFI: Add ffi.load() and ffi.C default namespace.Mike Pall2011-01-101-0/+1
* Bump copyright date to 2011.Mike Pall2011-01-091-1/+1
* FFI: Add support for calling C functions.Mike Pall2011-01-061-10/+5
* FFI: Add C type management.Mike Pall2010-12-051-0/+438
* Rename character type handling from lj_ctype* to lj_char*.Mike Pall2010-11-091-40/+0
* RELEASE LuaJIT-2.0.0-beta1v2.0.0-beta1Mike Pall2009-12-081-0/+40