Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Error object cannot be nil | Roberto Ierusalimschy | 2025-02-28 | 1 | -3/+3 |
* | Details | Roberto Ierusalimschy | 2025-02-26 | 1 | -2/+23 |
* | OP_SELF restricted to constant short strings | Roberto Ierusalimschy | 2024-12-11 | 1 | -1/+2 |
* | Debug information about extra arguments from __call | Roberto Ierusalimschy | 2024-11-19 | 1 | -0/+25 |
* | Bug: luaL_traceback may need more than 5 stack slots | Roberto Ierusalimschy | 2024-06-12 | 1 | -1/+14 |
* | Bug: Recursion in 'getobjname' can stack overflow | Roberto Ierusalimschy | 2023-11-01 | 1 | -0/+3 |
* | Bug: Wrong line number for function calls | Roberto Ierusalimschy | 2023-08-23 | 1 | -4/+4 |
* | Bug: Wrong line in error message for arith. errors | Roberto Ierusalimschy | 2023-02-08 | 1 | -0/+8 |
* | Avoid excessive name pollution in test files | Roberto Ierusalimschy | 2022-12-28 | 1 | -36/+47 |
* | Added tests for string reuse by the scanner | Roberto Ierusalimschy | 2021-08-11 | 1 | -1/+1 |
* | Bug: luaL_tolstring may get confused with negative index | Roberto Ierusalimschy | 2021-07-22 | 1 | -0/+16 |
* | C functions can be tail called, too | Roberto Ierusalimschy | 2021-06-14 | 1 | -2/+2 |
* | Wrong assertion in 'getbaseline' | Roberto Ierusalimschy | 2021-03-05 | 1 | -0/+8 |
* | Bug (kind of) in 'isinstack' | Roberto Ierusalimschy | 2021-02-25 | 1 | -0/+7 |
* | Better error messages for calling non-callable objects | Roberto Ierusalimschy | 2020-12-29 | 1 | -1/+13 |
* | Added test cases for error messages about goto/label | Roberto Ierusalimschy | 2020-12-03 | 1 | -0/+21 |
* | Avoid GCs when testing stack overflow | Roberto Ierusalimschy | 2020-10-12 | 1 | -6/+14 |
* | Revision of stackless implementation | Roberto Ierusalimschy | 2020-10-12 | 1 | -1/+2 |
* | Back to a stackless implementation | Roberto Ierusalimschy | 2020-10-12 | 1 | -4/+3 |
* | Added macro 'luaL_pushfail' | Roberto Ierusalimschy | 2019-08-16 | 1 | -5/+5 |
* | New function 'setCstacklimit' | Roberto Ierusalimschy | 2019-06-18 | 1 | -6/+10 |
* | Fixed wrong error message in 'return math.seed(0)' | Roberto Ierusalimschy | 2019-04-04 | 1 | -0/+4 |
* | Better error messages for invalid operands in numeric 'for' | Roberto Ierusalimschy | 2018-10-30 | 1 | -0/+10 |
* | Added directory to test file names in '$Id:' | Roberto Ierusalimschy | 2018-07-25 | 1 | -1/+1 |
* | Fixed bug in line info. when using 'not' operator | Roberto Ierusalimschy | 2018-07-11 | 1 | -2/+19 |
* | Added manual and tests for version 5.4-w2 | Roberto Ierusalimschy | 2018-07-09 | 1 | -0/+554 |