summaryrefslogtreecommitdiff
path: root/lcorolib.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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