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_api.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
2024-03-10
1
-0
/
+1
|
\
|
|
*
Handle stack reallocation in debug.setmetatable() and lua_setmetatable().
Mike Pall
2024-03-10
1
-0
/
+1
*
|
Handle OOM error on stack resize in coroutine.resume and lua_checkstack.
Mike Pall
2023-09-21
1
-1
/
+6
*
|
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
*
|
LJ_GC64: Fix lua_concat().
Mike Pall
2022-08-10
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
*
|
Refactor table traversal.
Mike Pall
2021-09-19
1
-3
/
+5
*
|
Reorganize lightuserdata interning code.
Mike Pall
2021-03-25
1
-28
/
+2
*
|
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
*
|
Add support for full-range 64 bit lightuserdata.
Mike Pall
2020-09-30
1
-4
/
+36
*
|
Fix lua_yield() from C hook.
Mike Pall
2020-09-15
1
-2
/
+3
*
|
Improve assertions.
Mike Pall
2020-06-15
1
-64
/
+74
*
|
Merge branch 'master' into v2.1
Mike Pall
2020-03-20
1
-3
/
+5
|
\
|
|
*
Fix write barrier for lua_setupvalue() and debug.setupvalue().
Mike Pall
2020-03-20
1
-3
/
+5
*
|
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
*
|
From Lua 5.2: Add lua_tonumberx() and lua_tointegerx().
Mike Pall
2017-04-07
1
-1
/
+46
*
|
From Lua 5.2: Add luaL_setmetatable().
Mike Pall
2017-04-07
1
-0
/
+6
*
|
From Lua 5.2: Add luaL_testudata().
Mike Pall
2017-04-07
1
-3
/
+9
*
|
From Lua 5.3: Add lua_isyieldable().
Mike Pall
2017-04-07
1
-0
/
+5
*
|
From Lua 5.2: Add lua_copy().
Mike Pall
2017-04-07
1
-9
/
+19
*
|
From Lua 5.2: Add lua_version().
Mike Pall
2017-04-07
1
-0
/
+7
*
|
Refactor with LUA_OK.
Mike Pall
2017-04-07
1
-4
/
+4
*
|
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
*
|
Add collectgarbage("isrunning").
Mike Pall
2015-10-01
1
-0
/
+3
*
|
LJ_FR2: Fix lua_settable() and lua_setfield().
Mike Pall
2015-01-07
1
-2
/
+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
*
|
Add LJ_GC64 mode: 64 bit GC object references.
Mike Pall
2015-01-03
1
-2
/
+2
*
|
Add LJ_FR2 mode: Two-slot frame info.
Mike Pall
2015-01-03
1
-38
/
+59
*
|
Cleanup of TValue setters. No functional changes.
Mike Pall
2014-12-20
1
-1
/
+1
*
|
Cleanup of memory vs. GC sizes. No functional changes.
Mike Pall
2014-12-20
1
-1
/
+1
*
|
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
*
|
Merge branch 'master' into v2.1
Mike Pall
2013-11-05
1
-1
/
+1
|
\
|
|
*
Fix for last commit
Mike Pall
2013-11-05
1
-1
/
+1
*
|
Add table.new().
Mike Pall
2013-10-09
1
-3
/
+1
*
|
Big renaming of string buffer/formatting/conversion functions.
Mike Pall
2013-05-13
1
-4
/
+4
*
|
Refactor raw object to pointer or string conversions.
Mike Pall
2013-05-13
1
-11
/
+1
*
|
Refactor internal string formatting.
Mike Pall
2013-05-12
1
-2
/
+3
|
/
*
Bump copyright date to 2013.
Mike Pall
2013-02-11
1
-1
/
+1
[next]