summaryrefslogtreecommitdiff
path: root/testes (follow)
Commit message (Expand)AuthorAgeFilesLines
* Script 'packtests' gets Lua version as a parameterRoberto Ierusalimschy2019-10-021-1/+3
* Janitorial workRoberto Ierusalimschy2019-10-011-2/+5
* Subtraction of small constant integers optimized with OP_ADDIRoberto Ierusalimschy2019-09-243-4/+5
* 'setCstacklimit' renamed to 'setcstacklimit'Roberto Ierusalimschy2019-09-241-12/+12
* Removed arithmetic opcodes with immediate operandRoberto Ierusalimschy2019-09-101-9/+9
* Use of 'MMBIN' opcodes extended to shift operatorsRoberto Ierusalimschy2019-08-282-6/+5
* First version of OP_MMBIN opcodesRoberto Ierusalimschy2019-08-272-29/+36
* Fixed missing case in 'luaV_finishOp'Roberto Ierusalimschy2019-08-271-0/+6
* Fixed bug when yiedling inside OP_ADDK opcodeRoberto Ierusalimschy2019-08-211-0/+11
* Default for warnings changed to "off"Roberto Ierusalimschy2019-08-205-7/+13
* Detail (extra test for warnings when closing state)Roberto Ierusalimschy2019-08-191-0/+11
* Improvement in warn-mode '@store' (for testing)Roberto Ierusalimschy2019-08-184-23/+35
* Added macro 'luaL_pushfail'Roberto Ierusalimschy2019-08-169-91/+91
* Supressed errors in '__close' generate warningsRoberto Ierusalimschy2019-08-163-28/+133
* Added control messages to warningsRoberto Ierusalimschy2019-08-154-1/+42
* Tracebacks recognize metamethods '__close'Roberto Ierusalimschy2019-07-311-4/+17
* To-be-closed variables must be closed on initializationRoberto Ierusalimschy2019-07-312-12/+22
* Fixed test in 'main.lua'Roberto Ierusalimschy2019-07-301-7/+10
* Change in the syntax of attributesRoberto Ierusalimschy2019-07-3010-90/+90
* Change in the handling of 'L->top' when calling metamethodsRoberto Ierusalimschy2019-07-264-5/+36
* Small corrections when setting 'L->top'Roberto Ierusalimschy2019-07-251-1/+2
* Some improvements in date/time functionsRoberto Ierusalimschy2019-07-241-13/+52
* Fixed bug in 'string.format' with option '%f'Roberto Ierusalimschy2019-07-231-0/+6
* 'math.randomseed' always returns the two seed componentsRoberto Ierusalimschy2019-07-191-2/+4
* Avoid using addresses of static variables as unique keysRoberto Ierusalimschy2019-07-191-0/+4
* DetailsRoberto Ierusalimschy2019-07-182-20/+12
* Reviving HARDMEMTESTSRoberto Ierusalimschy2019-07-182-5/+13
* 'math.randomseed()' returns the seeds it usedRoberto Ierusalimschy2019-07-172-5/+17
* Fixed small issue with constant propagationRoberto Ierusalimschy2019-07-171-4/+6
* New kind of expression VKSTRRoberto Ierusalimschy2019-07-171-0/+17
* '__close' method may be called again in case of errorRoberto Ierusalimschy2019-07-161-7/+14
* Unification of size representation in OP_NEWTABLE and OP_SETLISTRoberto Ierusalimschy2019-07-151-10/+18
* OP_NEWTABLE keeps exact size of arraysRoberto Ierusalimschy2019-07-122-35/+23
* First implementation of constant propagationRoberto Ierusalimschy2019-07-124-42/+89
* DetailsRoberto Ierusalimschy2019-07-101-3/+5
* New implementation for constantsRoberto Ierusalimschy2019-07-091-4/+14
* Local attributes can be used in list of local variablesRoberto Ierusalimschy2019-07-031-6/+28
* Small changes around C-stack limitRoberto Ierusalimschy2019-06-261-7/+21
* '__call' metamethod can be any callable objectRoberto Ierusalimschy2019-06-251-0/+17
* A few more tests for table access in the APIRoberto Ierusalimschy2019-06-251-1/+47
* Added script 'packtests' to the projectRoberto Ierusalimschy2019-06-211-0/+52
* Details in testsRoberto Ierusalimschy2019-06-212-18/+10
* New function 'setCstacklimit'Roberto Ierusalimschy2019-06-182-6/+58
* Revamp around 'L->nCcalls' countRoberto Ierusalimschy2019-06-121-0/+14
* Multiple errors in '__toclose' report the first oneRoberto Ierusalimschy2019-06-052-14/+33
* Function 'warn' is varargRoberto Ierusalimschy2019-06-042-13/+27
* 'coroutine.kill' renamed 'coroutine.close'Roberto Ierusalimschy2019-06-031-11/+11
* bug in 5.4 alpha rc1: to-be-closed x vararg functionsRoberto Ierusalimschy2019-06-031-0/+9
* Improvements in 'testes/cstack.lua'Roberto Ierusalimschy2019-06-031-12/+32
* DetailsRoberto Ierusalimschy2019-05-283-5/+5