Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Main thread is a regular field of global_State | Roberto Ierusalimschy | 2025-01-31 | 1 | -30/+9 |
* | New type 'TStatus' for thread status/error codes | Roberto Ierusalimschy | 2025-01-30 | 1 | -3/+3 |
* | 'objsize' returns 'l_mem' | Roberto Ierusalimschy | 2024-11-15 | 1 | -2/+3 |
* | Small bug in 'luaE_luaE_statesize' | Roberto Ierusalimschy | 2024-10-21 | 1 | -2/+2 |
* | 'objsize' broke in smaller pieces | Roberto Ierusalimschy | 2024-09-30 | 1 | -0/+8 |
* | GC back to controling pace counting bytes | Roberto Ierusalimschy | 2024-09-19 | 1 | -8/+6 |
* | Rename of fields in global state that control GC | Roberto Ierusalimschy | 2024-09-06 | 1 | -8/+8 |
* | Added gcc option '-Wconversion' | Roberto Ierusalimschy | 2024-07-27 | 1 | -2/+3 |
* | 'nresults' moved into 'callstatus' | Roberto Ierusalimschy | 2024-07-21 | 1 | -1/+0 |
* | Cleaning of llimits.h | Roberto Ierusalimschy | 2024-06-20 | 1 | -0/+21 |
* | Some 'unsigned int' changed to 'unsigned' | Roberto Ierusalimschy | 2024-03-22 | 1 | -1/+1 |
* | Removed deprecated function 'setcstacklimit' | Roberto Ierusalimschy | 2024-02-07 | 1 | -6/+0 |
* | Clear interface between references and predefines | Roberto Ierusalimschy | 2024-01-15 | 1 | -0/+3 |
* | Removed uses of LUA_NUMTAGS | Roberto Ierusalimschy | 2024-01-13 | 1 | -1/+1 |
* | New option "setparms" for 'collectgarbage' | Roberto Ierusalimschy | 2023-12-22 | 1 | -6/+6 |
* | GC parameters encoded as floating-point bytes | Roberto Ierusalimschy | 2023-12-20 | 1 | -6/+6 |
* | First criteria for shifts minor<->major | Roberto Ierusalimschy | 2023-12-07 | 1 | -1/+2 |
* | Comments detailing the ages for generational GC | Roberto Ierusalimschy | 2023-11-29 | 1 | -2/+3 |
* | Merge branch 'newarray' into nextversion | Roberto Ierusalimschy | 2023-11-07 | 1 | -2/+5 |
|\ | |||||
| * | Merge branch 'master' into newarray | Roberto Ierusalimschy | 2023-11-03 | 1 | -3/+3 |
| |\ | |||||
| * | | Full abstraction for representation of array values | Roberto Ierusalimschy | 2023-10-30 | 1 | -2/+5 |
* | | | Merge branch 'master' into nextversion | Roberto Ierusalimschy | 2023-08-23 | 1 | -1/+1 |
|\ \ \ | | |/ | |/| | |||||
| * | | More disciplined use of 'getstr' and 'tsslen' | Roberto Ierusalimschy | 2023-08-17 | 1 | -1/+1 |
* | | | Merge branch 'master' into nextversion | Roberto Ierusalimschy | 2023-06-22 | 1 | -3/+3 |
|\| | | |||||
| * | | Several functions turned 'static' | Roberto Ierusalimschy | 2023-05-22 | 1 | -2/+2 |
| |/ | |||||
| * | "Emergency" new version 5.4.6v5.4.6 | Roberto Ierusalimschy | 2023-05-02 | 1 | -1/+9 |
* | | New function 'luaL_makeseed' | Roberto Ierusalimschy | 2023-03-20 | 1 | -33/+2 |
* | | Changed signal of GC debt | Roberto Ierusalimschy | 2022-12-13 | 1 | -3/+3 |
* | | Revamp of GC parameters | Roberto Ierusalimschy | 2022-12-13 | 1 | -4/+4 |
* | | Simpler control for major collections | Roberto Ierusalimschy | 2022-11-29 | 1 | -1/+0 |
* | | 'l_mem' renamed to 'l_obj' to count objects | Roberto Ierusalimschy | 2022-11-23 | 1 | -2/+2 |
* | | First version of GC counting objects for control | Roberto Ierusalimschy | 2022-11-23 | 1 | -7/+8 |
* | | Added a counter of the total number of existing objects | Roberto Ierusalimschy | 2022-11-03 | 1 | -0/+2 |
|/ | |||||
* | Threads are created like other objects | Roberto Ierusalimschy | 2022-11-01 | 1 | -8/+4 |
* | Stack indices changed to union's | Roberto Ierusalimschy | 2022-10-29 | 1 | -21/+21 |
* | Bug: stack overflow with nesting of coroutine.close | Roberto Ierusalimschy | 2022-10-25 | 1 | -1/+2 |
* | Bug: GC is not reentrant | Roberto Ierusalimschy | 2021-12-13 | 1 | -2/+2 |
* | Bug: Lua stack still active when closing a state | Roberto Ierusalimschy | 2021-12-10 | 1 | -0/+1 |
* | Bug: Wrong status in coroutine during reset | Roberto Ierusalimschy | 2021-11-08 | 1 | -2/+2 |
* | Details | Roberto Ierusalimschy | 2021-03-29 | 1 | -1/+1 |
* | New control for reentrancy of emergency collections | Roberto Ierusalimschy | 2021-02-26 | 1 | -0/+1 |
* | Broadening the use of branch hints | Roberto Ierusalimschy | 2021-02-24 | 1 | -1/+1 |
* | New implementation for to-be-closed variables | Roberto Ierusalimschy | 2021-02-09 | 1 | -6/+9 |
* | New macro 'completestate' | Roberto Ierusalimschy | 2021-02-05 | 1 | -4/+2 |
* | Simpler handling of errors when creating tbc variables | Roberto Ierusalimschy | 2021-01-19 | 1 | -2/+2 |
* | Allow yields inside '__close' metamethods | Roberto Ierusalimschy | 2021-01-13 | 1 | -1/+1 |
* | Reset thread before panicking | Roberto Ierusalimschy | 2020-12-28 | 1 | -9/+13 |
* | Cleaner handling of errors in '__close' metamethods | Roberto Ierusalimschy | 2020-12-28 | 1 | -5/+5 |
* | 'coroutine.close'/'lua_resetthread' report original errors | Roberto Ierusalimschy | 2020-12-18 | 1 | -3/+5 |
* | Changed access to global table in the registry | Roberto Ierusalimschy | 2020-11-26 | 1 | -6/+3 |