aboutsummaryrefslogtreecommitdiff
path: root/docs (unfollow)
Commit message (Collapse)AuthorFilesLines
2013-08-13version 3.6.3v3.6.3Benoit Germain1-8/+27
* lane:cancel(<negative-timeout>) only causes cancel_test() to return true but won't interrupt execution of the lane during linda operations * more explicit errors when trying to transfer unknown source functions (with new configure option verbose_errors) * default options wrap allocator around a mutex when run by LuaJIT
2013-07-22wrap LuaJIT memory allocator in a critical section by defaultBenoit Germain1-1/+10
2013-07-20Updated rockspec for v3.6.2v3.6.2Benoit Germain1-2/+2
2013-07-20Ditch PulseEvent usage on WIN32 buildsBenoit Germain3-70/+100
2013-07-20Update READMEBenoit Germain1-1/+9
2013-05-20version 3.6.2Benoit Germain6-22/+99
* WIN32 builds use condition variables instead of PulseEvent() when available. * first steps toward fixing make-vc.cmd
2013-05-20Added a sample snippet for set_finalizer()Benoit Germain1-0/+17
2013-05-20remove 2 weird characters in commentsBenoit Germain1-2/+2
2013-04-18instructions for manual installationNorman Ramsey1-0/+11
closes #51