lua/testes
Roberto Ierusalimschy 366c855648 lua.c loads 'readline' dynamically
(See comments in luaconf.h.) This change allows easier compilation,
as Lua compiles and works even if the package 'readline' is absent
from the system. Moreover, non-interactive uses don't load the library,
making the stand-alone slightly faster for small loads.
2024-07-04 17:11:58 -03:00
..
libs Detail in make file for testes/libs 2022-12-23 11:28:11 -03:00
all.lua Merge branch 'master' into nextversion 2022-12-28 18:38:20 -03:00
api.lua API asserts for illegal pops of to-be-closed variables 2024-03-11 14:05:06 -03:00
attrib.lua Merge branch 'master' into nextversion 2022-12-28 18:38:20 -03:00
big.lua Avoid excessive name pollution in test files 2022-12-28 18:34:11 -03:00
bitwise.lua Negation in constant folding of '>>' may overflow 2022-09-23 11:08:10 -03:00
bwcoercion.lua
calls.lua Merge branch 'master' into nextversion 2023-11-07 17:25:46 -03:00
closure.lua Merge branch 'master' into nextversion 2022-12-28 18:38:20 -03:00
code.lua Flexible limit for use of registers by constructors 2024-06-27 11:24:27 -03:00
constructs.lua Avoid excessive name pollution in test files 2022-12-28 18:34:11 -03:00
coroutine.lua New interface to function 'luaL_openselectedlibs' 2024-02-15 11:17:39 -03:00
cstack.lua Bug: stack overflow with nesting of coroutine.close 2022-10-25 16:44:06 -03:00
db.lua Bug: Active-lines for stripped vararg functions 2024-06-04 17:27:13 -03:00
errors.lua Bug: luaL_traceback may need more than 5 stack slots 2024-06-12 16:02:01 -03:00
events.lua Fixed dangling 'StkId' in 'luaV_finishget' 2024-03-29 15:10:50 -03:00
files.lua Several tweaks in the garbage collector 2023-12-27 12:09:11 -03:00
gc.lua GC test was not restarting collector after pause 2024-06-18 17:14:23 -03:00
gengc.lua New mechanism to query GC parameters 2024-01-16 17:02:55 -03:00
goto.lua Change in the syntax of attributes 2019-07-30 12:18:19 -03:00
heavy.lua Added file 'testes/heavy.lua' 2018-12-14 13:49:02 -02:00
literals.lua Avoid excessive name pollution in test files 2022-12-28 18:34:11 -03:00
locals.lua Auxiliary buffer uses external strings 2023-11-13 13:12:33 -03:00
main.lua lua.c loads 'readline' dynamically 2024-07-04 17:11:58 -03:00
math.lua Avoid excessive name pollution in test files 2022-12-28 18:34:11 -03:00
nextvar.lua Merge branch 'master' into nextversion 2022-12-28 18:38:20 -03:00
packtests File 'tracegc.lua' added to 'packtests' 2021-03-10 10:35:57 -03:00
pm.lua Details 2024-05-08 17:50:10 -03:00
sort.lua Better handling of size limit when resizing a table 2024-02-07 13:39:54 -03:00
strings.lua Removed 'int' size limit for string.rep 2024-06-21 16:26:49 -03:00
tpack.lua Removed 'int' size limit for pack/unpack 2024-06-21 14:55:12 -03:00
tracegc.lua New test module 'tracegc' 2021-03-01 13:54:29 -03:00
utf8.lua utf8.offset returns also final position of character 2024-05-27 11:29:39 -03:00
vararg.lua Avoid excessive name pollution in test files 2022-12-28 18:34:11 -03:00
verybig.lua Avoid excessive name pollution in test files 2022-12-28 18:34:11 -03:00