Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Added suport for Fixed Buffers | Roberto Ierusalimschy | 2023-09-05 | 1 | -5/+46 | |
* | | Merge branch 'master' into nextversion | Roberto Ierusalimschy | 2023-08-23 | 8 | -33/+54 | |
|\| | ||||||
| * | Bug: Wrong line number for function calls | Roberto Ierusalimschy | 2023-08-23 | 1 | -4/+4 | |
| * | More control over encoding of test files | Roberto Ierusalimschy | 2023-08-17 | 6 | -28/+49 | |
| * | Details | Roberto Ierusalimschy | 2023-07-03 | 1 | -1/+1 | |
* | | Merge branch 'master' into nextversion | Roberto Ierusalimschy | 2023-06-22 | 4 | -21/+53 | |
|\| | ||||||
| * | Option '-l' discards version sufix from file name | Roberto Ierusalimschy | 2023-05-15 | 1 | -0/+7 | |
| * | Small improvements in tests | Roberto Ierusalimschy | 2023-05-15 | 2 | -21/+24 | |
| * | Bug: Loading a corrupted binary file can segfault | Roberto Ierusalimschy | 2023-03-17 | 1 | -0/+14 | |
| * | Bug: Wrong line in error message for arith. errors | Roberto Ierusalimschy | 2023-02-08 | 1 | -0/+8 | |
* | | Merge branch 'master' into nextversion | Roberto Ierusalimschy | 2022-12-28 | 26 | -261/+335 | |
|\| | ||||||
| * | Avoid excessive name pollution in test files | Roberto Ierusalimschy | 2022-12-28 | 26 | -261/+335 | |
* | | Merge branch 'master' into nextversion | Roberto Ierusalimschy | 2022-12-23 | 1 | -5/+5 | |
|\| | ||||||
| * | Detail in make file for testes/libs | Roberto Ierusalimschy | 2022-12-23 | 1 | -5/+5 | |
* | | Changes in opcodes for generic 'for' | Roberto Ierusalimschy | 2022-12-22 | 1 | -2/+2 | |
* | | Control variables in for loops are read only | Roberto Ierusalimschy | 2022-12-21 | 3 | -16/+15 | |
* | | Towards Lua 5.5 | Roberto Ierusalimschy | 2022-12-20 | 3 | -5/+5 | |
* | | Dump doesn't need to reuse 'source' | Roberto Ierusalimschy | 2022-12-20 | 1 | -0/+25 | |
* | | New function 'luaL_openselectedlibs' | Roberto Ierusalimschy | 2022-12-07 | 2 | -7/+9 | |
* | | Tables have a 'lastfree' information only when needed | Roberto Ierusalimschy | 2022-11-01 | 1 | -2/+2 | |
|/ | ||||||
* | Bug: stack overflow with nesting of coroutine.close | Roberto Ierusalimschy | 2022-10-25 | 1 | -0/+26 | |
* | Portability issue in a test for 'string.format' | Roberto Ierusalimschy | 2022-10-19 | 1 | -2/+7 | |
* | Negation in constant folding of '>>' may overflow | Roberto Ierusalimschy | 2022-09-23 | 1 | -0/+12 | |
* | Small simplification in overflow check in 'getfield' | Roberto Ierusalimschy | 2022-09-23 | 1 | -0/+9 | |
* | Bug: 'utf8.codes' accepts spurious continuation bytes | Roberto Ierusalimschy | 2022-09-23 | 1 | -1/+11 | |
* | New test for table rehash | Roberto Ierusalimschy | 2022-09-16 | 1 | -9/+29 | |
* | Bug: 'break' may not properly close variable in a 'for' loop | Roberto Ierusalimschy | 2022-08-24 | 1 | -0/+20 | |
* | Simpler handling of Byte Order Mark (BOM) | Roberto Ierusalimschy | 2022-08-23 | 1 | -5/+30 | |
* | More checks and documentation for uses of EXTRA_STACK | Roberto Ierusalimschy | 2022-05-26 | 1 | -0/+10 | |
* | Bug: 'lua_settop' may use an invalid pointer to stack | Roberto Ierusalimschy | 2022-05-25 | 1 | -0/+22 | |
* | 'lua_checkstack' doesn't need to check stack overflow | Roberto Ierusalimschy | 2022-05-23 | 1 | -9/+6 | |
* | Bug: Wrong code generation in bitwise operations | Roberto Ierusalimschy | 2022-04-25 | 1 | -0/+25 | |
* | Bug: Lua can generate wrong code when _ENV is <const> | Roberto Ierusalimschy | 2022-02-15 | 1 | -0/+10 | |
* | Bug: finalizer calling exit can corrupt finalization order | Roberto Ierusalimschy | 2021-12-22 | 1 | -0/+28 | |
* | Fix debug information about finalizers | Roberto Ierusalimschy | 2021-12-14 | 2 | -2/+2 | |
* | Bug: GC is not reentrant | Roberto Ierusalimschy | 2021-12-13 | 2 | -5/+6 | |
* | Wrong assert in 'collectvalidlines' | Roberto Ierusalimschy | 2021-11-25 | 1 | -1/+1 | |
* | Avoid OP_VARARGPREP for active lines | Roberto Ierusalimschy | 2021-11-10 | 1 | -0/+43 | |
* | Bug: Wrong status in coroutine during reset | Roberto Ierusalimschy | 2021-11-08 | 1 | -1/+43 | |
* | Bug: C stack overflow with coroutines | Roberto Ierusalimschy | 2021-11-03 | 1 | -0/+14 | |
* | Avoid overflows when incrementing parameters in C | Roberto Ierusalimschy | 2021-09-22 | 2 | -0/+23 | |
* | Revamp of format validation in 'string.format' | Roberto Ierusalimschy | 2021-09-03 | 1 | -8/+28 | |
* | Detail in 'testes/math.lua' | Roberto Ierusalimschy | 2021-08-18 | 1 | -0/+1 | |
* | Option '-l' can give a name for the global variable. | Roberto Ierusalimschy | 2021-08-16 | 1 | -0/+5 | |
* | Added tests for string reuse by the scanner | Roberto Ierusalimschy | 2021-08-11 | 2 | -1/+25 | |
* | Bug: luaL_tolstring may get confused with negative index | Roberto Ierusalimschy | 2021-07-22 | 1 | -0/+16 | |
* | Bug: Negation in 'luaV_shiftr' may overflow | Roberto Ierusalimschy | 2021-07-22 | 1 | -0/+5 | |
* | Bug: 'local function' can assign to '<const>' variables | Roberto Ierusalimschy | 2021-06-20 | 1 | -0/+2 | |
* | C functions can be tail called, too | Roberto Ierusalimschy | 2021-06-14 | 2 | -3/+3 | |
* | Bug: yielding in '__close' mess up number of returns | Roberto Ierusalimschy | 2021-04-16 | 1 | -0/+59 |