Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Avoid excessive name pollution in test files | Roberto Ierusalimschy | 2022-12-28 | 1 | -51/+61 |
* | Bug: GC is not reentrant | Roberto Ierusalimschy | 2021-12-13 | 1 | -3/+2 |
* | lua_settop/lua_pop closes to-be-closed variables | Roberto Ierusalimschy | 2021-03-09 | 1 | -1/+25 |
* | New API function 'lua_closeslot' | Roberto Ierusalimschy | 2021-01-11 | 1 | -12/+17 |
* | Keep memory errors as memory errors | Roberto Ierusalimschy | 2020-07-06 | 1 | -16/+59 |
* | Comments (mosty typos) | Roberto Ierusalimschy | 2019-12-30 | 1 | -2/+2 |
* | Joined common code in 'lua_rawset' and 'lua_rawsetp' | Roberto Ierusalimschy | 2019-12-17 | 1 | -2/+4 |
* | Added macro 'luaL_pushfail' | Roberto Ierusalimschy | 2019-08-16 | 1 | -1/+1 |
* | Added control messages to warnings | Roberto Ierusalimschy | 2019-08-15 | 1 | -0/+2 |
* | To-be-closed variables must be closed on initialization | Roberto Ierusalimschy | 2019-07-31 | 1 | -1/+10 |
* | Change in the syntax of attributes | Roberto Ierusalimschy | 2019-07-30 | 1 | -1/+1 |
* | Change in the handling of 'L->top' when calling metamethods | Roberto Ierusalimschy | 2019-07-26 | 1 | -0/+17 |
* | Reviving HARDMEMTESTS | Roberto Ierusalimschy | 2019-07-18 | 1 | -2/+5 |
* | A few more tests for table access in the API | Roberto Ierusalimschy | 2019-06-25 | 1 | -1/+47 |
* | Flag for to-be-closed variables changed to '<toclose>' | Roberto Ierusalimschy | 2019-05-09 | 1 | -1/+2 |
* | Changes in the warning system | Roberto Ierusalimschy | 2019-03-14 | 1 | -7/+5 |
* | Details | Roberto Ierusalimschy | 2019-03-13 | 1 | -7/+14 |
* | No more to-be-closed functions | Roberto Ierusalimschy | 2019-01-04 | 1 | -1/+18 |
* | No more LUA_ERRGCMM errors | Roberto Ierusalimschy | 2019-01-01 | 1 | -19/+9 |
* | Added a warning system to Lua | Roberto Ierusalimschy | 2018-12-28 | 1 | -0/+14 |
* | A to-be-closed variable must have a closable value (or be nil) | Roberto Ierusalimschy | 2018-11-29 | 1 | -7/+14 |
* | 'lua_toclose' gets the index to be closed as an argument | Roberto Ierusalimschy | 2018-11-12 | 1 | -8/+10 |
* | New syntax for to-be-closed variables | Roberto Ierusalimschy | 2018-11-07 | 1 | -6/+6 |
* | To-be-closed variables in the C API | Roberto Ierusalimschy | 2018-10-25 | 1 | -0/+71 |
* | Removed extra information from RCS keyword strings in tests | Roberto Ierusalimschy | 2018-10-22 | 1 | -1/+1 |
* | First "complete" implementation of to-be-closed variables | Roberto Ierusalimschy | 2018-10-17 | 1 | -1/+13 |
* | Added directory to test file names in '$Id:' | Roberto Ierusalimschy | 2018-07-25 | 1 | -1/+1 |
* | Added manual and tests for version 5.4-w2 | Roberto Ierusalimschy | 2018-07-09 | 1 | -0/+1264 |