Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | '__call' metamethod can be any callable object | Roberto Ierusalimschy | 2019-06-25 | 1 | -0/+17 | |
* | A few more tests for table access in the API | Roberto Ierusalimschy | 2019-06-25 | 1 | -1/+47 | |
* | Added script 'packtests' to the project | Roberto Ierusalimschy | 2019-06-21 | 1 | -0/+52 | |
* | Details in tests | Roberto Ierusalimschy | 2019-06-21 | 2 | -18/+10 | |
* | New function 'setCstacklimit' | Roberto Ierusalimschy | 2019-06-18 | 2 | -6/+58 | |
* | Revamp around 'L->nCcalls' count | Roberto Ierusalimschy | 2019-06-12 | 1 | -0/+14 | |
* | Multiple errors in '__toclose' report the first one | Roberto Ierusalimschy | 2019-06-05 | 2 | -14/+33 | |
* | Function 'warn' is vararg | Roberto Ierusalimschy | 2019-06-04 | 2 | -13/+27 | |
* | 'coroutine.kill' renamed 'coroutine.close' | Roberto Ierusalimschy | 2019-06-03 | 1 | -11/+11 | |
* | bug in 5.4 alpha rc1: to-be-closed x vararg functions | Roberto Ierusalimschy | 2019-06-03 | 1 | -0/+9 | |
* | Improvements in 'testes/cstack.lua' | Roberto Ierusalimschy | 2019-06-03 | 1 | -12/+32 | |
* | Details | Roberto Ierusalimschy | 2019-05-28 | 3 | -5/+5 | |
* | First implementation for 'const' variables | Roberto Ierusalimschy | 2019-05-17 | 3 | -9/+66 | |
* | Flag for to-be-closed variables changed to '<toclose>' | Roberto Ierusalimschy | 2019-05-09 | 6 | -35/+36 | |
* | Coroutines do not unwind the stack in case of errors | Roberto Ierusalimschy | 2019-05-09 | 3 | -14/+43 | |
* | File 'lib2-v2.so' generated from its own source | Roberto Ierusalimschy | 2019-05-03 | 3 | -3/+28 | |
* | A few more improvements in 'luaO_pushvfstring' | Roberto Ierusalimschy | 2019-05-03 | 1 | -2/+1 | |
* | Avoid the creation of too many strings in 'package' | Roberto Ierusalimschy | 2019-05-03 | 1 | -8/+19 | |
* | Some more small improvements to 'luaO_pushvfstring' | Roberto Ierusalimschy | 2019-04-26 | 1 | -0/+3 | |
* | Revamp of 'lua_pushfstring' / 'luaO_pushvfstring' | Roberto Ierusalimschy | 2019-04-24 | 1 | -0/+61 | |
* | Small correction in test about 'isdst' | Roberto Ierusalimschy | 2019-04-22 | 1 | -1/+1 | |
* | 'require' returns where module was found | Roberto Ierusalimschy | 2019-04-17 | 1 | -15/+20 | |
* | Small optimizations in 'string.gsub' | Roberto Ierusalimschy | 2019-04-11 | 2 | -1/+31 | |
* | Added an optional parameter to 'coroutine.isyieldable' | Roberto Ierusalimschy | 2019-04-10 | 1 | -2/+5 | |
* | 'print' does not call 'tostring' to format its arguments | Roberto Ierusalimschy | 2019-04-10 | 1 | -15/+0 | |
* | Corrected tests around non-portable 'isdst' in dates | Roberto Ierusalimschy | 2019-04-09 | 1 | -3/+7 | |
* | Syntax should not allow numbers touching identifiers | Roberto Ierusalimschy | 2019-04-09 | 1 | -0/+9 | |
* | Fixed wrong error message in 'return math.seed(0)' | Roberto Ierusalimschy | 2019-04-04 | 2 | -1/+5 | |
* | Small optimizations in range checks | Roberto Ierusalimschy | 2019-03-27 | 1 | -0/+3 | |
* | Keep correct type for immediate operands in comparisons | Roberto Ierusalimschy | 2019-03-22 | 2 | -55/+46 | |
* | Details in the implementation of the integer 'for' loop | Roberto Ierusalimschy | 2019-03-21 | 1 | -0/+6 | |
* | Small changes in the header of binary files | Roberto Ierusalimschy | 2019-03-19 | 1 | -11/+9 | |
* | New semantics for the integer 'for' loop | Roberto Ierusalimschy | 2019-03-19 | 3 | -8/+71 | |
* | Changes in the validation of UTF-8 | Roberto Ierusalimschy | 2019-03-15 | 2 | -37/+72 | |
* | Changes in the warning system | Roberto Ierusalimschy | 2019-03-14 | 3 | -16/+17 | |
* | 'math.randomseed()' sets a somewhat random seed | Roberto Ierusalimschy | 2019-03-13 | 1 | -1/+1 | |
* | New conversion specifier '%p' for 'string.format' | Roberto Ierusalimschy | 2019-03-13 | 1 | -0/+16 | |
* | Details | Roberto Ierusalimschy | 2019-03-13 | 2 | -7/+15 | |
* | After a "bad collections", avoid switching back back to generational | Roberto Ierusalimschy | 2019-01-30 | 1 | -0/+6 | |
* | Optional 'init' argument to 'string.gmatch' | Roberto Ierusalimschy | 2019-01-08 | 3 | -2/+34 | |
* | No more to-be-closed functions | Roberto Ierusalimschy | 2019-01-04 | 4 | -27/+61 | |
* | No more LUA_ERRGCMM errors | Roberto Ierusalimschy | 2019-01-01 | 3 | -61/+65 | |
* | Added a warning system to Lua | Roberto Ierusalimschy | 2018-12-28 | 2 | -5/+22 | |
* | Changes in the control of C-stack overflow | Roberto Ierusalimschy | 2018-12-27 | 4 | -14/+65 | |
* | Detail | Roberto Ierusalimschy | 2018-12-27 | 1 | -1/+1 | |
* | 'all' script automatically 'make's everything | Roberto Ierusalimschy | 2018-12-19 | 1 | -5/+6 | |
* | Added directory 'testes/libs/P1' to the repository | Roberto Ierusalimschy | 2018-12-17 | 1 | -0/+2 | |
* | Added file 'testes/heavy.lua' | Roberto Ierusalimschy | 2018-12-14 | 1 | -0/+173 | |
* | New functions 'lua_resetthread' and 'coroutine.kill' | Roberto Ierusalimschy | 2018-12-13 | 2 | -5/+64 | |
* | 'math.rand()' uses higher bits to produce float value | Roberto Ierusalimschy | 2018-12-11 | 1 | -6/+8 |