Roberto Ierusalimschy 8047b2d03e Tables have a 'lastfree' information only when needed 3 years ago
..
libs 3c1d415bd3 Details 6 years ago
all.lua 5276973224 New test module 'tracegc' 4 years ago
api.lua 0bfc572e51 Bug: GC is not reentrant 4 years ago
attrib.lua 1f3c6f4534 Bug: Lua can generate wrong code when _ENV is <const> 3 years ago
big.lua bd1b87c579 Comments (mosty typos) 6 years ago
bitwise.lua 26be27459b Negation in constant folding of '>>' may overflow 3 years ago
bwcoercion.lua 7c519dfbd0 Added manual and tests for version 5.4-w2 7 years ago
calls.lua d61b0c6028 More checks and documentation for uses of EXTRA_STACK 3 years ago
closure.lua 30528049f1 'lua_upvalueid' returns NULL on invalid upvalue index 5 years ago
code.lua 36de01d988 Changes in cache for function constants 4 years ago
constructs.lua c764ca71a6 Bug: Wrong code generation in bitwise operations 3 years ago
coroutine.lua 4a00f61276 'lua_checkstack' doesn't need to check stack overflow 3 years ago
cstack.lua 1e64c1391f Bug: stack overflow with nesting of coroutine.close 3 years ago
db.lua 066e0f93c4 Fix debug information about finalizers 4 years ago
errors.lua 59acd79c05 Added tests for string reuse by the scanner 4 years ago
events.lua 7c3cb71fa4 Free bit 7 of GC 'marked' field 5 years ago
files.lua cfbe378f90 Small simplification in overflow check in 'getfield' 3 years ago
gc.lua 066e0f93c4 Fix debug information about finalizers 4 years ago
gengc.lua f7ce7e5faa TOUCHED2 objects are not always black 5 years ago
goto.lua 0d52913804 Change in the syntax of attributes 6 years ago
heavy.lua 2258f3133b Added file 'testes/heavy.lua' 7 years ago
literals.lua 59acd79c05 Added tests for string reuse by the scanner 4 years ago
locals.lua 997f11f543 Bug: 'break' may not properly close variable in a 'for' loop 3 years ago
main.lua 02060b7a37 Simpler handling of Byte Order Mark (BOM) 3 years ago
math.lua a393ac2554 Detail in 'testes/math.lua' 4 years ago
nextvar.lua 8047b2d03e Tables have a 'lastfree' information only when needed 3 years ago
packtests 05b13651f9 File 'tracegc.lua' added to 'packtests' 4 years ago
pm.lua b96b0b5abb Added macro 'luaL_pushfail' 6 years ago
sort.lua aa4c5cf190 Added directory to test file names in '$Id:' 7 years ago
strings.lua 7f12bf40c4 Portability issue in a test for 'string.format' 3 years ago
tpack.lua 264659bd53 Optional 'init' argument to 'string.gmatch' 7 years ago
tracegc.lua 5276973224 New test module 'tracegc' 4 years ago
utf8.lua a1089b415a Bug: 'utf8.codes' accepts spurious continuation bytes 3 years ago
vararg.lua aa4c5cf190 Added directory to test file names in '$Id:' 7 years ago
verybig.lua aa4c5cf190 Added directory to test file names in '$Id:' 7 years ago