index
:
luajit
master
v2.0
v2.1
A mirror of https://luajit.org/git/luajit.git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
lj_ctype.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
FFI: Add pre-declared int128_t, uint128_t, __int128 types.
Mike Pall
6 days
1
-0
/
+3
*
Merge branch 'master' into v2.1
Mike Pall
2025-01-13
1
-1
/
+1
|
\
|
*
Bump copyright date.
Mike Pall
2025-01-13
1
-1
/
+1
*
|
FFI: Turn FFI finalizer table into a proper GC root.
Mike Pall
2024-04-19
1
-0
/
+12
*
|
Merge branch 'master' into v2.1
Mike Pall
2023-08-20
1
-1
/
+1
|
\
|
|
*
Bump copyright date.
Mike Pall
2023-08-20
1
-1
/
+1
*
|
Merge branch 'master' into v2.1
Mike Pall
2022-12-22
1
-1
/
+1
|
\
|
|
*
Avoid negation of signed integers in C that may hold INT*_MIN.
Mike Pall
2022-12-22
1
-1
/
+1
*
|
Merge branch 'master' into v2.1
Mike Pall
2022-12-07
1
-0
/
+12
|
\
|
|
*
FFI: Fix dangling reference to CType. Improve checks.
Mike Pall
2022-12-07
1
-0
/
+12
*
|
Merge branch 'master' into v2.1
Mike Pall
2022-07-13
1
-0
/
+8
|
\
|
|
*
FFI: Fix ffi.alignof() for reference types.
Mike Pall
2022-07-13
1
-0
/
+8
*
|
Merge branch 'master' into v2.1
Mike Pall
2022-01-15
1
-1
/
+1
|
\
|
|
*
Bump copyright date.
Mike Pall
2022-01-15
1
-1
/
+1
*
|
String buffers, part 2a: internal SBuf reorg. Use full pointers.
Mike Pall
2021-06-01
1
-1
/
+1
*
|
Merge branch 'master' into v2.1
Mike Pall
2021-01-02
1
-1
/
+1
|
\
|
|
*
Bump copyright date.
Mike Pall
2021-01-02
1
-1
/
+1
*
|
Improve assertions.
Mike Pall
2020-06-15
1
-6
/
+7
*
|
Merge branch 'master' into v2.1
Mike Pall
2020-01-20
1
-1
/
+1
|
\
|
|
*
Bump copyright date.
Mike Pall
2020-01-20
1
-1
/
+1
*
|
Merge branch 'master' into v2.1
Mike Pall
2017-01-17
1
-1
/
+1
|
\
|
|
*
Bump copyright date to 2017.
Mike Pall
2017-01-17
1
-1
/
+1
*
|
Merge branch 'master' into v2.1
Mike Pall
2016-03-03
1
-1
/
+1
|
\
|
|
*
Bump copyright date to 2016.
Mike Pall
2016-03-03
1
-1
/
+1
*
|
Use internal implementation for converting FP numbers to strings.
Mike Pall
2016-02-26
1
-7
/
+7
*
|
FFI: Add ssize_t declaration.
Mike Pall
2015-09-20
1
-0
/
+2
*
|
Merge branch 'master' into v2.1
Mike Pall
2015-01-06
1
-1
/
+1
|
\
|
|
*
Bump copyright date to 2015.
Mike Pall
2015-01-05
1
-1
/
+1
*
|
Merge branch 'master' into v2.1
Mike Pall
2014-01-16
1
-1
/
+1
|
\
|
|
*
Bump copyright date to 2014.
Mike Pall
2014-01-16
1
-1
/
+1
*
|
Big renaming of string buffer/formatting/conversion functions.
Mike Pall
2013-05-13
1
-3
/
+4
*
|
Optimize and refactor printing of numbers to buffers.
Mike Pall
2013-03-25
1
-7
/
+7
*
|
Clean up TValue to buffer conversions.
Mike Pall
2013-03-18
1
-1
/
+1
|
/
*
Bump copyright date to 2013.
Mike Pall
2013-02-11
1
-1
/
+1
*
FFI: Fix handling of qualified transparent structs/unions.
Mike Pall
2013-02-03
1
-2
/
+10
*
FFI: Add debug define to check for unanchored CTypes.
Mike Pall
2012-11-26
1
-0
/
+13
*
FFI: Initialize all fields of standard types.
Mike Pall
2012-08-05
1
-0
/
+2
*
FFI: Improve error messages for ctype arguments.
Mike Pall
2012-06-20
1
-0
/
+4
*
FFI: Allow 'typedef _Bool int BOOL;' to make Windows users happy.
Mike Pall
2012-05-08
1
-1
/
+1
*
Bump copyright date to 2012.
Mike Pall
2012-01-23
1
-1
/
+1
*
FFI: Add callback support (for x86/x64).
Mike Pall
2011-11-14
1
-1
/
+8
*
FFI: Fix arithmetic ctype metamethods for references.
Mike Pall
2011-04-15
1
-1
/
+1
*
FFI: Add ctype metamethods and ffi.metatype().
Mike Pall
2011-04-12
1
-0
/
+16
*
FFI: Add ffi.gc() function for finalization of cdata objects.
Mike Pall
2011-02-28
1
-1
/
+2
*
DUALNUM: Add integer type to core VM.
Mike Pall
2011-02-17
1
-1
/
+1
*
Bump copyright date to 2011.
Mike Pall
2011-01-09
1
-1
/
+1
*
FFI: Fix C type representation for valarrays.
Mike Pall
2010-12-25
1
-1
/
+1
*
Don't export internal symbol.
Mike Pall
2010-12-05
1
-1
/
+1
*
FFI: Add C type management.
Mike Pall
2010-12-05
1
-0
/
+583
*
Rename character type handling from lj_ctype* to lj_char*.
Mike Pall
2010-11-09
1
-44
/
+0
[next]