aboutsummaryrefslogtreecommitdiff
path: root/src/llthread.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix. register bit32 library on Lua5.2moteus2013-12-261-9/+7
* Fix. remove magic numbers.moteus2013-12-261-5/+7
* Fix. Register LuaJIT built-in libraries.moteus2013-12-261-1/+17
* Add. `joinable` parameter to `start` method which control in which thread chi...moteus2013-12-261-27/+68
* Add. set_logger function allow logging errors (crash Lua VM) in current llthr...moteus2013-12-261-9/+34
* Add. timeout parameter to thread:join() methodmoteus2013-12-261-7/+26
* Fix. load library on Lua 5.2moteus2013-12-261-12/+12
* Fix. compile pthread version.moteus2013-12-261-4/+6
* Fix. include some std libraries.moteus2013-12-261-0/+5
* First commit.moteus2013-12-261-0/+669