Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Revamp of 'lua_pushfstring' / 'luaO_pushvfstring' | Roberto Ierusalimschy | 2019-04-24 | 4 | -44/+177 | |
* | 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 | 4 | -34/+66 | |
* | Avoid using large buffers in 'string.format' | Roberto Ierusalimschy | 2019-04-12 | 2 | -20/+29 | |
* | Small optimizations in 'string.gsub' | Roberto Ierusalimschy | 2019-04-11 | 3 | -47/+115 | |
* | Added an optional parameter to 'coroutine.isyieldable' | Roberto Ierusalimschy | 2019-04-10 | 3 | -6/+11 | |
* | 'print' does not call 'tostring' to format its arguments | Roberto Ierusalimschy | 2019-04-10 | 3 | -28/+16 | |
* | Thorough revision of the reference manual | Roberto Ierusalimschy | 2019-04-10 | 1 | -341/+351 | |
* | 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 | 2 | -0/+11 | |
* | Fixed wrong error message in 'return math.seed(0)' | Roberto Ierusalimschy | 2019-04-04 | 3 | -5/+11 | |
* | Added field 'srclen' to structure 'lua_Debug' | Roberto Ierusalimschy | 2019-04-04 | 6 | -20/+31 | |
* | Avoid moving the collector while in 'GCSenteratomic' state | Roberto Ierusalimschy | 2019-04-01 | 1 | -2/+2 | |
* | Small optimizations in range checks | Roberto Ierusalimschy | 2019-03-27 | 4 | -11/+20 | |
* | LUAI_MAXCCALLS renamed LUAI_MAXCSTACK | Roberto Ierusalimschy | 2019-03-25 | 5 | -21/+27 | |
* | Year in copyright notice updated to 2019 | Roberto Ierusalimschy | 2019-03-25 | 2 | -3/+3 | |
* | Fixed small bugs/issues | Roberto Ierusalimschy | 2019-03-25 | 2 | -5/+9 | |
* | Keep correct type for immediate operands in comparisons | Roberto Ierusalimschy | 2019-03-22 | 13 | -134/+237 | |
* | Details in the implementation of the integer 'for' loop | Roberto Ierusalimschy | 2019-03-21 | 2 | -44/+49 | |
* | Small changes in the header of binary files | Roberto Ierusalimschy | 2019-03-19 | 4 | -31/+34 | |
* | Name 'nonstrict' in the UTF-8 library changed to 'lax' | Roberto Ierusalimschy | 2019-03-19 | 2 | -13/+13 | |
* | New semantics for the integer 'for' loop | Roberto Ierusalimschy | 2019-03-19 | 10 | -187/+215 | |
* | Changes in the validation of UTF-8 | Roberto Ierusalimschy | 2019-03-15 | 6 | -72/+164 | |
* | Finalizers must be callable | Roberto Ierusalimschy | 2019-03-14 | 2 | -5/+20 | |
* | Changes in the warning system | Roberto Ierusalimschy | 2019-03-14 | 12 | -98/+79 | |
* | 'math.randomseed()' sets a somewhat random seed | Roberto Ierusalimschy | 2019-03-13 | 3 | -20/+36 | |
* | Strings inside Lua are not fully aligned | Roberto Ierusalimschy | 2019-03-13 | 2 | -10/+2 | |
* | New conversion specifier '%p' for 'string.format' | Roberto Ierusalimschy | 2019-03-13 | 3 | -3/+31 | |
* | Details | Roberto Ierusalimschy | 2019-03-13 | 8 | -51/+87 | |
* | After a "bad collections", avoid switching back back to generational | Roberto Ierusalimschy | 2019-01-30 | 6 | -50/+134 | |
* | Optional 'init' argument to 'string.gmatch' | Roberto Ierusalimschy | 2019-01-08 | 6 | -52/+116 | |
* | No more to-be-closed functions | Roberto Ierusalimschy | 2019-01-04 | 8 | -68/+97 | |
* | No more LUA_ERRGCMM errors | Roberto Ierusalimschy | 2019-01-01 | 10 | -111/+145 | |
* | Added a warning system to Lua | Roberto Ierusalimschy | 2018-12-28 | 10 | -15/+173 | |
* | Changes in the control of C-stack overflow | Roberto Ierusalimschy | 2018-12-27 | 12 | -74/+170 | |
* | Detail | Roberto Ierusalimschy | 2018-12-27 | 2 | -3/+2 | |
* | 'all' script automatically 'make's everything | Roberto Ierusalimschy | 2018-12-19 | 3 | -6/+10 | |
* | Added directory 'testes/libs/P1' to the repository | Roberto Ierusalimschy | 2018-12-17 | 1 | -0/+2 | |
* | Details | Roberto Ierusalimschy | 2018-12-17 | 3 | -20/+22 | |
* | Added file 'testes/heavy.lua' | Roberto Ierusalimschy | 2018-12-14 | 1 | -0/+173 | |
* | Bug: Long brackets with a huge number of '=' causes overflow | Roberto Ierusalimschy | 2018-12-14 | 2 | -14/+35 | |
* | New functions 'lua_resetthread' and 'coroutine.kill' | Roberto Ierusalimschy | 2018-12-13 | 11 | -32/+195 | |
* | Details | Roberto Ierusalimschy | 2018-12-11 | 2 | -17/+14 | |
* | 'math.rand()' uses higher bits to produce float value | Roberto Ierusalimschy | 2018-12-11 | 2 | -26/+46 | |
* | Better error messages for some polymorphic functions | Roberto Ierusalimschy | 2018-12-10 | 7 | -12/+41 | |
* | Calls cannot be tail in the scope of a to-be-closed variable | Roberto Ierusalimschy | 2018-12-04 | 4 | -16/+21 | |
* | A to-be-closed variable must have a closable value (or be nil) | Roberto Ierusalimschy | 2018-11-29 | 9 | -39/+83 | |
* | Auxiliary buffer cannot close box with 'lua_remove' | Roberto Ierusalimschy | 2018-11-26 | 3 | -23/+49 | |
* | Some bugs with stack reallocation by 'luaF_close' | Roberto Ierusalimschy | 2018-11-24 | 4 | -17/+17 | |
* | Added opcodes for arithmetic with K operands | Roberto Ierusalimschy | 2018-11-23 | 11 | -87/+228 |