Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Stack indices changed to union's | Roberto Ierusalimschy | 2022-10-29 | 1 | -12/+12 |
* | Bug: stack overflow with nesting of coroutine.close | Roberto Ierusalimschy | 2022-10-25 | 1 | -1/+1 |
* | Details | Roberto Ierusalimschy | 2022-10-19 | 1 | -5/+5 |
* | Bug: luaL_tolstring may get confused with negative index | Roberto Ierusalimschy | 2021-07-22 | 1 | -0/+3 |
* | Stack check in warning function for tests | Roberto Ierusalimschy | 2021-03-02 | 1 | -0/+2 |
* | New implementation for to-be-closed variables | Roberto Ierusalimschy | 2021-02-09 | 1 | -0/+1 |
* | New API function 'lua_closeslot' | Roberto Ierusalimschy | 2021-01-11 | 1 | -0/+3 |
* | Review of asserts in 'ltests.c' | Roberto Ierusalimschy | 2020-12-08 | 1 | -56/+70 |
* | 'luaL_newstate' should not allocate extra memory | Roberto Ierusalimschy | 2020-11-03 | 1 | -1/+1 |
* | Hash always use all characters in a long string | Roberto Ierusalimschy | 2020-10-12 | 1 | -1/+0 |
* | No more field 'lua_State.stacksize' | Roberto Ierusalimschy | 2020-10-12 | 1 | -4/+4 |
* | Better tests for gray lists | Roberto Ierusalimschy | 2020-08-07 | 1 | -9/+31 |
* | Clearer handling of gray lists when entering generational mode | Roberto Ierusalimschy | 2020-08-03 | 1 | -12/+48 |
* | Details | Roberto Ierusalimschy | 2020-07-29 | 1 | -2/+2 |
* | Function 'printobj' in 'ltests.c' made public | Roberto Ierusalimschy | 2020-07-27 | 1 | -0/+4 |
* | Make sure that main thread is non yieldable | Roberto Ierusalimschy | 2020-07-06 | 1 | -2/+5 |
* | Avoid memory allocation in some functions from 'ltests.c' | Roberto Ierusalimschy | 2020-07-04 | 1 | -7/+20 |
* | In 'lua_checkmemory', userdata can be gray, too | Roberto Ierusalimschy | 2020-06-15 | 1 | -0/+4 |
* | Avoid calling 'fprintf' with NULL | Roberto Ierusalimschy | 2020-06-09 | 1 | -1/+3 |
* | Fixed bug in 'string.format("%p")' | Roberto Ierusalimschy | 2020-03-16 | 1 | -2/+1 |
* | Details | Roberto Ierusalimschy | 2020-02-27 | 1 | -5/+7 |
* | Clearer distinction between types and tags | Roberto Ierusalimschy | 2020-01-31 | 1 | -19/+19 |
* | Comments (mosty typos) | Roberto Ierusalimschy | 2019-12-30 | 1 | -2/+2 |
* | Details (mostly comments) | Roberto Ierusalimschy | 2019-10-22 | 1 | -1/+1 |
* | Default for warnings changed to "off" | Roberto Ierusalimschy | 2019-08-20 | 1 | -1/+1 |
* | Improvement in warn-mode '@store' (for testing) | Roberto Ierusalimschy | 2019-08-18 | 1 | -8/+20 |
* | Supressed errors in '__close' generate warnings | Roberto Ierusalimschy | 2019-08-16 | 1 | -5/+5 |
* | Added control messages to warnings | Roberto Ierusalimschy | 2019-08-15 | 1 | -17/+47 |
* | To-be-closed variables must be closed on initialization | Roberto Ierusalimschy | 2019-07-31 | 1 | -0/+3 |
* | Tag LUA_TUPVALTBC replaced by a flag | Roberto Ierusalimschy | 2019-07-19 | 1 | -2/+1 |
* | OP_NEWTABLE keeps exact size of arrays | Roberto Ierusalimschy | 2019-07-12 | 1 | -9/+0 |
* | A few more tests for table access in the API | Roberto Ierusalimschy | 2019-06-25 | 1 | -0/+16 |
* | Details | Roberto Ierusalimschy | 2019-05-13 | 1 | -5/+3 |
* | Revamp of 'lua_pushfstring' / 'luaO_pushvfstring' | Roberto Ierusalimschy | 2019-04-24 | 1 | -0/+9 |
* | Changes in the warning system | Roberto Ierusalimschy | 2019-03-14 | 1 | -38/+22 |
* | Details | Roberto Ierusalimschy | 2019-03-13 | 1 | -2/+5 |
* | No more to-be-closed functions | Roberto Ierusalimschy | 2019-01-04 | 1 | -7/+11 |
* | No more LUA_ERRGCMM errors | Roberto Ierusalimschy | 2019-01-01 | 1 | -13/+48 |
* | Added a warning system to Lua | Roberto Ierusalimschy | 2018-12-28 | 1 | -1/+32 |
* | Details | Roberto Ierusalimschy | 2018-12-17 | 1 | -1/+2 |
* | New functions 'lua_resetthread' and 'coroutine.kill' | Roberto Ierusalimschy | 2018-12-13 | 1 | -0/+3 |
* | Some bugs with stack reallocation by 'luaF_close' | Roberto Ierusalimschy | 2018-11-24 | 1 | -1/+1 |
* | 'lua_toclose' gets the index to be closed as an argument | Roberto Ierusalimschy | 2018-11-12 | 1 | -1/+1 |
* | New syntax for to-be-closed variables | Roberto Ierusalimschy | 2018-11-07 | 1 | -2/+2 |
* | Removed internal cache for closures | Roberto Ierusalimschy | 2018-11-01 | 1 | -4/+0 |
* | Big revamp in the implmentation of labels/gotos | Roberto Ierusalimschy | 2018-10-29 | 1 | -1/+1 |
* | To-be-closed variables in the C API | Roberto Ierusalimschy | 2018-10-25 | 1 | -0/+3 |
* | First "complete" implementation of to-be-closed variables | Roberto Ierusalimschy | 2018-10-17 | 1 | -1/+1 |
* | Towards "to closed" local variables | Roberto Ierusalimschy | 2018-10-08 | 1 | -11/+14 |
* | Removed extra information from RCS keyword strings | Roberto Ierusalimschy | 2018-08-23 | 1 | -1/+1 |