aboutsummaryrefslogtreecommitdiff
path: root/src/lj_api.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into v2.1Mike Pall2025-01-131-1/+1
|\
| * Bump copyright date.Mike Pall2025-01-131-1/+1
* | Merge branch 'master' into v2.1Mike Pall2024-03-101-0/+1
|\|
| * Handle stack reallocation in debug.setmetatable() and lua_setmetatable().Mike Pall2024-03-101-0/+1
* | Handle OOM error on stack resize in coroutine.resume and lua_checkstack.Mike Pall2023-09-211-1/+6
* | Merge branch 'master' into v2.1Mike Pall2023-08-201-1/+1
|\|
| * Bump copyright date.Mike Pall2023-08-201-1/+1
* | LJ_GC64: Fix lua_concat().Mike Pall2022-08-101-1/+1
* | Merge branch 'master' into v2.1Mike Pall2022-01-151-1/+1
|\|
| * Bump copyright date.Mike Pall2022-01-151-1/+1
* | Refactor table traversal.Mike Pall2021-09-191-3/+5
* | Reorganize lightuserdata interning code.Mike Pall2021-03-251-28/+2
* | Merge branch 'master' into v2.1Mike Pall2021-01-021-1/+1
|\|
| * Bump copyright date.Mike Pall2021-01-021-1/+1
* | Add support for full-range 64 bit lightuserdata.Mike Pall2020-09-301-4/+36
* | Fix lua_yield() from C hook.Mike Pall2020-09-151-2/+3
* | Improve assertions.Mike Pall2020-06-151-64/+74
* | Merge branch 'master' into v2.1Mike Pall2020-03-201-3/+5
|\|
| * Fix write barrier for lua_setupvalue() and debug.setupvalue().Mike Pall2020-03-201-3/+5
* | Merge branch 'master' into v2.1Mike Pall2020-01-201-1/+1
|\|
| * Bump copyright date.Mike Pall2020-01-201-1/+1
* | From Lua 5.2: Add lua_tonumberx() and lua_tointegerx().Mike Pall2017-04-071-1/+46
* | From Lua 5.2: Add luaL_setmetatable().Mike Pall2017-04-071-0/+6
* | From Lua 5.2: Add luaL_testudata().Mike Pall2017-04-071-3/+9
* | From Lua 5.3: Add lua_isyieldable().Mike Pall2017-04-071-0/+5
* | From Lua 5.2: Add lua_copy().Mike Pall2017-04-071-9/+19
* | From Lua 5.2: Add lua_version().Mike Pall2017-04-071-0/+7
* | Refactor with LUA_OK.Mike Pall2017-04-071-4/+4
* | 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
* | Add collectgarbage("isrunning").Mike Pall2015-10-011-0/+3
* | LJ_FR2: Fix lua_settable() and lua_setfield().Mike Pall2015-01-071-2/+2
* | Merge branch 'master' into v2.1Mike Pall2015-01-061-1/+1
|\|
| * Bump copyright date to 2015.Mike Pall2015-01-051-1/+1
* | Add LJ_GC64 mode: 64 bit GC object references.Mike Pall2015-01-031-2/+2
* | Add LJ_FR2 mode: Two-slot frame info.Mike Pall2015-01-031-38/+59
* | Cleanup of TValue setters. No functional changes.Mike Pall2014-12-201-1/+1
* | Cleanup of memory vs. GC sizes. No functional changes.Mike Pall2014-12-201-1/+1
* | Cleanup of frame handling. No functional changes.Mike Pall2014-12-151-1/+1
* | Merge branch 'master' into v2.1Mike Pall2014-01-161-1/+1
|\|
| * Bump copyright date to 2014.Mike Pall2014-01-161-1/+1
* | Merge branch 'master' into v2.1Mike Pall2013-11-051-1/+1
|\|
| * Fix for last commitMike Pall2013-11-051-1/+1
* | Add table.new().Mike Pall2013-10-091-3/+1
* | Big renaming of string buffer/formatting/conversion functions.Mike Pall2013-05-131-4/+4
* | Refactor raw object to pointer or string conversions.Mike Pall2013-05-131-11/+1
* | Refactor internal string formatting.Mike Pall2013-05-121-2/+3
|/
* Bump copyright date to 2013.Mike Pall2013-02-111-1/+1