<feed xmlns='http://www.w3.org/2005/Atom'>
<title>lanes, branch v3.6.3</title>
<subtitle>A mirror of https://github.com/LuaLanes/lanes.git
</subtitle>
<id>https://git.lua4.win/lanes/atom?h=v3.6.3</id>
<link rel='self' href='https://git.lua4.win/lanes/atom?h=v3.6.3'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lanes/'/>
<updated>2013-08-13T06:12:05+00:00</updated>
<entry>
<title>version 3.6.3</title>
<updated>2013-08-13T06:12:05+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-08-13T06:12:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lanes/commit/?id=7f7b29063d2f19a8bc2b229ae9b0ec82ce447cab'/>
<id>urn:sha1:7f7b29063d2f19a8bc2b229ae9b0ec82ce447cab</id>
<content type='text'>
* lane:cancel(&lt;negative-timeout&gt;) 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
</content>
</entry>
<entry>
<title>wrap LuaJIT memory allocator in a critical section by default</title>
<updated>2013-07-22T07:27:23+00:00</updated>
<author>
<name>Benoit Germain</name>
<email>bnt.germain@gmail.com</email>
</author>
<published>2013-07-22T07:27:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lanes/commit/?id=a6f76ba28d7e7e9d2d277a85dfd054cb70c02b69'/>
<id>urn:sha1:a6f76ba28d7e7e9d2d277a85dfd054cb70c02b69</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Updated rockspec for v3.6.2</title>
<updated>2013-07-20T07:30:40+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-07-20T07:30:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lanes/commit/?id=4c992346a10432cb7fdb088b7ef2a48d216fd335'/>
<id>urn:sha1:4c992346a10432cb7fdb088b7ef2a48d216fd335</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Ditch PulseEvent usage on WIN32 builds</title>
<updated>2013-07-20T07:25:39+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-07-20T07:25:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lanes/commit/?id=a2dc01d60e8b0fc32b98fe885068720492de1406'/>
<id>urn:sha1:a2dc01d60e8b0fc32b98fe885068720492de1406</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update README</title>
<updated>2013-07-20T07:14:38+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-07-20T07:14:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lanes/commit/?id=d9cab463ac5d9539092fde03b22905f76f06844b'/>
<id>urn:sha1:d9cab463ac5d9539092fde03b22905f76f06844b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>version 3.6.2</title>
<updated>2013-05-20T16:35:15+00:00</updated>
<author>
<name>Benoit Germain</name>
<email>bnt.germain@gmail.com</email>
</author>
<published>2013-05-20T16:35:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lanes/commit/?id=df29f9fc22fb7a2827ae5396aeb8127636f6ece4'/>
<id>urn:sha1:df29f9fc22fb7a2827ae5396aeb8127636f6ece4</id>
<content type='text'>
   * WIN32 builds use condition variables instead of PulseEvent() when available.
   * first steps toward fixing make-vc.cmd
</content>
</entry>
<entry>
<title>Added a sample snippet for set_finalizer()</title>
<updated>2013-05-20T09:13:05+00:00</updated>
<author>
<name>Benoit Germain</name>
<email>bnt.germain@gmail.com</email>
</author>
<published>2013-05-20T09:13:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lanes/commit/?id=894803c8982d7d08fad487fd55c7f18d03a20fd2'/>
<id>urn:sha1:894803c8982d7d08fad487fd55c7f18d03a20fd2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>remove 2 weird characters in comments</title>
<updated>2013-05-20T09:06:27+00:00</updated>
<author>
<name>Benoit Germain</name>
<email>bnt.germain@gmail.com</email>
</author>
<published>2013-05-20T09:06:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lanes/commit/?id=d88be799239f1895f08b6faa9c9154a98ad3c40b'/>
<id>urn:sha1:d88be799239f1895f08b6faa9c9154a98ad3c40b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge pull request #52 from nrnrnr/master</title>
<updated>2013-04-20T16:58:00+00:00</updated>
<author>
<name>Benoit Germain</name>
<email>bnt.germain@gmail.com</email>
</author>
<published>2013-04-20T16:58:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lanes/commit/?id=82f8eaef87039fede450c517fda6cf68f8d15d45'/>
<id>urn:sha1:82f8eaef87039fede450c517fda6cf68f8d15d45</id>
<content type='text'>
Description of manual installation process</content>
</entry>
<entry>
<title>instructions for manual installation</title>
<updated>2013-04-19T02:50:47+00:00</updated>
<author>
<name>Norman Ramsey</name>
<email>nr@cs.tufts.edu</email>
</author>
<published>2013-04-19T02:50:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lanes/commit/?id=7033e8aa7a697cc8f5ad0f7a77beb13bd19add8b'/>
<id>urn:sha1:7033e8aa7a697cc8f5ad0f7a77beb13bd19add8b</id>
<content type='text'>
closes #51
</content>
</entry>
</feed>
