| Commit message (Expand) | Author | Files | Lines |
2019-06-03 | 'coroutine.kill' renamed 'coroutine.close' | Roberto Ierusalimschy | 3 | -28/+29 |
2019-06-03 | bug in 5.4 alpha rc1: to-be-closed x vararg functions | Roberto Ierusalimschy | 2 | -1/+10 |
2019-06-03 | Details | Roberto Ierusalimschy | 8 | -23/+23 |
2019-06-03 | Improvements in 'testes/cstack.lua' | Roberto Ierusalimschy | 1 | -12/+32 |
2019-05-28 | Improvements in 'luaL_traceback' | Roberto Ierusalimschy | 1 | -24/+29 |
2019-05-28 | Details | Roberto Ierusalimschy | 9 | -23/+46 |
2019-05-17 | First implementation for 'const' variables | Roberto Ierusalimschy | 7 | -56/+205 |
2019-05-14 | Define LUA_MAXUNSIGNED as a preprocessor constant | Roberto Ierusalimschy | 2 | -3/+10 |
2019-05-13 | Details | Roberto Ierusalimschy | 5 | -11/+13 |
2019-05-13 | A few changes in tests about number of bits in integers | Roberto Ierusalimschy | 6 | -18/+19 |
2019-05-13 | Some improvements in 'luaconf.h' | Roberto Ierusalimschy | 3 | -36/+65 |
2019-05-09 | Flag for to-be-closed variables changed to '<toclose>' | Roberto Ierusalimschy | 8 | -38/+40 |
2019-05-09 | Test for dead coroutine moved to 'lua_resume' | Roberto Ierusalimschy | 2 | -4/+2 |
2019-05-09 | Coroutines do not unwind the stack in case of errors | Roberto Ierusalimschy | 6 | -26/+80 |
2019-05-03 | File 'lib2-v2.so' generated from its own source | Roberto Ierusalimschy | 3 | -3/+28 |
2019-05-03 | A few more improvements in 'luaO_pushvfstring' | Roberto Ierusalimschy | 4 | -35/+52 |
2019-05-03 | Avoid the creation of too many strings in 'package' | Roberto Ierusalimschy | 4 | -41/+79 |
2019-04-26 | Some more small improvements to 'luaO_pushvfstring' | Roberto Ierusalimschy | 2 | -54/+71 |
2019-04-26 | Fixed bug with to-be-closed variables in base C level | Roberto Ierusalimschy | 1 | -0/+2 |
2019-04-24 | New function 'luaL_addgsub' | Roberto Ierusalimschy | 3 | -13/+58 |
2019-04-24 | Revamp of 'lua_pushfstring' / 'luaO_pushvfstring' | Roberto Ierusalimschy | 4 | -44/+177 |
2019-04-22 | Small correction in test about 'isdst' | Roberto Ierusalimschy | 1 | -1/+1 |
2019-04-17 | 'require' returns where module was found | Roberto Ierusalimschy | 4 | -34/+66 |
2019-04-12 | Avoid using large buffers in 'string.format' | Roberto Ierusalimschy | 2 | -20/+29 |
2019-04-11 | Small optimizations in 'string.gsub' | Roberto Ierusalimschy | 3 | -47/+115 |
2019-04-10 | Added an optional parameter to 'coroutine.isyieldable' | Roberto Ierusalimschy | 3 | -6/+11 |
2019-04-10 | 'print' does not call 'tostring' to format its arguments | Roberto Ierusalimschy | 3 | -28/+16 |
2019-04-10 | Thorough revision of the reference manual | Roberto Ierusalimschy | 1 | -341/+351 |
2019-04-09 | Corrected tests around non-portable 'isdst' in dates | Roberto Ierusalimschy | 1 | -3/+7 |
2019-04-09 | Syntax should not allow numbers touching identifiers | Roberto Ierusalimschy | 2 | -0/+11 |
2019-04-04 | Fixed wrong error message in 'return math.seed(0)' | Roberto Ierusalimschy | 3 | -5/+11 |
2019-04-04 | Added field 'srclen' to structure 'lua_Debug' | Roberto Ierusalimschy | 6 | -20/+31 |
2019-04-01 | Avoid moving the collector while in 'GCSenteratomic' state | Roberto Ierusalimschy | 1 | -2/+2 |
2019-03-27 | Small optimizations in range checks | Roberto Ierusalimschy | 4 | -11/+20 |
2019-03-25 | LUAI_MAXCCALLS renamed LUAI_MAXCSTACK | Roberto Ierusalimschy | 5 | -21/+27 |
2019-03-25 | Year in copyright notice updated to 2019 | Roberto Ierusalimschy | 2 | -3/+3 |
2019-03-25 | Fixed small bugs/issues | Roberto Ierusalimschy | 2 | -5/+9 |
2019-03-22 | Keep correct type for immediate operands in comparisons | Roberto Ierusalimschy | 13 | -134/+237 |
2019-03-21 | Details in the implementation of the integer 'for' loop | Roberto Ierusalimschy | 2 | -44/+49 |
2019-03-19 | Small changes in the header of binary files | Roberto Ierusalimschy | 4 | -31/+34 |
2019-03-19 | Name 'nonstrict' in the UTF-8 library changed to 'lax' | Roberto Ierusalimschy | 2 | -13/+13 |
2019-03-19 | New semantics for the integer 'for' loop | Roberto Ierusalimschy | 10 | -187/+215 |
2019-03-15 | Changes in the validation of UTF-8 | Roberto Ierusalimschy | 6 | -72/+164 |
2019-03-14 | Finalizers must be callable | Roberto Ierusalimschy | 2 | -5/+20 |
2019-03-14 | Changes in the warning system | Roberto Ierusalimschy | 12 | -98/+79 |
2019-03-13 | 'math.randomseed()' sets a somewhat random seed | Roberto Ierusalimschy | 3 | -20/+36 |
2019-03-13 | Strings inside Lua are not fully aligned | Roberto Ierusalimschy | 2 | -10/+2 |
2019-03-13 | New conversion specifier '%p' for 'string.format' | Roberto Ierusalimschy | 3 | -3/+31 |
2019-03-13 | Details | Roberto Ierusalimschy | 8 | -51/+87 |
2019-01-30 | After a "bad collections", avoid switching back back to generational | Roberto Ierusalimschy | 6 | -50/+134 |