lua/testes
Roberto Ierusalimschy 39a14ea7d7 CallInfo bit CIST_CLSRET broken in two
Since commit f407b3c4a, it was being used for two distinct (and
incompatible) meanings:
A: Function has TBC variables (now bit CIST_TBC)
B: Interpreter is closing TBC variables (original bit CIST_CLSRET)

B implies A, but A does not imply B.
2025-01-28 11:45:45 -03:00
..
libs Fixed conversion warnings from clang 2025-01-14 16:24:46 -03:00
all.lua Details 2025-01-16 11:51:16 -03:00
api.lua fixing 'lua_status' in panic. 2025-01-16 16:07:39 -03:00
attrib.lua
big.lua
bitwise.lua
bwcoercion.lua
calls.lua
closure.lua
code.lua Another way to compile goto's 2025-01-10 13:54:51 -03:00
constructs.lua
coroutine.lua CallInfo bit CIST_CLSRET broken in two 2025-01-28 11:45:45 -03:00
cstack.lua
db.lua Another way to compile goto's 2025-01-10 13:54:51 -03:00
errors.lua
events.lua
files.lua
gc.lua
gengc.lua
goto.lua Another way to compile goto's 2025-01-10 13:54:51 -03:00
heavy.lua
literals.lua
locals.lua
main.lua
math.lua
nextvar.lua
packtests
pm.lua
sort.lua Parameters for 'lua_createtable' back to int 2025-01-21 13:33:59 -03:00
strings.lua
tpack.lua
tracegc.lua
utf8.lua
vararg.lua
verybig.lua