Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
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 |