summaryrefslogtreecommitdiff
path: root/testes/coroutine.lua
Commit message (Expand)AuthorAgeFilesLines
* 'lua_checkstack' doesn't need to check stack overflowRoberto Ierusalimschy2022-05-231-9/+6
* Bug: Wrong status in coroutine during resetRoberto Ierusalimschy2021-11-081-1/+43
* C functions can be tail called, tooRoberto Ierusalimschy2021-06-141-1/+1
* Small improvements in hooksRoberto Ierusalimschy2021-01-261-0/+22
* Handles '__close' errors in coroutines in "coroutine style"Roberto Ierusalimschy2020-12-301-2/+39
* Report last error in closing methodsRoberto Ierusalimschy2020-12-221-12/+3
* 'coroutine.close'/'lua_resetthread' report original errorsRoberto Ierusalimschy2020-12-181-1/+9
* 'recover' finish of 'luaD_pcall' should follow the originalRoberto Ierusalimschy2020-10-121-4/+22
* Make sure that main thread is non yieldableRoberto Ierusalimschy2020-07-061-2/+12
* Avoid memory allocation in some functions from 'ltests.c'Roberto Ierusalimschy2020-07-041-1/+1
* 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