Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
2020-11-11 | Compiler optimization back to '-O2' | Roberto Ierusalimschy | 1 | -10/+0 |
2020-11-11 | Removed optimization for «if ... then goto» | Roberto Ierusalimschy | 2 | -66/+6 |
2020-11-08 | Bug when growing a stack | Roberto Ierusalimschy | 3 | -4/+4 |
2020-11-03 | 'luaL_newstate' should not allocate extra memory | Roberto Ierusalimschy | 3 | -26/+50 |
2020-10-30 | Details | Roberto Ierusalimschy | 4 | -18/+30 |
2020-10-26 | _PROMPT can have non-string values | Roberto Ierusalimschy | 2 | -6/+37 |
2020-10-22 | Comments | Roberto Ierusalimschy | 3 | -26/+34 |
2020-10-19 | Fixed wrong trace of vararg functions | Roberto Ierusalimschy | 2 | -20/+35 |
2020-10-19 | Fixed compiler option -DHARDSTACKTESTS to commit 5aa36e8 | Roberto Ierusalimschy | 1 | -1/+1 |
2020-10-14 | Fixed bug of keys removed from tables vs 'next' | Roberto Ierusalimschy | 4 | -27/+67 |
2020-10-12 | New release number (5.4.2) | Roberto Ierusalimschy | 1 | -1/+1 |
2020-10-12 | 'lua_upvalueid' returns NULL on invalid upvalue index | Roberto Ierusalimschy | 4 | -15/+33 |
2020-10-12 | Hash always use all characters in a long string | Roberto Ierusalimschy | 4 | -20/+6 |
2020-10-12 | Details | Roberto Ierusalimschy | 4 | -14/+45 |
2020-10-12 | 'recover' finish of 'luaD_pcall' should follow the original | Roberto Ierusalimschy | 2 | -7/+25 |
2020-10-12 | No more field 'lua_State.stacksize' | Roberto Ierusalimschy | 6 | -26/+29 |
2020-10-12 | Avoid shrinking stacks to often | Roberto Ierusalimschy | 2 | -17/+87 |
2020-10-12 | No need for 'volatile' in string.pack/unpack | Roberto Ierusalimschy | 1 | -10/+7 |
2020-10-12 | Avoid GCs when testing stack overflow | Roberto Ierusalimschy | 1 | -6/+14 |
2020-10-12 | Correct handling of 'luaV_execute' invocations | Roberto Ierusalimschy | 5 | -32/+37 |
2020-10-12 | Revision of stackless implementation | Roberto Ierusalimschy | 12 | -283/+127 |
2020-10-12 | Back to a stackless implementation | Roberto Ierusalimschy | 11 | -95/+72 |
2020-09-30 | Wrong cast in 'str_unpack' | Roberto Ierusalimschy | 1 | -1/+1 |