aboutsummaryrefslogtreecommitdiff
path: root/testes (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* '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
* To-be-closed variable in 'for' loop separated from the stateRoberto Ierusalimschy2018-11-072-2/+43
* New syntax for to-be-closed variablesRoberto Ierusalimschy2018-11-074-31/+31
* Removed internal cache for closuresRoberto Ierusalimschy2018-11-011-7/+6
* State in generic 'for' acts as a to-be-closed variableRoberto Ierusalimschy2018-10-312-5/+53
* Better error messages for invalid operands in numeric 'for'Roberto Ierusalimschy2018-10-301-0/+10
* Back with optimization for 'if cond then goto'Roberto Ierusalimschy2018-10-302-1/+35
* Big revamp in the implmentation of labels/gotosRoberto Ierusalimschy2018-10-292-14/+8
* To-be-closed variables in the C APIRoberto Ierusalimschy2018-10-251-0/+71
* Closing methods should not interfere with returning valuesRoberto Ierusalimschy2018-10-251-1/+54
* Added a '__close' metamethod to file handlesRoberto Ierusalimschy2018-10-231-22/+35
* Removed extra information from RCS keyword strings in testsRoberto Ierusalimschy2018-10-226-4/+4
* Complete implementation of to-be-closed variablesRoberto Ierusalimschy2018-10-222-9/+33
* Handling of memory errors when creating to-be-closed upvaluesRoberto Ierusalimschy2018-10-181-6/+52
* First "complete" implementation of to-be-closed variablesRoberto Ierusalimschy2018-10-172-6/+72
* Towards "to closed" local variablesRoberto Ierusalimschy2018-10-082-1/+14
* Corrections in the implementation of '%' for floats.Roberto Ierusalimschy2018-08-281-1/+65
* Deprecated the emulation of '__le' using '__lt'Roberto Ierusalimschy2018-08-242-24/+18
* Added directory to test file names in '$Id:'Roberto Ierusalimschy2018-07-2529-29/+29