lua/testes
Roberto Ierusalimschy ee99452158 Error object cannot be nil
Lua will change a nil as error object to a string message, so that it
never reports an error with nil as the error object.
2025-02-28 14:53:58 -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 Debug information about extra arguments from __call 2024-11-19 14:09:18 -03:00
closure.lua Bug: wrong code gen. for indices with comparisons 2024-08-17 12:47:28 -03:00
code.lua Another way to compile goto's 2025-01-10 13:54:51 -03:00
constructs.lua
coroutine.lua 'lua_State.nci' must be an integer 2025-02-26 11:31:10 -03:00
cstack.lua
db.lua Another way to compile goto's 2025-01-10 13:54:51 -03:00
errors.lua Error object cannot be nil 2025-02-28 14:53:58 -03:00
events.lua
files.lua Change to macro 'LUAI_TRY' 2024-11-25 15:47:08 -03:00
gc.lua Better support in 'ltests' for tracing the GC 2024-10-21 15:18:20 -03:00
gengc.lua
goto.lua Another way to compile goto's 2025-01-10 13:54:51 -03:00
heavy.lua
literals.lua
locals.lua '__close' gets no error object if there is no error 2025-02-28 10:10:27 -03:00
main.lua Details 2025-02-26 11:29:54 -03:00
math.lua Floats formatted with "correct" precision 2024-08-02 15:09:30 -03:00
nextvar.lua New way to keep hints for table length 2024-11-29 17:26:20 -03:00
packtests
pm.lua Details 2024-05-08 17:50:10 -03:00
sort.lua Details 2025-02-26 11:29:54 -03:00
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 utf8.offset returns also final position of character 2024-05-27 11:29:39 -03:00
vararg.lua
verybig.lua