Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | More disciplined use of 'getstr' and 'tsslen' | Roberto Ierusalimschy | 2023-08-17 | 1 | -1/+1 |
* | 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 |
* | 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 |
* | Bug when growing a stack | Roberto Ierusalimschy | 2020-11-08 | 1 | -1/+1 |
* | Hash always use all characters in a long string | Roberto Ierusalimschy | 2020-10-12 | 1 | -1/+1 |
* | No more field 'lua_State.stacksize' | Roberto Ierusalimschy | 2020-10-12 | 1 | -5/+3 |
* | Correct handling of 'luaV_execute' invocations | Roberto Ierusalimschy | 2020-10-12 | 1 | -1/+1 |
* | Revision of stackless implementation | Roberto Ierusalimschy | 2020-10-12 | 1 | -20/+25 |
* | Back to a stackless implementation | Roberto Ierusalimschy | 2020-10-12 | 1 | -41/+2 |
* | Optimization in 'markold' | Roberto Ierusalimschy | 2020-07-29 | 1 | -1/+1 |
* | Details | Roberto Ierusalimschy | 2020-07-29 | 1 | -2/+2 |
* | Fixed bug: invalid 'oldpc' when returning to a function | Roberto Ierusalimschy | 2020-07-17 | 1 | -0/+1 |
* | Avoid any code before locks in the API | Roberto Ierusalimschy | 2020-07-06 | 1 | -2/+3 |
* | Make sure that main thread is non yieldable | Roberto Ierusalimschy | 2020-07-06 | 1 | -0/+1 |
* | Detail in 'lua_resetthread' | Roberto Ierusalimschy | 2020-06-17 | 1 | -5/+4 |
* | 'luaE_shrinkCI' shouldn't remove first free CallInfo | Roberto Ierusalimschy | 2020-06-15 | 1 | -8/+14 |
* | Improvements in the handling of signals | Roberto Ierusalimschy | 2020-05-22 | 1 | -4/+5 |
* | Short strings always use all bytes in the hash | Roberto Ierusalimschy | 2020-04-01 | 1 | -1/+1 |
* | Clearer distinction between types and tags | Roberto Ierusalimschy | 2020-01-31 | 1 | -2/+2 |
* | Larger C-stack limits for new threads | Roberto Ierusalimschy | 2019-10-17 | 1 | -1/+1 |
* | 'setCstacklimit' renamed to 'setcstacklimit' | Roberto Ierusalimschy | 2019-09-24 | 1 | -1/+1 |
* | Supressed errors in '__close' generate warnings | Roberto Ierusalimschy | 2019-08-16 | 1 | -0/+16 |
* | Small changes around C-stack limit | Roberto Ierusalimschy | 2019-06-26 | 1 | -1/+1 |
* | New function 'setCstacklimit' | Roberto Ierusalimschy | 2019-06-18 | 1 | -2/+26 |
* | Revamp around 'L->nCcalls' count | Roberto Ierusalimschy | 2019-06-12 | 1 | -27/+26 |
* | Fixed bug with to-be-closed variables in base C level | Roberto Ierusalimschy | 2019-04-26 | 1 | -0/+2 |
* | LUAI_MAXCCALLS renamed LUAI_MAXCSTACK | Roberto Ierusalimschy | 2019-03-25 | 1 | -8/+8 |
* | Changes in the warning system | Roberto Ierusalimschy | 2019-03-14 | 1 | -2/+2 |
* | After a "bad collections", avoid switching back back to generational | Roberto Ierusalimschy | 2019-01-30 | 1 | -1/+3 |
* | No more LUA_ERRGCMM errors | Roberto Ierusalimschy | 2019-01-01 | 1 | -0/+7 |
* | Added a warning system to Lua | Roberto Ierusalimschy | 2018-12-28 | 1 | -0/+2 |
* | Changes in the control of C-stack overflow | Roberto Ierusalimschy | 2018-12-27 | 1 | -16/+33 |
* | New functions 'lua_resetthread' and 'coroutine.kill' | Roberto Ierusalimschy | 2018-12-13 | 1 | -2/+25 |