Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
2020-07-13 | Added test for fix 127e7a6c894 | Roberto Ierusalimschy | 1 | -0/+30 |
2020-07-10 | Fixed bug of old finalized objects in the GC | Roberto Ierusalimschy | 1 | -6/+4 |
2020-07-08 | Macro LUAI_ASSERT eases turning assertions on | Roberto Ierusalimschy | 3 | -4/+11 |
2020-07-08 | Change in macro HARDMEMTESTS for testing GC | Roberto Ierusalimschy | 2 | -2/+4 |
2020-07-08 | Fixed bug of access violation in finalizers | Roberto Ierusalimschy | 1 | -4/+3 |
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 |