summaryrefslogtreecommitdiff
path: root/lcorolib.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* new function 'lua_isyieldable' (and 'coroutine.isyieldable')Roberto Ierusalimschy2014-05-081-5/+17
* added 'return' (when possible) to calls to error functionsRoberto Ierusalimschy2013-02-211-2/+2
* wrong error message when 'coroutine.create' or 'coroutine.wrap' areRoberto Ierusalimschy2012-04-271-2/+3
* 'nCcalls' should be local to each thread, as each thread may have itsRoberto Ierusalimschy2011-08-231-2/+2
* new module policy: C modules do not create globals and do not registerRoberto Ierusalimschy2010-07-021-2/+2
* 'coroutine' library separated from 'baselib'Roberto Ierusalimschy2010-06-101-0/+154