lua/testes
2024-08-19 18:39:25 -03:00
..
libs
all.lua
api.lua Using CIST_CLSRET instead of trick with 'nresults' 2024-07-19 17:34:22 -03:00
attrib.lua
big.lua
bitwise.lua
bwcoercion.lua
calls.lua A return can have at most 254 values 2024-08-19 18:39:25 -03:00
closure.lua Bug: wrong code gen. for indices with comparisons 2024-08-17 12:47:28 -03:00
code.lua Flexible limit for use of registers by constructors 2024-06-27 11:24:27 -03:00
constructs.lua
coroutine.lua
cstack.lua
db.lua
errors.lua
events.lua
files.lua
gc.lua
gengc.lua
goto.lua
heavy.lua
literals.lua
locals.lua
main.lua Removed compatibility with "= exp" in the REPL 2024-07-05 15:19:11 -03:00
math.lua Floats formatted with "correct" precision 2024-08-02 15:09:30 -03:00
nextvar.lua
packtests
pm.lua
sort.lua
strings.lua '-Wconversion' extended to all options of Lua numbers 2024-07-27 15:13:21 -03:00
tpack.lua Removed 'int' size limit for pack/unpack 2024-06-21 14:55:12 -03:00
tracegc.lua
utf8.lua
vararg.lua
verybig.lua