summaryrefslogtreecommitdiff
path: root/testes/locals.lua (follow)
Commit message (Expand)AuthorAgeFilesLines
* Multiple errors in '__toclose' report the first oneRoberto Ierusalimschy2019-06-051-13/+24
* bug in 5.4 alpha rc1: to-be-closed x vararg functionsRoberto Ierusalimschy2019-06-031-0/+9
* DetailsRoberto Ierusalimschy2019-05-281-1/+0
* Flag for to-be-closed variables changed to '<toclose>'Roberto Ierusalimschy2019-05-091-25/+25
* Coroutines do not unwind the stack in case of errorsRoberto Ierusalimschy2019-05-091-8/+27
* No more to-be-closed functionsRoberto Ierusalimschy2019-01-041-23/+31
* 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-291-0/+21
* Auxiliary buffer cannot close box with 'lua_remove'Roberto Ierusalimschy2018-11-261-16/+40
* String buffer using to-be-closed variableRoberto Ierusalimschy2018-11-131-0/+32
* To-be-closed variable in 'for' loop separated from the stateRoberto Ierusalimschy2018-11-071-1/+7
* New syntax for to-be-closed variablesRoberto Ierusalimschy2018-11-071-21/+21
* State in generic 'for' acts as a to-be-closed variableRoberto Ierusalimschy2018-10-311-1/+49
* Closing methods should not interfere with returning valuesRoberto Ierusalimschy2018-10-251-1/+54
* Complete implementation of to-be-closed variablesRoberto Ierusalimschy2018-10-221-4/+29
* 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-171-5/+59
* Towards "to closed" local variablesRoberto Ierusalimschy2018-10-081-0/+9
* Added directory to test file names in '$Id:'Roberto Ierusalimschy2018-07-251-1/+1
* Added manual and tests for version 5.4-w2Roberto Ierusalimschy2018-07-091-0/+181