summaryrefslogtreecommitdiff
path: root/testes (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* 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