aboutsummaryrefslogtreecommitdiff
path: root/testes/errors.lua (follow)
Commit message (Expand)AuthorAgeFilesLines
* Error object cannot be nilRoberto Ierusalimschy2025-02-281-3/+3
* DetailsRoberto Ierusalimschy2025-02-261-2/+23
* OP_SELF restricted to constant short stringsRoberto Ierusalimschy2024-12-111-1/+2
* Debug information about extra arguments from __callRoberto Ierusalimschy2024-11-191-0/+25
* Bug: luaL_traceback may need more than 5 stack slotsRoberto Ierusalimschy2024-06-121-1/+14
* Bug: Recursion in 'getobjname' can stack overflowRoberto Ierusalimschy2023-11-011-0/+3
* Bug: Wrong line number for function callsRoberto Ierusalimschy2023-08-231-4/+4
* Bug: Wrong line in error message for arith. errorsRoberto Ierusalimschy2023-02-081-0/+8
* Avoid excessive name pollution in test filesRoberto Ierusalimschy2022-12-281-36/+47
* Added tests for string reuse by the scannerRoberto Ierusalimschy2021-08-111-1/+1
* Bug: luaL_tolstring may get confused with negative indexRoberto Ierusalimschy2021-07-221-0/+16
* C functions can be tail called, tooRoberto Ierusalimschy2021-06-141-2/+2
* Wrong assertion in 'getbaseline'Roberto Ierusalimschy2021-03-051-0/+8
* Bug (kind of) in 'isinstack'Roberto Ierusalimschy2021-02-251-0/+7
* Better error messages for calling non-callable objectsRoberto Ierusalimschy2020-12-291-1/+13
* Added test cases for error messages about goto/labelRoberto Ierusalimschy2020-12-031-0/+21
* Avoid GCs when testing stack overflowRoberto Ierusalimschy2020-10-121-6/+14
* Revision of stackless implementationRoberto Ierusalimschy2020-10-121-1/+2
* Back to a stackless implementationRoberto Ierusalimschy2020-10-121-4/+3
* Added macro 'luaL_pushfail'Roberto Ierusalimschy2019-08-161-5/+5
* New function 'setCstacklimit'Roberto Ierusalimschy2019-06-181-6/+10
* Fixed wrong error message in 'return math.seed(0)'Roberto Ierusalimschy2019-04-041-0/+4
* Better error messages for invalid operands in numeric 'for'Roberto Ierusalimschy2018-10-301-0/+10
* Added directory to test file names in '$Id:'Roberto Ierusalimschy2018-07-251-1/+1
* Fixed bug in line info. when using 'not' operatorRoberto Ierusalimschy2018-07-111-2/+19
* Added manual and tests for version 5.4-w2Roberto Ierusalimschy2018-07-091-0/+554