Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | More disciplined use of 'getstr' and 'tsslen' | Roberto Ierusalimschy | 2023-08-17 | 1 | -2/+2 |
* | Stack indices changed to union's | Roberto Ierusalimschy | 2022-10-29 | 1 | -116/+119 |
* | Bug: 'lua_settop' may use an invalid pointer to stack | Roberto Ierusalimschy | 2022-05-25 | 1 | -3/+2 |
* | 'lua_checkstack' doesn't need to check stack overflow | Roberto Ierusalimschy | 2022-05-23 | 1 | -7/+2 |
* | Details | Roberto Ierusalimschy | 2021-12-21 | 1 | -1/+1 |
* | Bug: GC is not reentrant | Roberto Ierusalimschy | 2021-12-13 | 1 | -8/+9 |
* | Using 'inline' in some functions | Roberto Ierusalimschy | 2021-09-15 | 1 | -5/+7 |
* | 'index2value' more robust | Roberto Ierusalimschy | 2021-05-24 | 1 | -5/+13 |
* | lua_settop/lua_pop closes to-be-closed variables | Roberto Ierusalimschy | 2021-03-09 | 1 | -7/+8 |
* | New implementation for to-be-closed variables | Roberto Ierusalimschy | 2021-02-09 | 1 | -6/+3 |
* | New macro 'completestate' | Roberto Ierusalimschy | 2021-02-05 | 1 | -1/+1 |
* | Fixed some bugs around stack reallocation | Roberto Ierusalimschy | 2021-02-05 | 1 | -0/+1 |
* | Janitorial work | Roberto Ierusalimschy | 2021-01-25 | 1 | -1/+2 |
* | Allow yields inside '__close' metamethods | Roberto Ierusalimschy | 2021-01-13 | 1 | -2/+2 |
* | New API function 'lua_closeslot' | Roberto Ierusalimschy | 2021-01-11 | 1 | -1/+18 |
* | Cleaner handling of errors in '__close' metamethods | Roberto Ierusalimschy | 2020-12-28 | 1 | -1/+1 |
* | Changes in the API of 'luaH_set' and related functions | Roberto Ierusalimschy | 2020-12-04 | 1 | -3/+1 |
* | Changed access to global table in the registry | Roberto Ierusalimschy | 2020-11-26 | 1 | -8/+17 |
* | 'lua_upvalueid' returns NULL on invalid upvalue index | Roberto Ierusalimschy | 2020-10-12 | 1 | -6/+13 |
* | Avoid any code before locks in the API | Roberto Ierusalimschy | 2020-07-06 | 1 | -9/+17 |
* | Keep memory errors as memory errors | Roberto Ierusalimschy | 2020-07-06 | 1 | -1/+7 |
* | 'luaV_concat' can "concat" one single value | Roberto Ierusalimschy | 2020-07-03 | 1 | -5/+3 |
* | Fixed detail in 'loadUpvalues' | Roberto Ierusalimschy | 2020-06-30 | 1 | -0/+1 |
* | Clearer distinction between types and tags | Roberto Ierusalimschy | 2020-01-31 | 1 | -11/+11 |
* | Changed internal representation of booleans | Roberto Ierusalimschy | 2020-01-06 | 1 | -1/+4 |
* | Fixed bug in 'aux_rawset' | Roberto Ierusalimschy | 2019-12-30 | 1 | -1/+1 |
* | Joined common code in 'lua_rawset' and 'lua_rawsetp' | Roberto Ierusalimschy | 2019-12-17 | 1 | -17/+14 |
* | Small correction in assertion | Roberto Ierusalimschy | 2019-12-13 | 1 | -1/+1 |
* | Removed some wrong comments | Roberto Ierusalimschy | 2019-11-28 | 1 | -8/+6 |
* | Undo change in the handling of 'L->top' (commit b80077b8f3) | Roberto Ierusalimschy | 2019-08-29 | 1 | -2/+0 |
* | Change in the handling of 'L->top' when calling metamethods | Roberto Ierusalimschy | 2019-07-26 | 1 | -0/+2 |
* | Calls 'luaF_close' in 'lua_settop' only when needed | Roberto Ierusalimschy | 2019-07-17 | 1 | -5/+7 |
* | Avoid setting the stack top below upvalues to be closed | Roberto Ierusalimschy | 2019-07-16 | 1 | -7/+8 |
* | Small optimizations in range checks | Roberto Ierusalimschy | 2019-03-27 | 1 | -4/+6 |
* | Changes in the warning system | Roberto Ierusalimschy | 2019-03-14 | 1 | -2/+2 |
* | Details | Roberto Ierusalimschy | 2019-03-13 | 1 | -9/+22 |
* | After a "bad collections", avoid switching back back to generational | Roberto Ierusalimschy | 2019-01-30 | 1 | -4/+2 |
* | No more LUA_ERRGCMM errors | Roberto Ierusalimschy | 2019-01-01 | 1 | -3/+1 |
* | Added a warning system to Lua | Roberto Ierusalimschy | 2018-12-28 | 1 | -0/+18 |
* | Changes in the control of C-stack overflow | Roberto Ierusalimschy | 2018-12-27 | 1 | -2/+2 |
* | A to-be-closed variable must have a closable value (or be nil) | Roberto Ierusalimschy | 2018-11-29 | 1 | -1/+1 |
* | Auxiliary buffer cannot close box with 'lua_remove' | Roberto Ierusalimschy | 2018-11-26 | 1 | -2/+2 |
* | 'lua_toclose' gets the index to be closed as an argument | Roberto Ierusalimschy | 2018-11-12 | 1 | -3/+10 |
* | New syntax for to-be-closed variables | Roberto Ierusalimschy | 2018-11-07 | 1 | -1/+1 |
* | To-be-closed variables in the C API | Roberto Ierusalimschy | 2018-10-25 | 1 | -2/+13 |
* | Details (comments) | Roberto Ierusalimschy | 2018-09-11 | 1 | -1/+5 |
* | Removed extra information from RCS keyword strings | Roberto Ierusalimschy | 2018-08-23 | 1 | -1/+1 |
* | no need to check whether libraries and host use the same kernel; | Roberto Ierusalimschy | 2018-06-18 | 1 | -5/+4 |
* | new field 'nilvalue' in struct 'global_State' to avoid the use of | Roberto Ierusalimschy | 2018-06-15 | 1 | -13/+10 |
* | removed unused macros 'isstackindex'/'api_checkstackindex' + | Roberto Ierusalimschy | 2018-06-15 | 1 | -10/+2 |