Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
2020-12-04 | Changes in the API of 'luaH_set' and related functions | Roberto Ierusalimschy | 6 | -40/+58 |
2020-12-03 | Added test cases for error messages about goto/label | Roberto Ierusalimschy | 1 | -0/+21 |
2020-12-03 | n Windows, 'popen' accepts "[rw][bt]?" as valid modes | Roberto Ierusalimschy | 1 | -6/+12 |
2020-12-03 | Avoid "bad programming habits" in the reference system | Roberto Ierusalimschy | 1 | -6/+18 |
2020-12-03 | 'lua_assert' moved from 'lualib.h' to 'lauxlib.h' | Roberto Ierusalimschy | 2 | -6/+12 |
2020-12-02 | Details | Roberto Ierusalimschy | 5 | -32/+32 |
2020-11-26 | Changed access to global table in the registry | Roberto Ierusalimschy | 2 | -14/+20 |
2020-11-24 | Avoid using 'signal' when 'sigaction' is available | Roberto Ierusalimschy | 1 | -3/+23 |
2020-11-13 | Optimization for 'n^2'v5.4.2 | Roberto Ierusalimschy | 1 | -1/+2 |
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 |