Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2013-08-13 | version 3.6.3v3.6.3 | Benoit Germain | 4 | -109/+229 | |
* 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-22 | wrap LuaJIT memory allocator in a critical section by default | Benoit Germain | 1 | -1/+10 | |
2013-07-20 | Updated rockspec for v3.6.2v3.6.2 | Benoit Germain | 1 | -2/+2 | |
2013-07-20 | Ditch PulseEvent usage on WIN32 builds | Benoit Germain | 3 | -70/+100 | |
2013-07-20 | Update README | Benoit Germain | 1 | -1/+9 | |
2013-05-20 | version 3.6.2 | Benoit Germain | 6 | -22/+99 | |
* WIN32 builds use condition variables instead of PulseEvent() when available. * first steps toward fixing make-vc.cmd | |||||
2013-05-20 | Added a sample snippet for set_finalizer() | Benoit Germain | 1 | -0/+17 | |
2013-05-20 | remove 2 weird characters in comments | Benoit Germain | 1 | -2/+2 | |
2013-04-18 | instructions for manual installation | Norman Ramsey | 1 | -0/+11 | |
closes #51 |