Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 'lua_State.nci' must be an integer | Roberto Ierusalimschy | 2025-02-26 | 1 | -1/+1 |
* | Main thread is a regular field of global_State | Roberto Ierusalimschy | 2025-01-31 | 1 | -34/+44 |
* | New type 'TStatus' for thread status/error codes | Roberto Ierusalimschy | 2025-01-30 | 1 | -4/+4 |
* | CallInfo bit CIST_CLSRET broken in two | Roberto Ierusalimschy | 2025-01-28 | 1 | -1/+3 |
* | Improvements in the manual | Roberto Ierusalimschy | 2025-01-10 | 1 | -1/+1 |
* | Counter for length of chains of __call metamethods | Roberto Ierusalimschy | 2024-11-16 | 1 | -11/+17 |
* | More integration of 'nresults' into 'callstatus' | Roberto Ierusalimschy | 2024-11-15 | 1 | -13/+20 |
* | 'objsize' returns 'l_mem' | Roberto Ierusalimschy | 2024-11-15 | 1 | -1/+1 |
* | Small bug in 'luaE_luaE_statesize' | Roberto Ierusalimschy | 2024-10-21 | 1 | -1/+1 |
* | 'objsize' broke in smaller pieces | Roberto Ierusalimschy | 2024-09-30 | 1 | -0/+1 |
* | GC back to controling pace counting bytes | Roberto Ierusalimschy | 2024-09-19 | 1 | -8/+7 |
* | Rename of fields in global state that control GC | Roberto Ierusalimschy | 2024-09-06 | 1 | -4/+4 |
* | Struct 'transferinfo' moved to "lua_State" | Roberto Ierusalimschy | 2024-07-30 | 1 | -12/+8 |
* | Added gcc option '-Wconversion' | Roberto Ierusalimschy | 2024-07-27 | 1 | -1/+1 |
* | 'nresults' moved into 'callstatus' | Roberto Ierusalimschy | 2024-07-21 | 1 | -19/+35 |
* | Maximum stack size may not fit in unsigned short | Roberto Ierusalimschy | 2024-07-16 | 1 | -2/+2 |
* | Cleaning of llimits.h | Roberto Ierusalimschy | 2024-06-20 | 1 | -0/+11 |
* | Details | Roberto Ierusalimschy | 2024-05-08 | 1 | -1/+1 |
* | New option "setparms" for 'collectgarbage' | Roberto Ierusalimschy | 2023-12-22 | 1 | -6/+1 |
* | 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 | -4/+5 |
* | Major collections done incrementally | Roberto Ierusalimschy | 2023-12-06 | 1 | -3/+3 |
* | Merge branch 'master' into nextversion | Roberto Ierusalimschy | 2023-08-23 | 1 | -1/+1 |
|\ | |||||
| * | Bug: Call hook may be called twice when count hook yields | Roberto Ierusalimschy | 2023-07-25 | 1 | -1/+1 |
* | | Merge branch 'master' into nextversion | Roberto Ierusalimschy | 2023-06-22 | 1 | -1/+0 |
|\| | |||||
| * | Several functions turned 'static' | Roberto Ierusalimschy | 2023-05-22 | 1 | -1/+0 |
* | | Merge branch 'master' into nextversion | Roberto Ierusalimschy | 2022-12-14 | 1 | -3/+8 |
|\| | |||||
| * | Details in some header files | Roberto Ierusalimschy | 2022-12-14 | 1 | -3/+8 |
* | | Changed signal of GC debt | Roberto Ierusalimschy | 2022-12-13 | 1 | -3/+3 |
* | | Simpler control for major collections | Roberto Ierusalimschy | 2022-11-29 | 1 | -4/+4 |
* | | 'l_mem' renamed to 'l_obj' to count objects | Roberto Ierusalimschy | 2022-11-23 | 1 | -5/+5 |
* | | First version of GC counting objects for control | Roberto Ierusalimschy | 2022-11-23 | 1 | -4/+6 |
* | | Added a counter of the total number of existing objects | Roberto Ierusalimschy | 2022-11-03 | 1 | -0/+1 |
|/ | |||||
* | Stack indices changed to union's | Roberto Ierusalimschy | 2022-10-29 | 1 | -7/+7 |
* | Fix debug information about finalizers | Roberto Ierusalimschy | 2021-12-14 | 1 | -1/+1 |
* | Bug: GC is not reentrant | Roberto Ierusalimschy | 2021-12-13 | 1 | -1/+1 |
* | Bug: yielding in '__close' mess up number of returns | Roberto Ierusalimschy | 2021-04-16 | 1 | -1/+1 |
* | New control for reentrancy of emergency collections | Roberto Ierusalimschy | 2021-02-26 | 1 | -0/+1 |
* | '__close' methods can yield in the return of a C function | Roberto Ierusalimschy | 2021-02-12 | 1 | -4/+8 |
* | New implementation for to-be-closed variables | Roberto Ierusalimschy | 2021-02-09 | 1 | -1/+1 |
* | New macro 'completestate' | Roberto Ierusalimschy | 2021-02-05 | 1 | -0/+6 |
* | Janitorial work | Roberto Ierusalimschy | 2021-01-25 | 1 | -0/+10 |
* | Simpler handling of errors when creating tbc variables | Roberto Ierusalimschy | 2021-01-19 | 1 | -0/+1 |
* | Allow yields in '__close' metamethods ater errors | Roberto Ierusalimschy | 2021-01-18 | 1 | -3/+19 |
* | Reset thread before panicking | Roberto Ierusalimschy | 2020-12-28 | 1 | -0/+1 |
* | No more field 'lua_State.stacksize' | Roberto Ierusalimschy | 2020-10-12 | 1 | -3/+10 |
* | Correct handling of 'luaV_execute' invocations | Roberto Ierusalimschy | 2020-10-12 | 1 | -7/+8 |
* | Revision of stackless implementation | Roberto Ierusalimschy | 2020-10-12 | 1 | -46/+10 |
* | Back to a stackless implementation | Roberto Ierusalimschy | 2020-10-12 | 1 | -7/+0 |
* | Details in comments and documentation | Roberto Ierusalimschy | 2020-09-16 | 1 | -0/+11 |