summaryrefslogtreecommitdiff
path: root/testes (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* 'print' does not call 'tostring' to format its argumentsRoberto Ierusalimschy2019-04-101-15/+0
* Corrected tests around non-portable 'isdst' in datesRoberto Ierusalimschy2019-04-091-3/+7
* Syntax should not allow numbers touching identifiersRoberto Ierusalimschy2019-04-091-0/+9
* Fixed wrong error message in 'return math.seed(0)'Roberto Ierusalimschy2019-04-042-1/+5
* Small optimizations in range checksRoberto Ierusalimschy2019-03-271-0/+3
* Keep correct type for immediate operands in comparisonsRoberto Ierusalimschy2019-03-222-55/+46
* Details in the implementation of the integer 'for' loopRoberto Ierusalimschy2019-03-211-0/+6
* Small changes in the header of binary filesRoberto Ierusalimschy2019-03-191-11/+9
* New semantics for the integer 'for' loopRoberto Ierusalimschy2019-03-193-8/+71
* Changes in the validation of UTF-8Roberto Ierusalimschy2019-03-152-37/+72
* Changes in the warning systemRoberto Ierusalimschy2019-03-143-16/+17
* 'math.randomseed()' sets a somewhat random seedRoberto Ierusalimschy2019-03-131-1/+1
* New conversion specifier '%p' for 'string.format'Roberto Ierusalimschy2019-03-131-0/+16
* DetailsRoberto Ierusalimschy2019-03-132-7/+15
* After a "bad collections", avoid switching back back to generationalRoberto Ierusalimschy2019-01-301-0/+6
* Optional 'init' argument to 'string.gmatch'Roberto Ierusalimschy2019-01-083-2/+34
* No more to-be-closed functionsRoberto Ierusalimschy2019-01-044-27/+61
* No more LUA_ERRGCMM errorsRoberto Ierusalimschy2019-01-013-61/+65
* Added a warning system to LuaRoberto Ierusalimschy2018-12-282-5/+22
* Changes in the control of C-stack overflowRoberto Ierusalimschy2018-12-274-14/+65
* DetailRoberto Ierusalimschy2018-12-271-1/+1
* 'all' script automatically 'make's everythingRoberto Ierusalimschy2018-12-191-5/+6
* Added directory 'testes/libs/P1' to the repositoryRoberto Ierusalimschy2018-12-171-0/+2
* Added file 'testes/heavy.lua'Roberto Ierusalimschy2018-12-141-0/+173
* New functions 'lua_resetthread' and 'coroutine.kill'Roberto Ierusalimschy2018-12-132-5/+64
* 'math.rand()' uses higher bits to produce float valueRoberto Ierusalimschy2018-12-111-6/+8
* Calls cannot be tail in the scope of a to-be-closed variableRoberto Ierusalimschy2018-12-041-5/+8
* A to-be-closed variable must have a closable value (or be nil)Roberto Ierusalimschy2018-11-293-17/+45
* Auxiliary buffer cannot close box with 'lua_remove'Roberto Ierusalimschy2018-11-261-16/+40
* Added opcodes for arithmetic with K operandsRoberto Ierusalimschy2018-11-233-31/+55
* String buffer using to-be-closed variableRoberto Ierusalimschy2018-11-131-0/+32
* 'lua_toclose' gets the index to be closed as an argumentRoberto Ierusalimschy2018-11-121-8/+10