<feed xmlns='http://www.w3.org/2005/Atom'>
<title>lanes, branch v3.7.0</title>
<subtitle>A mirror of https://github.com/LuaLanes/lanes.git
</subtitle>
<id>https://git.lua4.win/lanes/atom?h=v3.7.0</id>
<link rel='self' href='https://git.lua4.win/lanes/atom?h=v3.7.0'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lanes/'/>
<updated>2013-10-14T12:30:33+00:00</updated>
<entry>
<title>Create lanes-3.7.0-1.rockspec</title>
<updated>2013-10-14T12:30:33+00:00</updated>
<author>
<name>Benoit Germain</name>
<email>bnt.germain@gmail.com</email>
</author>
<published>2013-10-14T12:30:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lanes/commit/?id=21e9a16028a75fdb26b57c3c5a5b647ce4ce25a7'/>
<id>urn:sha1:21e9a16028a75fdb26b57c3c5a5b647ce4ce25a7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>version 3.7.0</title>
<updated>2013-10-11T18:08:32+00:00</updated>
<author>
<name>Benoit Germain</name>
<email>b n t DOT g e r m a i n AT g m a i l DOT c o m</email>
</author>
<published>2013-10-11T18:08:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lanes/commit/?id=44540b9335f3bbd2f6fda3e13329b28ec76b6d7a'/>
<id>urn:sha1:44540b9335f3bbd2f6fda3e13329b28ec76b6d7a</id>
<content type='text'>
* 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
</content>
</entry>
<entry>
<title>fix a crash at application shutdown where in some situations we could deinitialize the protected allocator mutex while a lane was still using it.</title>
<updated>2013-10-08T16:22:34+00:00</updated>
<author>
<name>Benoit Germain</name>
<email>bnt.germain@gmail.com</email>
</author>
<published>2013-10-08T16:22:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lanes/commit/?id=938ee19cfcac09bfcfa1dd2a7861690436024410'/>
<id>urn:sha1:938ee19cfcac09bfcfa1dd2a7861690436024410</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix broken timers</title>
<updated>2013-10-04T15:22:24+00:00</updated>
<author>
<name>Benoit Germain</name>
<email>bnt.germain@gmail.com</email>
</author>
<published>2013-10-04T15:22:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lanes/commit/?id=6ac65b831c4e804bad84b25821faf708ea0a678a'/>
<id>urn:sha1:6ac65b831c4e804bad84b25821faf708ea0a678a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Reorder things a tiny weeny bit in lanes.core.configure()</title>
<updated>2013-10-04T13:16:00+00:00</updated>
<author>
<name>Benoit Germain</name>
<email>bnt.germain@gmail.com</email>
</author>
<published>2013-10-04T13:16:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lanes/commit/?id=74d75ee51602403f6f4f94bdff919400de24a6cf'/>
<id>urn:sha1:74d75ee51602403f6f4f94bdff919400de24a6cf</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update CHANGES</title>
<updated>2013-10-03T09:47:45+00:00</updated>
<author>
<name>Benoit Germain</name>
<email>bnt.germain@gmail.com</email>
</author>
<published>2013-10-03T09:47:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lanes/commit/?id=6ef86118e00f24162c243703544854db66ad53fa'/>
<id>urn:sha1:6ef86118e00f24162c243703544854db66ad53fa</id>
<content type='text'>
</content>
</entry>
<entry>
<title>bugfix: no longer create a global named "lanes.core" inside lanes when libs list is "*"</title>
<updated>2013-10-03T09:46:18+00:00</updated>
<author>
<name>Benoit Germain</name>
<email>bnt.germain@gmail.com</email>
</author>
<published>2013-10-03T09:46:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lanes/commit/?id=d3df9bd6736bce840e752f87296162c5e1e73ce9'/>
<id>urn:sha1:d3df9bd6736bce840e752f87296162c5e1e73ce9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update fibonacci.lua</title>
<updated>2013-10-03T09:29:15+00:00</updated>
<author>
<name>Benoit Germain</name>
<email>bnt.germain@gmail.com</email>
</author>
<published>2013-10-03T09:29:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lanes/commit/?id=69c42e1908f293498733eb5fa433f8742a513deb'/>
<id>urn:sha1:69c42e1908f293498733eb5fa433f8742a513deb</id>
<content type='text'>
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.</content>
</entry>
<entry>
<title>GCC compilation error fix</title>
<updated>2013-10-02T07:38:57+00:00</updated>
<author>
<name>Benoit Germain</name>
<email>bnt.germain@gmail.com</email>
</author>
<published>2013-10-02T07:38:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lanes/commit/?id=24f7fb84e3fc1bd5ee42111957c843d59e143d10'/>
<id>urn:sha1:24f7fb84e3fc1bd5ee42111957c843d59e143d10</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Delete lanes-keeper.lua</title>
<updated>2013-10-01T13:57:54+00:00</updated>
<author>
<name>Benoit Germain</name>
<email>bnt.germain@gmail.com</email>
</author>
<published>2013-10-01T13:57:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lanes/commit/?id=8f550701c7181c4d6352674b502c864d52e848ab'/>
<id>urn:sha1:8f550701c7181c4d6352674b502c864d52e848ab</id>
<content type='text'>
</content>
</entry>
</feed>
