| Commit message (Expand) | Author | Age | Files | Lines |
* | Changed the growth rate of string buffers | Roberto Ierusalimschy | 2022-09-06 | 1 | -4/+4 |
* | Simpler handling of Byte Order Mark (BOM) | Roberto Ierusalimschy | 2022-08-23 | 1 | -21/+26 |
* | Better documentation for 'multires' expressions | Roberto Ierusalimschy | 2022-08-19 | 1 | -2/+3 |
* | Bug: luaL_tolstring may get confused with negative index | Roberto Ierusalimschy | 2021-07-22 | 1 | -0/+1 |
* | Added assertions for proper use of string buffers | Roberto Ierusalimschy | 2021-03-02 | 1 | -5/+17 |
* | Broadening the use of branch hints | Roberto Ierusalimschy | 2021-02-24 | 1 | -11/+11 |
* | New API function 'lua_closeslot' | Roberto Ierusalimschy | 2021-01-11 | 1 | -5/+3 |
* | Avoid "bad programming habits" in the reference system | Roberto Ierusalimschy | 2020-12-03 | 1 | -6/+18 |
* | 'luaL_newstate' should not allocate extra memory | Roberto Ierusalimschy | 2020-11-03 | 1 | -24/+48 |
* | Keep memory errors as memory errors | Roberto Ierusalimschy | 2020-07-06 | 1 | -2/+4 |
* | Avoid calling 'fprintf' with NULL | Roberto Ierusalimschy | 2020-06-09 | 1 | -1/+3 |
* | Details (more uniformity in error messages) | Roberto Ierusalimschy | 2020-05-27 | 1 | -1/+1 |
* | 'luaL_execresult' does not assume -1 status as error | Roberto Ierusalimschy | 2020-05-22 | 1 | -1/+1 |
* | Details in comments | Roberto Ierusalimschy | 2020-05-07 | 1 | -1/+1 |
* | Details | Roberto Ierusalimschy | 2020-02-27 | 1 | -1/+1 |
* | Default for warnings changed to "off" | Roberto Ierusalimschy | 2019-08-20 | 1 | -1/+1 |
* | Added macro 'luaL_pushfail' | Roberto Ierusalimschy | 2019-08-16 | 1 | -3/+3 |
* | Supressed errors in '__close' generate warnings | Roberto Ierusalimschy | 2019-08-16 | 1 | -2/+2 |
* | Added control messages to warnings | Roberto Ierusalimschy | 2019-08-15 | 1 | -10/+24 |
* | Details (typos in comments) | Roberto Ierusalimschy | 2019-07-05 | 1 | -1/+1 |
* | Improvements in 'luaL_traceback' | Roberto Ierusalimschy | 2019-05-28 | 1 | -24/+29 |
* | Details | Roberto Ierusalimschy | 2019-05-13 | 1 | -3/+7 |
* | New function 'luaL_addgsub' | Roberto Ierusalimschy | 2019-04-24 | 1 | -7/+13 |
* | Changes in the warning system | Roberto Ierusalimschy | 2019-03-14 | 1 | -19/+15 |
* | Added a warning system to Lua | Roberto Ierusalimschy | 2018-12-28 | 1 | -1/+27 |
* | Better error messages for some polymorphic functions | Roberto Ierusalimschy | 2018-12-10 | 1 | -3/+3 |
* | Auxiliary buffer cannot close box with 'lua_remove' | Roberto Ierusalimschy | 2018-11-26 | 1 | -5/+7 |
* | String buffer using to-be-closed variable | Roberto Ierusalimschy | 2018-11-13 | 1 | -11/+15 |
* | New implementation for 'luaL_addvalue' | Roberto Ierusalimschy | 2018-11-09 | 1 | -22/+59 |
* | Removed resource-related "emergency collections" | Roberto Ierusalimschy | 2018-10-31 | 1 | -43/+0 |
* | Added "emergency collection" to 'io.tmpfile' and 'os.tmpname' | Roberto Ierusalimschy | 2018-07-27 | 1 | -1/+45 |
* | no need to check whether libraries and host use the same kernel; | Roberto Ierusalimschy | 2018-06-18 | 1 | -6/+4 |
* | removed compatibility code with older versions | Roberto Ierusalimschy | 2018-02-27 | 1 | -82/+1 |
* | using new 'lua_newuserdatauv' instead of 'lua_newuserdata' | Roberto Ierusalimschy | 2018-02-21 | 1 | -2/+2 |
* | detail | Roberto Ierusalimschy | 2018-01-29 | 1 | -2/+2 |
* | new constant 'LUA_GNAME' for the name of the global table "_G" | Roberto Ierusalimschy | 2017-06-27 | 1 | -2/+2 |
* | type 'L_Umaxalign' replaced by macro 'LUAI_MAXALIGN', which is also added | Roberto Ierusalimschy | 2017-04-24 | 1 | -3/+3 |
* | Using LUAI_UAC* types more consistently on vararg calls | Roberto Ierusalimschy | 2016-12-20 | 1 | -4/+4 |
* | using constants for "_LOADED" and "PRELOAD" | Roberto Ierusalimschy | 2016-12-04 | 1 | -12/+11 |
* | 'luaL_tolstring' uses metatable's "__name" when available | Roberto Ierusalimschy | 2016-12-04 | 1 | -5/+14 |
* | no more extra space in 'luaL_checkstack'. (It was already useless | Roberto Ierusalimschy | 2016-01-08 | 1 | -11/+10 |
* | comments + small code changes around stack usage when 'luaL_checkstack' | Roberto Ierusalimschy | 2015-12-14 | 1 | -5/+21 |
* | details (typos in comments) | Roberto Ierusalimschy | 2015-11-19 | 1 | -3/+3 |
* | allow NULL string when length is zero in 'lua_pushlstring' and | Roberto Ierusalimschy | 2015-10-06 | 1 | -4/+6 |
* | in 'luaL_traceback', print correct number of levels even when | Roberto Ierusalimschy | 2015-10-02 | 1 | -9/+11 |
* | better implementation for buffers (reallocated memory directly | Roberto Ierusalimschy | 2015-06-18 | 1 | -8/+52 |
* | detail ('luaL_getmetatable' does not return a boolean, but a tag) | Roberto Ierusalimschy | 2015-02-03 | 1 | -2/+2 |
* | traverse loaded modules (instead of globals) for a name for a function + | Roberto Ierusalimschy | 2014-12-14 | 1 | -5/+13 |
* | in traceback names, give preference to 'name' over '_G.name' | Roberto Ierusalimschy | 2014-12-13 | 1 | -3/+4 |
* | give preference to global names in tracebacks | Roberto Ierusalimschy | 2014-12-10 | 1 | -12/+10 |