summaryrefslogtreecommitdiff
path: root/testes/coroutine.lua (follow)
Commit message (Expand)AuthorAgeFilesLines
* Comments (mosty typos)Roberto Ierusalimschy2019-12-301-1/+1
* First version of OP_MMBIN opcodesRoberto Ierusalimschy2019-08-271-1/+1
* Fixed missing case in 'luaV_finishOp'Roberto Ierusalimschy2019-08-271-0/+6
* Fixed bug when yiedling inside OP_ADDK opcodeRoberto Ierusalimschy2019-08-211-0/+11
* Default for warnings changed to "off"Roberto Ierusalimschy2019-08-201-0/+1
* Improvement in warn-mode '@store' (for testing)Roberto Ierusalimschy2019-08-181-3/+8
* Supressed errors in '__close' generate warningsRoberto Ierusalimschy2019-08-161-1/+4
* Change in the syntax of attributesRoberto Ierusalimschy2019-07-301-4/+4
* Change in the handling of 'L->top' when calling metamethodsRoberto Ierusalimschy2019-07-261-1/+1
* Details in testsRoberto Ierusalimschy2019-06-211-0/+4
* Multiple errors in '__toclose' report the first oneRoberto Ierusalimschy2019-06-051-1/+9
* 'coroutine.kill' renamed 'coroutine.close'Roberto Ierusalimschy2019-06-031-11/+11
* Flag for to-be-closed variables changed to '<toclose>'Roberto Ierusalimschy2019-05-091-3/+3
* Coroutines do not unwind the stack in case of errorsRoberto Ierusalimschy2019-05-091-2/+6
* Added an optional parameter to 'coroutine.isyieldable'Roberto Ierusalimschy2019-04-101-2/+5
* No more to-be-closed functionsRoberto Ierusalimschy2019-01-041-2/+11
* Changes in the control of C-stack overflowRoberto Ierusalimschy2018-12-271-2/+2
* New functions 'lua_resetthread' and 'coroutine.kill'Roberto Ierusalimschy2018-12-131-0/+45
* Removed extra information from RCS keyword strings in testsRoberto Ierusalimschy2018-10-221-1/+1
* Deprecated the emulation of '__le' using '__lt'Roberto Ierusalimschy2018-08-241-5/+3
* 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/+918