Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
2020-07-07 | Fixed bugs of stack reallocation x GC | Roberto Ierusalimschy | 4 | -11/+14 |
2020-07-06 | Avoid any code before locks in the API | Roberto Ierusalimschy | 3 | -12/+22 |
2020-07-06 | Make sure that main thread is non yieldable | Roberto Ierusalimschy | 3 | -4/+18 |
2020-07-06 | Keep minimum size when shrinking a stack | Roberto Ierusalimschy | 1 | -3/+2 |
2020-07-06 | Keep memory errors as memory errors | Roberto Ierusalimschy | 4 | -23/+75 |
2020-07-04 | Avoid memory allocation in some functions from 'ltests.c' | Roberto Ierusalimschy | 5 | -17/+30 |
2020-07-03 | Details | Roberto Ierusalimschy | 2 | -17/+23 |
2020-07-03 | 'luaV_concat' can "concat" one single value | Roberto Ierusalimschy | 3 | -14/+9 |
2020-07-03 | Simplification and smaller buffers for 'lua_pushfstring' | Roberto Ierusalimschy | 2 | -11/+17 |