lua/testes
Roberto Ierusalimschy ab1aca94e8 Removed optimization for «if ... then goto»
That optimization was too complex and caused some weird traces when
debugging. The more common case «if ... then break» was kept.
2020-11-11 14:41:41 -03:00
..
libs
all.lua Back to a stackless implementation 2020-10-12 12:29:09 -03:00
api.lua Keep memory errors as memory errors 2020-07-06 12:09:44 -03:00
attrib.lua Comments (mosty typos) 2019-12-30 11:45:08 -03:00
big.lua Comments (mosty typos) 2019-12-30 11:45:08 -03:00
bitwise.lua
bwcoercion.lua
calls.lua Fixed bug of long strings in binary chunks 2020-08-18 14:42:11 -03:00
closure.lua 'lua_upvalueid' returns NULL on invalid upvalue index 2020-10-12 14:51:28 -03:00
code.lua Removed optimization for «if ... then goto» 2020-11-11 14:41:41 -03:00
constructs.lua
coroutine.lua 'recover' finish of 'luaD_pcall' should follow the original 2020-10-12 12:29:09 -03:00
cstack.lua Avoid shrinking stacks to often 2020-10-12 12:29:09 -03:00
db.lua Fixed wrong trace of vararg functions 2020-10-19 15:55:25 -03:00
errors.lua Avoid GCs when testing stack overflow 2020-10-12 12:29:09 -03:00
events.lua Free bit 7 of GC 'marked' field 2020-08-07 11:21:44 -03:00
files.lua Fixed bug: invalid mode can crash 'io.popen' 2020-07-15 16:01:03 -03:00
gc.lua Avoid memory allocation in some functions from 'ltests.c' 2020-07-04 16:40:18 -03:00
gengc.lua TOUCHED2 objects are not always black 2020-08-13 14:31:27 -03:00
goto.lua
heavy.lua
literals.lua
locals.lua Details 2020-10-12 12:29:09 -03:00
main.lua _PROMPT can have non-string values 2020-10-26 11:15:51 -03:00
math.lua Details 2020-02-27 12:59:22 -03:00
nextvar.lua Fixed bug of keys removed from tables vs 'next' 2020-10-14 15:46:58 -03:00
packtests
pm.lua
sort.lua
strings.lua Simplification and smaller buffers for 'lua_pushfstring' 2020-07-03 11:36:56 -03:00
tpack.lua
utf8.lua Details (more uniformity in error messages) 2020-05-27 11:46:47 -03:00
vararg.lua
verybig.lua