| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | More effort in avoiding errors in finalizers | Roberto I | 2026-01-11 | 1 | -2/+7 |
| | | | | | | | | | Before calling a finalizer, Lua not only checks stack limits, but actually ensures that a minimum number of slots are already allocated for the call. (If it cannot ensure that, it postpones the finalizer.) That avoids finalizers not running due to memory errors that the programmer cannot control. | ||||
| * | Optional initialization for global declarations | Roberto Ierusalimschy | 2025-07-08 | 1 | -1/+1 |
| | | |||||
| * | New test module 'tracegc' | Roberto Ierusalimschy | 2021-03-01 | 1 | -0/+40 |
| New module easies the inclusion of GC tracing in individual test files. | |||||
