Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |