Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | New year (2023) | Roberto Ierusalimschy | 2023-03-31 | 1 | -1/+1 | |
* | | Clock component removed from 'luaL_makeseed' | Roberto Ierusalimschy | 2023-03-23 | 1 | -2/+2 | |
* | | New function 'luaL_makeseed' | Roberto Ierusalimschy | 2023-03-20 | 1 | -5/+18 | |
* | | Control variables in for loops are read only | Roberto Ierusalimschy | 2022-12-21 | 1 | -10/+6 | |
* | | Towards Lua 5.5 | Roberto Ierusalimschy | 2022-12-20 | 1 | -120/+3 | |
|/ | ||||||
* | Bug: stack overflow with nesting of coroutine.close | Roberto Ierusalimschy | 2022-10-25 | 1 | -1/+6 | |
* | Option '-l g=mod' added to the manual | Roberto Ierusalimschy | 2022-10-19 | 1 | -11/+12 | |
* | Note in the manual about using '...' as an expression | Roberto Ierusalimschy | 2022-09-08 | 1 | -5/+16 | |
* | Better documentation for 'multires' expressions | Roberto Ierusalimschy | 2022-08-19 | 1 | -72/+116 | |
* | Details (identation and typos) | Roberto Ierusalimschy | 2022-05-10 | 1 | -2/+2 | |
* | Details | Roberto Ierusalimschy | 2022-04-01 | 1 | -1/+3 | |
* | Explanation of borders in the manualv5.4.4 | Roberto Ierusalimschy | 2022-01-13 | 1 | -10/+12 | |
* | New year (2022) | Roberto Ierusalimschy | 2022-01-02 | 1 | -1/+1 | |
* | Bug: GC is not reentrant | Roberto Ierusalimschy | 2021-12-13 | 1 | -5/+6 | |
* | Corrected bug in 'luaD_tryfuncTM' | Roberto Ierusalimschy | 2021-11-16 | 1 | -1/+1 | |
* | Documentation | Roberto Ierusalimschy | 2021-10-11 | 1 | -2/+10 | |
* | Revamp of format validation in 'string.format' | Roberto Ierusalimschy | 2021-09-03 | 1 | -2/+4 | |
* | Improved documentation for 'lua_getinfo' | Roberto Ierusalimschy | 2021-08-11 | 1 | -18/+24 | |
* | Correction on documentation of string-buffer operations | Roberto Ierusalimschy | 2021-07-21 | 1 | -4/+4 | |
* | Avoid the term "undefined behavior" in the manual | Roberto Ierusalimschy | 2021-06-09 | 1 | -3/+2 | |
* | Details | Roberto Ierusalimschy | 2021-03-29 | 1 | -9/+12 | |
* | lua_settop/lua_pop closes to-be-closed variables | Roberto Ierusalimschy | 2021-03-09 | 1 | -12/+11 | |
* | New release number (5.4.3) | Roberto Ierusalimschy | 2021-03-03 | 1 | -1/+1 | |
* | Normalization of metamethod typography in the manual | Roberto Ierusalimschy | 2021-03-02 | 1 | -10/+10 | |
* | '__close' methods can yield in the return of a C function | Roberto Ierusalimschy | 2021-02-12 | 1 | -0/+3 | |
* | Simpler handling of errors when creating tbc variables | Roberto Ierusalimschy | 2021-01-19 | 1 | -4/+0 | |
* | Corrected documentation for 'table.sort' | Roberto Ierusalimschy | 2021-01-14 | 1 | -8/+8 | |
* | New API function 'lua_closeslot' | Roberto Ierusalimschy | 2021-01-11 | 1 | -10/+23 | |
* | Report last error in closing methods | Roberto Ierusalimschy | 2020-12-22 | 1 | -5/+0 | |
* | Upvalues removed from 'openupval' before being closed | Roberto Ierusalimschy | 2020-12-21 | 1 | -1/+0 | |
* | 'coroutine.close'/'lua_resetthread' report original errors | Roberto Ierusalimschy | 2020-12-18 | 1 | -3/+7 | |
* | Details (do not affect regular code) | Roberto Ierusalimschy | 2020-12-07 | 1 | -0/+5 | |
* | Details | Roberto Ierusalimschy | 2020-10-30 | 1 | -3/+10 | |
* | Revision of stackless implementation | Roberto Ierusalimschy | 2020-10-12 | 1 | -55/+17 | |
* | Details in the manual | Roberto Ierusalimschy | 2020-09-25 | 1 | -6/+9 | |
* | Details in comments and documentation | Roberto Ierusalimschy | 2020-09-16 | 1 | -0/+10 | |
* | Better documentation for the GC of strings in the C API | Roberto Ierusalimschy | 2020-09-09 | 1 | -20/+58 | |
* | Detailsv5.4.0 | Roberto Ierusalimschy | 2020-06-18 | 1 | -0/+11 | |
* | Details | Roberto Ierusalimschy | 2020-06-10 | 1 | -1/+1 | |
* | Improvements in the manual | Roberto Ierusalimschy | 2020-05-29 | 1 | -45/+86 | |
* | Several details about 5.4.0 rc1 | Roberto Ierusalimschy | 2020-04-23 | 1 | -1/+1 | |
* | Added 'simplesect' sections to the manual | Roberto Ierusalimschy | 2020-04-13 | 1 | -2/+52 | |
* | Improvements in the manual | Roberto Ierusalimschy | 2020-04-10 | 1 | -46/+64 | |
* | Copyright year changed to 2020 | Roberto Ierusalimschy | 2019-12-27 | 1 | -1/+1 | |
* | Manual a little more clear about string->number coersions | Roberto Ierusalimschy | 2019-12-05 | 1 | -16/+25 | |
* | Details | Roberto Ierusalimschy | 2019-11-18 | 1 | -2/+3 | |
* | Using 'metavalues' for "metamethods" that are not methods | Roberto Ierusalimschy | 2019-11-08 | 1 | -21/+26 | |
* | Added function 'luaL_buffsub' | Roberto Ierusalimschy | 2019-10-23 | 1 | -9/+17 | |
* | Several enhancements in the manual | Roberto Ierusalimschy | 2019-10-23 | 1 | -43/+54 | |
* | Improvements in the manual around metamethodsv5.4-beta | Roberto Ierusalimschy | 2019-10-08 | 1 | -35/+42 |