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