Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
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 |
2019-01-08 | Optional 'init' argument to 'string.gmatch' | Roberto Ierusalimschy | 6 | -52/+116 |
2019-01-04 | No more to-be-closed functions | Roberto Ierusalimschy | 8 | -68/+97 |
2019-01-01 | No more LUA_ERRGCMM errors | Roberto Ierusalimschy | 10 | -111/+145 |
2018-12-28 | Added a warning system to Lua | Roberto Ierusalimschy | 10 | -15/+173 |
2018-12-27 | Changes in the control of C-stack overflow | Roberto Ierusalimschy | 12 | -74/+170 |
2018-12-27 | Detail | Roberto Ierusalimschy | 2 | -3/+2 |
2018-12-19 | 'all' script automatically 'make's everything | Roberto Ierusalimschy | 3 | -6/+10 |