238 Commits (6d042a178fba32d10ec23c98fb2fd284397ccddc)

Author SHA1 Message Date
Roberto Ierusalimschy 6d042a178f Auxiliary buffer uses external strings 12 months ago
Roberto Ierusalimschy 3b57e37e48 Fixed buffers save long strings as external. 1 year ago
Roberto Ierusalimschy 024f9064f1 External strings 1 year ago
Roberto Ierusalimschy 7923dbbf72 Bug: Recursion in 'getobjname' can stack overflow 1 year ago
Roberto Ierusalimschy 6baee9ef9d Removed test for "corrupted binary dump" 1 year ago
Roberto Ierusalimschy 14e416355f Added suport for Fixed Buffers 1 year ago
Roberto Ierusalimschy 5ab6a5756b Bug: Wrong line number for function calls 1 year ago
Roberto Ierusalimschy f4211a5ea4 More control over encoding of test files 1 year ago
Roberto Ierusalimschy cbae016202 Details 1 year ago
Roberto Ierusalimschy 09f3c2372f Option '-l' discards version sufix from file name 2 years ago
Roberto Ierusalimschy c197885cb0 Small improvements in tests 2 years ago
Roberto Ierusalimschy ab859fe59b Bug: Loading a corrupted binary file can segfault 2 years ago
Roberto Ierusalimschy 02bab9fc25 Bug: Wrong line in error message for arith. errors 2 years ago
Roberto Ierusalimschy 314745ed84 Avoid excessive name pollution in test files 2 years ago
Roberto Ierusalimschy 0825cf237d Detail in make file for testes/libs 2 years ago
Roberto Ierusalimschy 7d4c7ae2af Changes in opcodes for generic 'for' 2 years ago
Roberto Ierusalimschy b2f7b3b79f Control variables in for loops are read only 2 years ago
Roberto Ierusalimschy 540d805226 Towards Lua 5.5 2 years ago
Roberto Ierusalimschy 7d6a97e42b Dump doesn't need to reuse 'source' 2 years ago
Roberto Ierusalimschy d738c8d18b New function 'luaL_openselectedlibs' 2 years ago
Roberto Ierusalimschy 8047b2d03e Tables have a 'lastfree' information only when needed 2 years ago
Roberto Ierusalimschy 1e64c1391f Bug: stack overflow with nesting of coroutine.close 2 years ago
Roberto Ierusalimschy 7f12bf40c4 Portability issue in a test for 'string.format' 2 years ago
Roberto Ierusalimschy 26be27459b Negation in constant folding of '>>' may overflow 2 years ago
Roberto Ierusalimschy cfbe378f90 Small simplification in overflow check in 'getfield' 2 years ago
Roberto Ierusalimschy a1089b415a Bug: 'utf8.codes' accepts spurious continuation bytes 2 years ago
Roberto Ierusalimschy f8c4c4fcf2 New test for table rehash 2 years ago
Roberto Ierusalimschy 997f11f543 Bug: 'break' may not properly close variable in a 'for' loop 2 years ago
Roberto Ierusalimschy 02060b7a37 Simpler handling of Byte Order Mark (BOM) 2 years ago
Roberto Ierusalimschy d61b0c6028 More checks and documentation for uses of EXTRA_STACK 2 years ago
Roberto Ierusalimschy 196bb94d66 Bug: 'lua_settop' may use an invalid pointer to stack 2 years ago
Roberto Ierusalimschy 4a00f61276 'lua_checkstack' doesn't need to check stack overflow 2 years ago
Roberto Ierusalimschy c764ca71a6 Bug: Wrong code generation in bitwise operations 3 years ago
Roberto Ierusalimschy 1f3c6f4534 Bug: Lua can generate wrong code when _ENV is <const> 3 years ago
Roberto Ierusalimschy 597a53bbc6 Bug: finalizer calling exit can corrupt finalization order 3 years ago
Roberto Ierusalimschy 066e0f93c4 Fix debug information about finalizers 3 years ago
Roberto Ierusalimschy 0bfc572e51 Bug: GC is not reentrant 3 years ago
Roberto Ierusalimschy 48835c76c8 Wrong assert in 'collectvalidlines' 3 years ago
Roberto Ierusalimschy e8deac5a41 Avoid OP_VARARGPREP for active lines 3 years ago
Roberto Ierusalimschy bfbff3703e Bug: Wrong status in coroutine during reset 3 years ago
Roberto Ierusalimschy 74d99057a5 Bug: C stack overflow with coroutines 3 years ago
Roberto Ierusalimschy deac067ed3 Avoid overflows when incrementing parameters in C 3 years ago
Roberto Ierusalimschy 9db4bfed6b Revamp of format validation in 'string.format' 3 years ago
Roberto Ierusalimschy a393ac2554 Detail in 'testes/math.lua' 3 years ago
Roberto Ierusalimschy 65434b4d1b Option '-l' can give a name for the global variable. 3 years ago
Roberto Ierusalimschy 59acd79c05 Added tests for string reuse by the scanner 3 years ago
Roberto Ierusalimschy 439e45a2f6 Bug: luaL_tolstring may get confused with negative index 3 years ago
Roberto Ierusalimschy 62fb934427 Bug: Negation in 'luaV_shiftr' may overflow 3 years ago
Roberto Ierusalimschy 6a0dace25a Bug: 'local function' can assign to '<const>' variables 3 years ago
Roberto Ierusalimschy 04e19712a5 C functions can be tail called, too 3 years ago