lua/testes
Roberto I 2a7cf4f319 More effort in avoiding errors in finalizers
Before calling a finalizer, Lua not only checks stack limits, but
actually ensures that a minimum number of slots are already allocated
for the call. (If it cannot ensure that, it postpones the finalizer.)
That avoids finalizers not running due to memory errors that the
programmer cannot control.
2026-01-11 15:36:03 -03:00
..
libs Details 2025-09-05 15:36:47 -03:00
all.lua Variable attributes can prefix name list 2025-05-18 11:43:43 -03:00
api.lua Removed code for compatibility with version 5.3 2025-08-20 16:10:54 -03:00
attrib.lua Short strings can be external, too 2025-07-15 14:40:27 -03:00
big.lua Removed copyright notice from 'testes/all.lua' 2025-03-12 14:00:58 -03:00
bitwise.lua Removed copyright notice from 'testes/all.lua' 2025-03-12 14:00:58 -03:00
bwcoercion.lua Optional initialization for global declarations 2025-07-08 13:33:57 -03:00
calls.lua Optional initialization for global declarations 2025-07-08 13:33:57 -03:00
closure.lua Variable attributes can prefix name list 2025-05-18 11:43:43 -03:00
code.lua Dump uses varints also for integer constants 2025-06-13 14:14:50 -03:00
constructs.lua Details (typos in comments) 2025-04-23 11:36:09 -03:00
coroutine.lua New conceptual model for vararg 2025-11-26 11:18:29 -03:00
cstack.lua Removed copyright notice from 'testes/all.lua' 2025-03-12 14:00:58 -03:00
db.lua Functions with vararg tables don't need hidden args. 2025-11-28 15:12:51 -03:00
errors.lua Correction in line info for semantic errors 2025-11-11 14:36:16 -03:00
events.lua Use after free in 'luaV_finishset' 2025-03-13 15:30:52 -03:00
files.lua Optional initialization for global declarations 2025-07-08 13:33:57 -03:00
gc.lua More effort in avoiding errors in finalizers 2026-01-11 15:36:03 -03:00
gengc.lua Details 2025-08-09 15:08:53 -03:00
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 Variable attributes can prefix name list 2025-05-18 11:43:43 -03:00
locals.lua Vertical bar removed from syntax of vararg table 2025-10-30 11:07:01 -03:00
main.lua lua option '--' may not be followed by script 2025-07-08 15:40:59 -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 New test file 'memerr.lua' 2025-03-12 13:52:35 -03:00
pm.lua Variable attributes can prefix name list 2025-05-18 11:43:43 -03:00
sort.lua Removed copyright notice from 'testes/all.lua' 2025-03-12 14:00:58 -03:00
strings.lua External strings are as good as internal ones 2025-11-11 14:40:30 -03:00
tpack.lua Removed copyright notice from 'testes/all.lua' 2025-03-12 14:00:58 -03:00
tracegc.lua More effort in avoiding errors in finalizers 2026-01-11 15:36:03 -03:00
utf8.lua Correction in utf8.offset 2025-07-18 16:10:28 -03:00
vararg.lua New conceptual model for vararg 2025-11-26 11:18:29 -03:00
verybig.lua Removed copyright notice from 'testes/all.lua' 2025-03-12 14:00:58 -03:00