aboutsummaryrefslogtreecommitdiff
path: root/testes (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Fixed bug in generational collection of userdataRoberto Ierusalimschy2018-07-133-4/+87
* Fixed bug in line info. when using 'not' operatorRoberto Ierusalimschy2018-07-111-2/+19
* In tests of opcodes, avoid coercion in bitwise operationRoberto Ierusalimschy2018-07-101-1/+1
* Fixed bug in OP_IDIVIRoberto Ierusalimschy2018-07-091-1/+12
* Added manual and tests for version 5.4-w2Roberto Ierusalimschy2018-07-0934-0/+13031