241
I Use This!
Moderate Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Feb 14, 2025 — Feb 14, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Note in the manual about using '...' as an expression More... over 3 years ago
Corrected error message in 'table.remove' More... over 3 years ago
Changed the growth rate of string buffers More... over 3 years ago
Bug: 'break' may not properly close variable in a 'for' loop More... over 3 years ago
Simpler handling of Byte Order Mark (BOM) More... over 3 years ago
Bug: set correct pause when (re)entering gen. collection. More... over 3 years ago
Better documentation for 'multires' expressions More... over 3 years ago
More checks and documentation for uses of EXTRA_STACK More... over 3 years ago
Bug: 'lua_settop' may use an invalid pointer to stack More... over 3 years ago
'luaV_concat' can use invalidated pointer to stack More... over 3 years ago
'lua_checkstack' doesn't need to check stack overflow More... over 3 years ago
Save stack space while handling errors More... over 3 years ago
Details (identation and typos) More... almost 4 years ago
Factoring out common parts of 'codearith' and 'codebitwise' More... almost 4 years ago
Bug: Wrong code generation in bitwise operations More... almost 4 years ago
New release number (5.4.5) More... almost 4 years ago
Details More... almost 4 years ago
Avoid computing invalid addresses More... almost 4 years ago
Bug: Lua can generate wrong code when _ENV is <const> More... about 4 years ago
Bug: lua.c assumes that argv has at least one element More... about 4 years ago
Explanation of borders in the manual More... about 4 years ago
Detail More... about 4 years ago
New year (2022) More... about 4 years ago
Bug: finalizer calling exit can corrupt finalization order More... about 4 years ago
Details More... about 4 years ago
Bug: finalizers can be called with an invalid stack More... about 4 years ago
Fix debug information about finalizers More... about 4 years ago
Bug: GC is not reentrant More... about 4 years ago
Bug: Lua stack still active when closing a state More... about 4 years ago
Main 'mainposition' replaced by 'mainpositionTV' More... about 4 years ago