5598 Commits (bb7bb5944c9b3c868c6ab9cbe7d11b611251066b)
 

Author SHA1 Message Date
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
Roberto Ierusalimschy eadd8c7178 Added option LUA_NOBUILTIN 4 years ago
Roberto Ierusalimschy 014daf43cb Details 4 years ago
Roberto Ierusalimschy 05b13651f9 File 'tracegc.lua' added to 'packtests' 4 years ago
Roberto Ierusalimschy 81c6021fb4 New implementation for 'tbclist' 4 years ago
Roberto Ierusalimschy a7b8b27dd3 Uses of "likely" in macros active to all users 4 years ago
Roberto Ierusalimschy 511d53a826 lua_settop/lua_pop closes to-be-closed variables 4 years ago
Roberto Ierusalimschy f5df7f91f7 Wrong assertion in 'getbaseline' 4 years ago
Roberto Ierusalimschy e7803f7dbc New release number (5.4.3) 4 years ago
Roberto Ierusalimschy b7eb21c1ef Normalization of metamethod typography in the manual 4 years ago
Roberto Ierusalimschy cf23a93d82 Added assertions for proper use of string buffers 4 years ago
Roberto Ierusalimschy 9a2de786de Stack check in warning function for tests 4 years ago
Roberto Ierusalimschy 5276973224 New test module 'tracegc' 4 years ago
Roberto Ierusalimschy f9d857a81b Stack reallocation done in two phases 4 years ago
Roberto Ierusalimschy 1537d6680b New control for reentrancy of emergency collections 4 years ago
Roberto Ierusalimschy e0260eb2d4 Bug (kind of) in 'isinstack' 4 years ago
Roberto Ierusalimschy 5205f073c5 Don't use tointegerns when luaV_tointegerns will do 4 years ago
Roberto Ierusalimschy 31925e4cc2 Details 4 years ago
Roberto Ierusalimschy 59c88f846d Broadening the use of branch hints 4 years ago
Roberto Ierusalimschy c03c527fd2 Bug: 'string.concat' error message uses wrong format 4 years ago
Roberto Ierusalimschy 38cc7d40a4 Bug: cannot allow the call 'debug.getinfo(0, ">")' 4 years ago
Roberto Ierusalimschy bc970005ce '__close' methods can yield in the return of a C function 4 years ago
Roberto Ierusalimschy f79ccdca9b Eases the use of clang in the makefile 4 years ago