Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | '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 | |
* | Details | Roberto Ierusalimschy | 2020-07-29 | 4 | -25/+32 | |
* | OLD1 ages advanced by 'markold' | Roberto Ierusalimschy | 2020-07-29 | 1 | -5/+6 | |
* | Same changes around 'correctgraylist' | Roberto Ierusalimschy | 2020-07-28 | 1 | -53/+66 | |
* | Fixed bug: line hooks in stripped functions | Roberto Ierusalimschy | 2020-07-27 | 2 | -2/+21 | |
* | Fixed bug: Negation overflow in getlocal/setlocal | Roberto Ierusalimschy | 2020-07-27 | 1 | -3/+3 | |
* | All objects are kept 'new' in incremental GC | Roberto Ierusalimschy | 2020-07-27 | 2 | -19/+24 | |
* | Function 'printobj' in 'ltests.c' made public | Roberto Ierusalimschy | 2020-07-27 | 2 | -1/+11 | |
* | Fixed bug: barriers cannot be active during sweep | Roberto Ierusalimschy | 2020-07-27 | 2 | -17/+59 | |
* | Fixed bug: 'luaD_callnoyield' called twice in a row | Roberto Ierusalimschy | 2020-07-17 | 1 | -5/+4 | |
* | Fixed bug: invalid 'oldpc' when returning to a function | Roberto Ierusalimschy | 2020-07-17 | 6 | -21/+36 | |
* | Fixed bug: invalid mode can crash 'io.popen' | Roberto Ierusalimschy | 2020-07-15 | 2 | -0/+22 |