aboutsummaryrefslogtreecommitdiff
path: root/testes (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* First implementation for 'const' variablesRoberto Ierusalimschy2019-05-173-9/+66
* Flag for to-be-closed variables changed to '<toclose>'Roberto Ierusalimschy2019-05-096-35/+36
* Coroutines do not unwind the stack in case of errorsRoberto Ierusalimschy2019-05-093-14/+43
* File 'lib2-v2.so' generated from its own sourceRoberto Ierusalimschy2019-05-033-3/+28
* A few more improvements in 'luaO_pushvfstring'Roberto Ierusalimschy2019-05-031-2/+1
* Avoid the creation of too many strings in 'package'Roberto Ierusalimschy2019-05-031-8/+19
* Some more small improvements to 'luaO_pushvfstring'Roberto Ierusalimschy2019-04-261-0/+3
* Revamp of 'lua_pushfstring' / 'luaO_pushvfstring'Roberto Ierusalimschy2019-04-241-0/+61
* Small correction in test about 'isdst'Roberto Ierusalimschy2019-04-221-1/+1
* 'require' returns where module was foundRoberto Ierusalimschy2019-04-171-15/+20
* Small optimizations in 'string.gsub'Roberto Ierusalimschy2019-04-112-1/+31
* Added an optional parameter to 'coroutine.isyieldable'Roberto Ierusalimschy2019-04-101-2/+5