lua/testes
Roberto I 3228a97c6a Bug: 'lua_load' does not preserve the stack
'lua_load' does not preserve the stack through the calls to the
reader function, as it should. Immediately after the first call (to
detect whether chunk is binary) it adds stuff, and it also adds a new
table when starting the compilation of each new function.
2026-04-23 17:57:42 -03:00
..
libs Details 2025-09-05 15:36:47 -03:00
all.lua
api.lua Removed code for compatibility with version 5.3 2025-08-20 16:10:54 -03:00
attrib.lua
big.lua
bitwise.lua
bwcoercion.lua
calls.lua Bug: 'lua_load' does not preserve the stack 2026-04-23 17:57:42 -03:00
closure.lua
code.lua
constructs.lua
coroutine.lua New conceptual model for vararg 2025-11-26 11:18:29 -03:00
cstack.lua
db.lua Functions with vararg tables don't need hidden args. 2025-11-28 15:12:51 -03:00
errors.lua Better error messages for vararg-table fields 2026-04-13 14:06:23 -03:00
events.lua
files.lua
gc.lua More effort in avoiding errors in finalizers 2026-01-11 15:36:03 -03:00
gengc.lua
goto.lua Global initialization checks name conflict 2025-11-08 11:43:42 -03:00
heavy.lua Details 2025-11-24 11:39:46 -03:00
literals.lua
locals.lua Vertical bar removed from syntax of vararg table 2025-10-30 11:07:01 -03:00
main.lua Environment variable for readline library name 2026-01-30 16:47:33 -03:00
math.lua Functions 'frexp'-'ldexp' back to the math library 2025-08-09 15:15:20 -03:00
memerr.lua More effort in avoiding errors in finalizers 2026-01-11 15:36:03 -03:00
nextvar.lua '__pairs' can also return a to-be-closed object 2025-11-11 15:11:06 -03:00
packtests
pm.lua Bug: wrong initialization in result from 'gmatch' 2026-04-01 15:01:58 -03:00
sort.lua 'table.tunpack' using 'aux_getn' like the others 2026-03-09 16:24:49 -03:00
strings.lua External strings are as good as internal ones 2025-11-11 14:40:30 -03:00
tpack.lua
tracegc.lua More effort in avoiding errors in finalizers 2026-01-11 15:36:03 -03:00
utf8.lua BUG: shift overflow in utf-8 decode 2026-02-18 13:24:04 -03:00
vararg.lua New conceptual model for vararg 2025-11-26 11:18:29 -03:00
verybig.lua