Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Clearer distinction between types and tags | Roberto Ierusalimschy | 2020-01-31 | 1 | -1/+3 |
* | Copyright year changed to 2020 | Roberto Ierusalimschy | 2019-12-27 | 1 | -2/+2 |
* | 'setCstacklimit' renamed to 'setcstacklimit' | Roberto Ierusalimschy | 2019-09-24 | 1 | -1/+1 |
* | New function 'setCstacklimit' | Roberto Ierusalimschy | 2019-06-18 | 1 | -0/+1 |
* | Added field 'srclen' to structure 'lua_Debug' | Roberto Ierusalimschy | 2019-04-04 | 1 | -0/+1 |
* | Year in copyright notice updated to 2019 | Roberto Ierusalimschy | 2019-03-25 | 1 | -2/+2 |
* | Changes in the warning system | Roberto Ierusalimschy | 2019-03-14 | 1 | -2/+2 |
* | No more LUA_ERRGCMM errors | Roberto Ierusalimschy | 2019-01-01 | 1 | -2/+1 |
* | Added a warning system to Lua | Roberto Ierusalimschy | 2018-12-28 | 1 | -0/+14 |
* | New functions 'lua_resetthread' and 'coroutine.kill' | Roberto Ierusalimschy | 2018-12-13 | 1 | -0/+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 | -1/+1 |
* | To-be-closed variables in the C API | Roberto Ierusalimschy | 2018-10-25 | 1 | -0/+2 |
* | Removed extra information from RCS keyword strings | Roberto Ierusalimschy | 2018-08-23 | 1 | -1/+1 |
* | Added definition for LUA_VERSION_RELEASE_NUM | Roberto Ierusalimschy | 2018-07-11 | 1 | -1/+3 |
* | no need to check whether libraries and host use the same kernel; | Roberto Ierusalimschy | 2018-06-18 | 1 | -2/+2 |
* | no more nil-in-table | Roberto Ierusalimschy | 2018-04-04 | 1 | -4/+1 |
* | 'fTransfer' -> 'ftransfer' / 'nTransfer' -> 'ntransfer' | Roberto Ierusalimschy | 2018-03-16 | 1 | -3/+3 |
* | both 'fTransfer' and 'nTransfer' may not fit in a 'char' | Roberto Ierusalimschy | 2018-03-05 | 1 | -3/+3 |
* | year in copyright changed to 2018 | Roberto Ierusalimschy | 2018-03-02 | 1 | -3/+3 |
* | first (parcial) implementation of 'keyin'/'removekey' | Roberto Ierusalimschy | 2018-02-25 | 1 | -1/+3 |
* | userdata can have multiple user values | Roberto Ierusalimschy | 2018-02-20 | 1 | -5/+10 |
* | two new fields 'fTransfer'/'nTransfer' in 'lua_Debug' structure | Roberto Ierusalimschy | 2018-02-17 | 1 | -1/+3 |
* | back to 'CallInfo' (no gains with its removal) | Roberto Ierusalimschy | 2017-11-07 | 1 | -3/+2 |
* | 'lua_Debug' not using 'CallInfo' | Roberto Ierusalimschy | 2017-11-03 | 1 | -2/+3 |
* | new API for 'lua_resume' + cleaning the uses of the 'extra' field in | Roberto Ierusalimschy | 2017-11-02 | 1 | -2/+3 |
* | new version (5.4) | Roberto Ierusalimschy | 2017-07-27 | 1 | -4/+4 |
* | revamping the incremental collector | Roberto Ierusalimschy | 2017-05-26 | 1 | -2/+2 |
* | 'lua_rawlen' returns 'lua_Unsigned' instead of 'size_t'. (Real | Roberto Ierusalimschy | 2017-05-18 | 1 | -2/+2 |
* | generational collection: new attempt (still incomplete) | Roberto Ierusalimschy | 2017-02-23 | 1 | -1/+3 |
* | release 5.3.4 (year 2017) | Roberto Ierusalimschy | 2016-12-22 | 1 | -4/+4 |
* | 'lua_pushglobaltable' returns 'void'v5.3.3 | Roberto Ierusalimschy | 2016-05-30 | 1 | -2/+2 |
* | new release number + new year | Roberto Ierusalimschy | 2016-01-13 | 1 | -4/+4 |
* | new release number (5.3.2) | Roberto Ierusalimschy | 2015-11-13 | 1 | -2/+2 |
* | new release number (5.3.1) | Roberto Ierusalimschy | 2015-06-03 | 1 | -2/+2 |
* | 'lua_pushliteral' implemented with 'lua_pushstring' (to take | Roberto Ierusalimschy | 2015-03-10 | 1 | -3/+2 |
* | removed macro LUAI_FIRSTPSEUDOIDX (that stuff does not need | Roberto Ierusalimschy | 2015-01-13 | 1 | -3/+5 |
* | new year (2015) | Roberto Ierusalimschy | 2014-12-26 | 1 | -3/+3 |
* | avoid octal numerals | Roberto Ierusalimschy | 2014-12-08 | 1 | -2/+2 |
* | bug: lua_tounsignedx must cast to lua_Unsigned (of course...) | Roberto Ierusalimschy | 2014-11-29 | 1 | -2/+2 |
* | next release won't be beta | Roberto Ierusalimschy | 2014-11-28 | 1 | -2/+2 |
* | details (matching parameter names with manual) | Roberto Ierusalimschy | 2014-11-12 | 1 | -10/+11 |
* | detail (line break) | Roberto Ierusalimschy | 2014-11-08 | 1 | -3/+2 |
* | 'lua_stringtonum' -> 'lua_stringtonumber' | Roberto Ierusalimschy | 2014-10-17 | 1 | -2/+2 |
* | 'lua_strtonum' -> 'lua_stringtonum' | Roberto Ierusalimschy | 2014-10-15 | 1 | -2/+2 |
* | 'lua_Kcontext' -> 'lua_KContext' | Roberto Ierusalimschy | 2014-10-07 | 1 | -6/+6 |
* | alpha -> beta | Roberto Ierusalimschy | 2014-10-04 | 1 | -2/+2 |
* | deprecated "cast macros" ('luaL_checkint', 'luaL_optint', etc.) | Roberto Ierusalimschy | 2014-10-01 | 1 | -2/+2 |
* | new functions 'lua_geti/lua_seti' (non raw) | Roberto Ierusalimschy | 2014-08-21 | 1 | -1/+3 |
* | 'lua_Ctx' -> 'lua_Kcontext' | Roberto Ierusalimschy | 2014-08-01 | 1 | -7/+7 |