5570 Commits (108e0bdc8495782544c351b17eaae1411a910e89)
 

Author SHA1 Message Date
Roberto Ierusalimschy 8426d9b4d4 Avoid computing invalid addresses 3 years ago
Roberto Ierusalimschy 1f3c6f4534 Bug: Lua can generate wrong code when _ENV is <const> 3 years ago
Roberto Ierusalimschy 25b143dd34 Bug: lua.c assumes that argv has at least one element 3 years ago
Roberto Ierusalimschy 5d708c3f9c Explanation of borders in the manual 3 years ago
Roberto Ierusalimschy 8dd2c912d2 Detail 3 years ago
Roberto Ierusalimschy 05ac2409ee New year (2022) 3 years ago
Roberto Ierusalimschy 597a53bbc6 Bug: finalizer calling exit can corrupt finalization order 3 years ago
Roberto Ierusalimschy 86ec152433 Details 3 years ago
Roberto Ierusalimschy cf613cdc6f Bug: finalizers can be called with an invalid stack 3 years ago
Roberto Ierusalimschy 066e0f93c4 Fix debug information about finalizers 3 years ago
Roberto Ierusalimschy 0bfc572e51 Bug: GC is not reentrant 3 years ago
Roberto Ierusalimschy 1de95e97ef Bug: Lua stack still active when closing a state 3 years ago
Roberto Ierusalimschy ad3942adba Main 'mainposition' replaced by 'mainpositionTV' 3 years ago
Roberto Ierusalimschy 48835c76c8 Wrong assert in 'collectvalidlines' 3 years ago
Roberto Ierusalimschy 6b3e116d44 Corrected bug in 'luaD_tryfuncTM' 3 years ago
Roberto Ierusalimschy e8deac5a41 Avoid OP_VARARGPREP for active lines 3 years ago
Roberto Ierusalimschy bfbff3703e Bug: Wrong status in coroutine during reset 3 years ago
Roberto Ierusalimschy 74d99057a5 Bug: C stack overflow with coroutines 3 years ago
Roberto Ierusalimschy 1fce5bea81 More uniform implementation for tail calls 3 years ago
Roberto Ierusalimschy 3699446aaf Removed goto's in 'luaD_precall' 3 years ago
Roberto Ierusalimschy 0e5071b5fb Avoid taking the address of a 'TValue' field 3 years ago
Roberto Ierusalimschy 87a9573b2e Documentation 3 years ago
Roberto Ierusalimschy deac067ed3 Avoid overflows when incrementing parameters in C 3 years ago
Roberto Ierusalimschy 2ff3471722 Using 'inline' in some functions 3 years ago
Roberto Ierusalimschy 9db4bfed6b Revamp of format validation in 'string.format' 3 years ago
Roberto Ierusalimschy 91673a8ec0 'luaD_tryfuncTM' checks stack space by itself 3 years ago
Roberto Ierusalimschy 41871f1803 Undo simplification of tail calls (commit 901d760) 3 years ago
Roberto Ierusalimschy a393ac2554 Detail in 'testes/math.lua' 3 years ago
Roberto Ierusalimschy 65434b4d1b Option '-l' can give a name for the global variable. 3 years ago
Roberto Ierusalimschy 59acd79c05 Added tests for string reuse by the scanner 3 years ago
Roberto Ierusalimschy e2c07dcbf7 Improved documentation for 'lua_getinfo' 3 years ago
Roberto Ierusalimschy 439e45a2f6 Bug: luaL_tolstring may get confused with negative index 3 years ago
Roberto Ierusalimschy 62fb934427 Bug: Negation in 'luaV_shiftr' may overflow 3 years ago
Roberto Ierusalimschy 8a32e0aa4a Correction on documentation of string-buffer operations 3 years ago
Roberto Ierusalimschy dbdc74dc55 Simplification in the parameters of 'luaD_precall' 3 years ago
Roberto Ierusalimschy 6a0dace25a Bug: 'local function' can assign to '<const>' variables 3 years ago
Roberto Ierusalimschy 04e19712a5 C functions can be tail called, too 3 years ago
Roberto Ierusalimschy 901d760093 Simpler implementation for tail calls 3 years ago
Roberto Ierusalimschy c0ed74c1e1 Avoid the term "undefined behavior" in the manual 3 years ago
Roberto Ierusalimschy fc6c74f100 'index2value' more robust 4 years ago
Roberto Ierusalimschy 1e6918d553 Details 4 years ago
Roberto Ierusalimschy 681297187e Bug: yielding in '__close' mess up number of returns 4 years ago
Roberto Ierusalimschy 5148954eed Align error messages for calling non-callable values 4 years ago
Roberto Ierusalimschy d205f3a484 Bug: Lua source should not use C99 comments ("//") 4 years ago
Roberto Ierusalimschy 47cffdc723 Bug: tbc variables in "for" loops don't avoid tail calls 4 years ago
Roberto Ierusalimschy 36de01d988 Changes in cache for function constants 4 years ago
Roberto Ierusalimschy 7fbe215808 New hash function for integer keys 4 years ago
Roberto Ierusalimschy bf10593a3a Allow yields inside '__pairs' 4 years ago
Roberto Ierusalimschy bef250eb8d Details 4 years ago
Roberto Ierusalimschy ba81adaad9 Next release number (5.4.4) 4 years ago