summaryrefslogtreecommitdiff
path: root/lcorolib.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* detail (error message from 'coroutine.status')Roberto Ierusalimschy2014-09-011-2/+2
|
* 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
| | | | | called with no arguments (new thread is assumed to be the missing argument).
* 'nCcalls' should be local to each thread, as each thread may have itsRoberto Ierusalimschy2011-08-231-2/+2
| | | | own C stack (with LuaThreads or something similar)
* new module policy: C modules do not create globals and do not registerRoberto Ierusalimschy2010-07-021-2/+2
| | | | | | themselves with 'require' (let 'require' do its work); new auxiliary functions luaL_newlib/luaL_newlibtable/luaL_setfuncs/luaL_requiref. Old luaL_register will be deprecated.
* 'coroutine' library separated from 'baselib'Roberto Ierusalimschy2010-06-101-0/+154