You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Roberto Ierusalimschy f15589f3b0 Added test cases for error messages about goto/label 4 years ago
..
libs Details 5 years ago
all.lua Back to a stackless implementation 4 years ago
api.lua Keep memory errors as memory errors 4 years ago
attrib.lua Comments (mosty typos) 5 years ago
big.lua Comments (mosty typos) 5 years ago
bitwise.lua Subtraction of small constant integers optimized with OP_ADDI 5 years ago
bwcoercion.lua Added manual and tests for version 5.4-w2 6 years ago
calls.lua Fixed bug of long strings in binary chunks 4 years ago
closure.lua 'lua_upvalueid' returns NULL on invalid upvalue index 4 years ago
code.lua Removed optimization for «if ... then goto» 4 years ago
constructs.lua Change in the syntax of attributes 5 years ago
coroutine.lua 'recover' finish of 'luaD_pcall' should follow the original 4 years ago
cstack.lua Avoid shrinking stacks to often 4 years ago
db.lua Fixed wrong trace of vararg functions 4 years ago
errors.lua Added test cases for error messages about goto/label 4 years ago
events.lua Free bit 7 of GC 'marked' field 4 years ago
files.lua Fixed bug: invalid mode can crash 'io.popen' 4 years ago
gc.lua Avoid memory allocation in some functions from 'ltests.c' 4 years ago
gengc.lua TOUCHED2 objects are not always black 4 years ago
goto.lua Change in the syntax of attributes 5 years ago
heavy.lua Added file 'testes/heavy.lua' 6 years ago
literals.lua Added macro 'luaL_pushfail' 5 years ago
locals.lua Details 4 years ago
main.lua _PROMPT can have non-string values 4 years ago
math.lua Details 5 years ago
nextvar.lua Fixed bug of keys removed from tables vs 'next' 4 years ago
packtests Script 'packtests' gets Lua version as a parameter 5 years ago
pm.lua Added macro 'luaL_pushfail' 5 years ago
sort.lua Added directory to test file names in '$Id:' 6 years ago
strings.lua Simplification and smaller buffers for 'lua_pushfstring' 4 years ago
tpack.lua Optional 'init' argument to 'string.gmatch' 6 years ago
utf8.lua Details (more uniformity in error messages) 5 years ago
vararg.lua Added directory to test file names in '$Id:' 6 years ago
verybig.lua Added directory to test file names in '$Id:' 6 years ago