aboutsummaryrefslogtreecommitdiff
path: root/README (unfollow)
Commit message (Collapse)AuthorFilesLines
2013-10-11version 3.7.0Benoit Germain13-213/+319
* fix lanes.threads() not being available in a lane where lanes.configure() settings didn't contain track_lanes although the initial configure() call did. * require "lanes".configure() sequence is only necessary at the first require "lanes". * fix a crash at application shutdown where in some situations we could deinitialize the protected allocator mutex while a lane was still using it. * fix timers broken by change 69
2013-10-08fix a crash at application shutdown where in some situations we could ↵Benoit Germain1-20/+45
deinitialize the protected allocator mutex while a lane was still using it.
2013-10-04Fix broken timersBenoit Germain1-0/+1
2013-10-04Reorder things a tiny weeny bit in lanes.core.configure()Benoit Germain1-10/+8
2013-10-03Update CHANGESBenoit Germain1-1/+4
2013-10-03bugfix: no longer create a global named "lanes.core" inside lanes when libs ↵Benoit Germain1-17/+11
list is "*"
2013-10-03Update fibonacci.luaBenoit Germain1-8/+8
Fix issue #61. Pulling lanes as an upvalue is not a good idea after all, due to the fact that lanes.core changes its public API when lanes.core.configure() is called.
2013-10-02GCC compilation error fixv3.6.6Benoit Germain1-4/+4
2013-10-01Delete lanes-keeper.luaBenoit Germain1-304/+0