Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Added test cases for error messages about goto/label | Roberto Ierusalimschy | 2020-12-03 | 1 | -0/+21 | |
* | n Windows, 'popen' accepts "[rw][bt]?" as valid modes | Roberto Ierusalimschy | 2020-12-03 | 1 | -6/+12 | |
* | Avoid "bad programming habits" in the reference system | Roberto Ierusalimschy | 2020-12-03 | 1 | -6/+18 | |
* | 'lua_assert' moved from 'lualib.h' to 'lauxlib.h' | Roberto Ierusalimschy | 2020-12-03 | 2 | -6/+12 | |
* | Details | Roberto Ierusalimschy | 2020-12-02 | 5 | -32/+32 | |
* | Changed access to global table in the registry | Roberto Ierusalimschy | 2020-11-26 | 2 | -14/+20 | |
* | Avoid using 'signal' when 'sigaction' is available | Roberto Ierusalimschy | 2020-11-24 | 1 | -3/+23 | |
* | Optimization for 'n^2'v5.4.2 | Roberto Ierusalimschy | 2020-11-13 | 1 | -1/+2 | |
* | Compiler optimization back to '-O2' | Roberto Ierusalimschy | 2020-11-11 | 1 | -10/+0 | |
* | Removed optimization for «if ... then goto» | Roberto Ierusalimschy | 2020-11-11 | 2 | -66/+6 | |
* | Bug when growing a stack | Roberto Ierusalimschy | 2020-11-08 | 3 | -4/+4 | |
* | 'luaL_newstate' should not allocate extra memory | Roberto Ierusalimschy | 2020-11-03 | 3 | -26/+50 | |
* | Details | Roberto Ierusalimschy | 2020-10-30 | 4 | -18/+30 | |
* | _PROMPT can have non-string values | Roberto Ierusalimschy | 2020-10-26 | 2 | -6/+37 | |
* | Comments | Roberto Ierusalimschy | 2020-10-22 | 3 | -26/+34 | |
* | Fixed wrong trace of vararg functions | Roberto Ierusalimschy | 2020-10-19 | 2 | -20/+35 | |
* | Fixed compiler option -DHARDSTACKTESTS to commit 5aa36e8 | Roberto Ierusalimschy | 2020-10-19 | 1 | -1/+1 | |
* | Fixed bug of keys removed from tables vs 'next' | Roberto Ierusalimschy | 2020-10-14 | 4 | -27/+67 | |
* | New release number (5.4.2) | Roberto Ierusalimschy | 2020-10-12 | 1 | -1/+1 | |
* | 'lua_upvalueid' returns NULL on invalid upvalue index | Roberto Ierusalimschy | 2020-10-12 | 4 | -15/+33 | |
* | Hash always use all characters in a long string | Roberto Ierusalimschy | 2020-10-12 | 4 | -20/+6 | |
* | Details | Roberto Ierusalimschy | 2020-10-12 | 4 | -14/+45 | |
* | 'recover' finish of 'luaD_pcall' should follow the original | Roberto Ierusalimschy | 2020-10-12 | 2 | -7/+25 | |
* | No more field 'lua_State.stacksize' | Roberto Ierusalimschy | 2020-10-12 | 6 | -26/+29 | |
* | Avoid shrinking stacks to often | Roberto Ierusalimschy | 2020-10-12 | 2 | -17/+87 | |
* | No need for 'volatile' in string.pack/unpack | Roberto Ierusalimschy | 2020-10-12 | 1 | -10/+7 | |
* | Avoid GCs when testing stack overflow | Roberto Ierusalimschy | 2020-10-12 | 1 | -6/+14 | |
* | Correct handling of 'luaV_execute' invocations | Roberto Ierusalimschy | 2020-10-12 | 5 | -32/+37 | |
* | Revision of stackless implementation | Roberto Ierusalimschy | 2020-10-12 | 12 | -283/+127 | |
* | Back to a stackless implementation | Roberto Ierusalimschy | 2020-10-12 | 11 | -95/+72 | |
* | Wrong cast in 'str_unpack' | Roberto Ierusalimschy | 2020-09-30 | 1 | -1/+1 | |
* | Merge branch 'master' of https://github.com/lua/luav5.4.1 | Roberto Ierusalimschy | 2020-09-29 | 1 | -0/+7 | |
|\ | ||||||
| * | Create README.md | lhf | 2020-09-28 | 1 | -0/+7 | |
* | | Details in the manual | Roberto Ierusalimschy | 2020-09-25 | 1 | -6/+9 | |
|/ | ||||||
* | Details in comments and documentation | Roberto Ierusalimschy | 2020-09-16 | 2 | -0/+21 | |
* | Detail | Roberto Ierusalimschy | 2020-09-15 | 2 | -2/+7 | |
* | New release number (5.4.1) | Roberto Ierusalimschy | 2020-09-15 | 1 | -1/+1 | |
* | Better documentation for the GC of strings in the C API | Roberto Ierusalimschy | 2020-09-09 | 1 | -20/+58 | |
* | Better documentation for 'lctype.h' | Roberto Ierusalimschy | 2020-09-03 | 1 | -4/+10 | |
* | Fixed bug of long strings in binary chunks | Roberto Ierusalimschy | 2020-08-18 | 2 | -1/+18 | |
* | Better control of gray objects | Roberto Ierusalimschy | 2020-08-17 | 1 | -44/+50 | |
* | Small changes in macros that change GC colors | Roberto Ierusalimschy | 2020-08-13 | 3 | -39/+40 | |
* | TOUCHED2 objects are not always black | Roberto Ierusalimschy | 2020-08-13 | 2 | -8/+19 | |
* | Open upvalues should be gray when entering gen. mode | Roberto Ierusalimschy | 2020-08-07 | 2 | -14/+21 | |
* | Better tests for gray lists | Roberto Ierusalimschy | 2020-08-07 | 3 | -10/+37 | |
* | Free bit 7 of GC 'marked' field | Roberto Ierusalimschy | 2020-08-07 | 6 | -7/+31 | |
* | Detail (in asserts) | Roberto Ierusalimschy | 2020-08-03 | 2 | -5/+3 | |
* | Threads don't need to always go to 'grayagain' | Roberto Ierusalimschy | 2020-08-03 | 1 | -18/+29 | |
* | Clearer handling of gray lists when entering generational mode | Roberto Ierusalimschy | 2020-08-03 | 3 | -18/+79 | |
* | Optimization in 'markold' | Roberto Ierusalimschy | 2020-07-29 | 4 | -19/+76 |