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_meta.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
|
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-01-15
1
-1
/
+1
|
\
|
|
*
Bump copyright date.
Mike Pall
2022-01-15
1
-1
/
+1
*
|
String buffers, part 2d: basic string buffer methods.
Mike Pall
2021-06-01
1
-4
/
+9
*
|
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
*
|
Another fix for lua_yield() from C hook.
Mike Pall
2020-09-22
1
-1
/
+1
*
|
Improve assertions.
Mike Pall
2020-06-15
1
-3
/
+3
*
|
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
*
|
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
*
|
Add LJ_FR2 mode: Two-slot frame info.
Mike Pall
2015-01-03
1
-20
/
+30
*
|
Cleanup of TValue setters. No functional changes.
Mike Pall
2014-12-20
1
-2
/
+2
*
|
Cleanup of frame handling. No functional changes.
Mike Pall
2014-12-15
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
-4
/
+5
*
|
Tune string concatenation.
Mike Pall
2013-03-25
1
-36
/
+22
*
|
String buffer refactoring, part 1.
Mike Pall
2013-02-27
1
-4
/
+5
*
|
Add special bytecodes for builtins.
Mike Pall
2013-02-23
1
-0
/
+13
|
/
*
Bump copyright date to 2013.
Mike Pall
2013-02-11
1
-1
/
+1
*
From Lua 5.2: Allow mixed metamethods for ordered comparisons.
Mike Pall
2012-09-28
1
-2
/
+8
*
Use 0/1 macro for Lua 5.2 compatibility.
Mike Pall
2012-09-12
1
-8
/
+2
*
Replace strtod() with builtin string to number conversion.
Mike Pall
2012-08-25
1
-7
/
+5
*
Make lua_concat() work from C hook with partial frame.
Mike Pall
2012-04-12
1
-1
/
+6
*
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
/
+1
*
From Lua 5.2: __len for tables. Needs -DLUAJIT_ENABLE_LUA52COMPAT.
Mike Pall
2011-06-20
1
-2
/
+11
*
FFI: Avoid unused functions if FFI is disabled.
Mike Pall
2011-05-27
1
-0
/
+2
*
Add support for tailcalls from internal C functions.
Mike Pall
2011-04-12
1
-0
/
+24
*
Avoid phantom stores to proxy tables.
Mike Pall
2011-04-10
1
-6
/
+15
*
Get rid of the remaining silly cast macros from Lua.
Mike Pall
2011-03-10
1
-4
/
+4
*
DUALNUM: Handle integer type in JIT compiler.
Mike Pall
2011-03-10
1
-7
/
+21
*
DUALNUM: Handle integer type in x86/x64 interpreter and libraries.
Mike Pall
2011-02-27
1
-4
/
+15
*
DUALNUM: Add integer type to core VM.
Mike Pall
2011-02-17
1
-5
/
+7
*
FFI: Don't swap operands for cdata __eq metamethod call.
Mike Pall
2011-01-17
1
-7
/
+4
*
FFI: Add 64 bit integer comparisons and pointer comparisons.
Mike Pall
2011-01-13
1
-1
/
+39
*
Bump copyright date to 2011.
Mike Pall
2011-01-09
1
-1
/
+1
*
Turn TValue setter macros into inline functions.
Mike Pall
2010-04-26
1
-5
/
+5
*
Treat the tag of a TValue as unsigned everywhere.
Mike Pall
2010-04-25
1
-2
/
+2
*
Make metamethod names proper GC roots.
Mike Pall
2010-04-25
1
-6
/
+5
[next]