| Commit message (Expand) | Author | Age | Files | Lines |
* | Fixed a warning and other minor issues | Roberto Ierusalimschy | 2019-10-04 | 1 | -1/+2 |
* | Multiple errors in '__toclose' report the first one | Roberto Ierusalimschy | 2019-06-05 | 1 | -5/+2 |
* | 'coroutine.kill' renamed 'coroutine.close' | Roberto Ierusalimschy | 2019-06-03 | 1 | -3/+3 |
* | Test for dead coroutine moved to 'lua_resume' | Roberto Ierusalimschy | 2019-05-09 | 1 | -4/+0 |
* | Coroutines do not unwind the stack in case of errors | Roberto Ierusalimschy | 2019-05-09 | 1 | -1/+11 |
* | Added an optional parameter to 'coroutine.isyieldable' | Roberto Ierusalimschy | 2019-04-10 | 1 | -1/+2 |
* | New functions 'lua_resetthread' and 'coroutine.kill' | Roberto Ierusalimschy | 2018-12-13 | 1 | -12/+46 |
* | Better error messages for some polymorphic functions | Roberto Ierusalimschy | 2018-12-10 | 1 | -1/+1 |
* | Removed extra information from RCS keyword strings | Roberto Ierusalimschy | 2018-08-23 | 1 | -1/+1 |
* | new API for 'lua_resume' + cleaning the uses of the 'extra' field in | Roberto Ierusalimschy | 2017-11-02 | 1 | -4/+3 |
* | error handling in 'wrap' does not coerce numbers into string messages | Roberto Ierusalimschy | 2016-04-11 | 1 | -2/+2 |
* | added include for 'lprefix.h', for stuff that must be added before | Roberto Ierusalimschy | 2014-11-02 | 1 | -4/+5 |
* | `name' in comments changed to 'name' | Roberto Ierusalimschy | 2014-10-25 | 1 | -2/+2 |
* | detail (error message from 'coroutine.status') | Roberto Ierusalimschy | 2014-09-01 | 1 | -2/+2 |
* | new function 'lua_isyieldable' (and 'coroutine.isyieldable') | Roberto Ierusalimschy | 2014-05-08 | 1 | -5/+17 |
* | added 'return' (when possible) to calls to error functions | Roberto Ierusalimschy | 2013-02-21 | 1 | -2/+2 |
* | wrong error message when 'coroutine.create' or 'coroutine.wrap' are | Roberto Ierusalimschy | 2012-04-27 | 1 | -2/+3 |
* | 'nCcalls' should be local to each thread, as each thread may have its | Roberto Ierusalimschy | 2011-08-23 | 1 | -2/+2 |
* | new module policy: C modules do not create globals and do not register | Roberto Ierusalimschy | 2010-07-02 | 1 | -2/+2 |
* | 'coroutine' library separated from 'baselib' | Roberto Ierusalimschy | 2010-06-10 | 1 | -0/+154 |