Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Better support in 'ltests' for tracing the GC | Roberto Ierusalimschy | 2024-10-21 | 1 | -3/+3 |
* | GC test was not restarting collector after pause | Roberto Ierusalimschy | 2024-06-18 | 1 | -1/+2 |
* | New mechanism to query GC parameters | Roberto Ierusalimschy | 2024-01-16 | 1 | -6/+8 |
* | Several tweaks in the garbage collector | Roberto Ierusalimschy | 2023-12-27 | 1 | -1/+28 |
* | Removed compatibility option LUA_COMPAT_GCPARAMS | Roberto Ierusalimschy | 2023-12-22 | 1 | -1/+1 |
* | New option "setparms" for 'collectgarbage' | Roberto Ierusalimschy | 2023-12-22 | 1 | -4/+7 |
* | Removed parameter in 'collectgarbage("step")' | Roberto Ierusalimschy | 2023-12-01 | 1 | -41/+1 |
* | Removed deprecated options in 'lua_gc' | Roberto Ierusalimschy | 2023-11-30 | 1 | -7/+2 |
* | Auxiliary buffer uses external strings | Roberto Ierusalimschy | 2023-11-13 | 1 | -3/+0 |
* | Avoid excessive name pollution in test files | Roberto Ierusalimschy | 2022-12-28 | 1 | -19/+23 |
* | Fix debug information about finalizers | Roberto Ierusalimschy | 2021-12-14 | 1 | -1/+1 |
* | Bug: GC is not reentrant | Roberto Ierusalimschy | 2021-12-13 | 1 | -2/+4 |
* | New control for reentrancy of emergency collections | Roberto Ierusalimschy | 2021-02-26 | 1 | -0/+8 |
* | Avoid memory allocation in some functions from 'ltests.c' | Roberto Ierusalimschy | 2020-07-04 | 1 | -4/+4 |
* | Comments (mosty typos) | Roberto Ierusalimschy | 2019-12-30 | 1 | -1/+1 |
* | Default for warnings changed to "off" | Roberto Ierusalimschy | 2019-08-20 | 1 | -1/+1 |
* | Improvement in warn-mode '@store' (for testing) | Roberto Ierusalimschy | 2019-08-18 | 1 | -3/+3 |
* | Added control messages to warnings | Roberto Ierusalimschy | 2019-08-15 | 1 | -1/+7 |
* | Details | Roberto Ierusalimschy | 2019-07-18 | 1 | -15/+7 |
* | Small optimizations in 'string.gsub' | Roberto Ierusalimschy | 2019-04-11 | 1 | -1/+1 |
* | Changes in the warning system | Roberto Ierusalimschy | 2019-03-14 | 1 | -4/+7 |
* | After a "bad collections", avoid switching back back to generational | Roberto Ierusalimschy | 2019-01-30 | 1 | -0/+6 |
* | No more LUA_ERRGCMM errors | Roberto Ierusalimschy | 2019-01-01 | 1 | -37/+50 |
* | Added directory to test file names in '$Id:' | Roberto Ierusalimschy | 2018-07-25 | 1 | -1/+1 |
* | Fixed bug in generational collection of userdata | Roberto Ierusalimschy | 2018-07-13 | 1 | -2/+2 |
* | Added manual and tests for version 5.4-w2 | Roberto Ierusalimschy | 2018-07-09 | 1 | -0/+661 |