Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Improvements in the manual around metamethodsv5.4-beta | Roberto Ierusalimschy | 2019-10-08 | 1 | -35/+42 |
* | 'setCstacklimit' renamed to 'setcstacklimit' | Roberto Ierusalimschy | 2019-09-24 | 1 | -6/+6 |
* | Default for warnings changed to "off" | Roberto Ierusalimschy | 2019-08-20 | 1 | -2/+2 |
* | Manual corrected with the new syntax for attributes | Roberto Ierusalimschy | 2019-08-16 | 1 | -5/+5 |
* | Added macro 'luaL_pushfail' | Roberto Ierusalimschy | 2019-08-16 | 2 | -36/+52 |
* | Supressed errors in '__close' generate warnings | Roberto Ierusalimschy | 2019-08-16 | 1 | -1/+1 |
* | Added control messages to warnings | Roberto Ierusalimschy | 2019-08-15 | 1 | -7/+22 |
* | Detail in the manual (method 'file:setvbuf') | Roberto Ierusalimschy | 2019-08-12 | 1 | -16/+8 |
* | Correction in the documentation of 'io.lines' | Roberto Ierusalimschy | 2019-07-31 | 1 | -6/+4 |
* | To-be-closed variables must be closed on initialization | Roberto Ierusalimschy | 2019-07-31 | 1 | -8/+11 |
* | 'math.randomseed' always returns the two seed components | Roberto Ierusalimschy | 2019-07-19 | 1 | -2/+4 |
* | 'math.randomseed()' returns the seeds it used | Roberto Ierusalimschy | 2019-07-17 | 1 | -0/+3 |
* | '__close' method may be called again in case of error | Roberto Ierusalimschy | 2019-07-16 | 1 | -5/+6 |
* | First implementation of constant propagation | Roberto Ierusalimschy | 2019-07-12 | 1 | -12/+19 |
* | Local attributes can be used in list of local variables | Roberto Ierusalimschy | 2019-07-03 | 1 | -26/+34 |
* | New function 'setCstacklimit' | Roberto Ierusalimschy | 2019-06-18 | 1 | -0/+42 |
* | Detail in the manual | Roberto Ierusalimschy | 2019-06-10 | 1 | -5/+6 |
* | Updated the documentation for the API function 'lua_gc'v5.4-alpha | Roberto Ierusalimschy | 2019-06-06 | 1 | -53/+62 |
* | Multiple errors in '__toclose' report the first one | Roberto Ierusalimschy | 2019-06-05 | 1 | -6/+15 |
* | Function 'warn' is vararg | Roberto Ierusalimschy | 2019-06-04 | 1 | -5/+3 |
* | 'coroutine.kill' renamed 'coroutine.close' | Roberto Ierusalimschy | 2019-06-03 | 1 | -14/+15 |
* | Details | Roberto Ierusalimschy | 2019-06-03 | 1 | -3/+2 |
* | Details | Roberto Ierusalimschy | 2019-05-28 | 1 | -5/+8 |
* | First implementation for 'const' variables | Roberto Ierusalimschy | 2019-05-17 | 1 | -8/+20 |
* | Flag for to-be-closed variables changed to '<toclose>' | Roberto Ierusalimschy | 2019-05-09 | 1 | -2/+2 |
* | Coroutines do not unwind the stack in case of errors | Roberto Ierusalimschy | 2019-05-09 | 1 | -8/+25 |
* | New function 'luaL_addgsub' | Roberto Ierusalimschy | 2019-04-24 | 1 | -2/+33 |
* | 'require' returns where module was found | Roberto Ierusalimschy | 2019-04-17 | 1 | -11/+27 |
* | Added an optional parameter to 'coroutine.isyieldable' | Roberto Ierusalimschy | 2019-04-10 | 1 | -3/+4 |
* | 'print' does not call 'tostring' to format its arguments | Roberto Ierusalimschy | 2019-04-10 | 1 | -2/+11 |
* | Thorough revision of the reference manual | Roberto Ierusalimschy | 2019-04-10 | 1 | -341/+351 |
* | Year in copyright notice updated to 2019 | Roberto Ierusalimschy | 2019-03-25 | 1 | -1/+1 |
* | Name 'nonstrict' in the UTF-8 library changed to 'lax' | Roberto Ierusalimschy | 2019-03-19 | 1 | -4/+4 |
* | New semantics for the integer 'for' loop | Roberto Ierusalimschy | 2019-03-19 | 1 | -70/+54 |
* | Changes in the validation of UTF-8 | Roberto Ierusalimschy | 2019-03-15 | 1 | -4/+39 |
* | Finalizers must be callable | Roberto Ierusalimschy | 2019-03-14 | 1 | -4/+19 |
* | Changes in the warning system | Roberto Ierusalimschy | 2019-03-14 | 1 | -13/+13 |
* | 'math.randomseed()' sets a somewhat random seed | Roberto Ierusalimschy | 2019-03-13 | 1 | -9/+14 |
* | New conversion specifier '%p' for 'string.format' | Roberto Ierusalimschy | 2019-03-13 | 1 | -3/+10 |
* | Details | Roberto Ierusalimschy | 2019-03-13 | 1 | -22/+32 |
* | Optional 'init' argument to 'string.gmatch' | Roberto Ierusalimschy | 2019-01-08 | 1 | -19/+23 |
* | No more to-be-closed functions | Roberto Ierusalimschy | 2019-01-04 | 1 | -20/+14 |
* | No more LUA_ERRGCMM errors | Roberto Ierusalimschy | 2019-01-01 | 1 | -17/+9 |
* | Added a warning system to Lua | Roberto Ierusalimschy | 2018-12-28 | 1 | -8/+48 |
* | Details | Roberto Ierusalimschy | 2018-12-17 | 1 | -8/+8 |
* | New functions 'lua_resetthread' and 'coroutine.kill' | Roberto Ierusalimschy | 2018-12-13 | 1 | -4/+30 |
* | Better error messages for some polymorphic functions | Roberto Ierusalimschy | 2018-12-10 | 1 | -0/+26 |
* | Calls cannot be tail in the scope of a to-be-closed variable | Roberto Ierusalimschy | 2018-12-04 | 1 | -9/+8 |
* | A to-be-closed variable must have a closable value (or be nil) | Roberto Ierusalimschy | 2018-11-29 | 1 | -9/+16 |
* | Documentation for to-be-closed variables | Roberto Ierusalimschy | 2018-11-13 | 1 | -26/+122 |