<feed xmlns='http://www.w3.org/2005/Atom'>
<title>lanes, branch v3.1.5</title>
<subtitle>A mirror of https://github.com/LuaLanes/lanes.git
</subtitle>
<id>https://git.lua4.win/lanes/atom?h=v3.1.5</id>
<link rel='self' href='https://git.lua4.win/lanes/atom?h=v3.1.5'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lanes/'/>
<updated>2012-07-10T19:43:32+00:00</updated>
<entry>
<title>one more step toward 5.2 compatibility</title>
<updated>2012-07-10T19:43:32+00:00</updated>
<author>
<name>Benoit Germain</name>
<email>bnt.germain@gmail.com</email>
</author>
<published>2012-07-10T19:43:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lanes/commit/?id=0373f863a9dbabbbe3e9aa74bea3e4b778f3a0cd'/>
<id>urn:sha1:0373f863a9dbabbbe3e9aa74bea3e4b778f3a0cd</id>
<content type='text'>
   * lua51-lanes renamed lanes.core
   * keeper state microcode is no longer embedded inside lanes.core, but located and loaded with package.loaders[2]
   * changed rockspec build type from "make" to "builtin"
</content>
</entry>
<entry>
<title>expose lua51-lanes.now_secs() as lanes.now_secs()</title>
<updated>2012-07-08T11:51:37+00:00</updated>
<author>
<name>Benoit Germain</name>
<email>bnt.germain@gmail.com</email>
</author>
<published>2012-07-08T11:51:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lanes/commit/?id=4468ec94e354a9f6d8d7ea2859afa757bb934617'/>
<id>urn:sha1:4468ec94e354a9f6d8d7ea2859afa757bb934617</id>
<content type='text'>
(resolves issue #29)
</content>
</entry>
<entry>
<title>* when a transfered function is not found in source, guess its name to help the user find out what's wrong</title>
<updated>2012-06-27T12:07:55+00:00</updated>
<author>
<name>Benoit Germain</name>
<email>bnt.germain@gmail.com</email>
</author>
<published>2012-06-27T12:07:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lanes/commit/?id=6234c2113a2b52ddc9fa900e7848f2cd19bd9394'/>
<id>urn:sha1:6234c2113a2b52ddc9fa900e7848f2cd19bd9394</id>
<content type='text'>
* new function lanes.nameof()
</content>
</entry>
<entry>
<title>* discard old rockspecs</title>
<updated>2012-06-27T12:02:57+00:00</updated>
<author>
<name>Benoit Germain</name>
<email>bnt.germain@gmail.com</email>
</author>
<published>2012-06-27T12:02:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lanes/commit/?id=ccd465a1c7c7257e85eb04fcc6767b38e794dbbe'/>
<id>urn:sha1:ccd465a1c7c7257e85eb04fcc6767b38e794dbbe</id>
<content type='text'>
</content>
</entry>
<entry>
<title>* 3.1.4 rockspec</title>
<updated>2012-06-27T12:02:37+00:00</updated>
<author>
<name>Benoit Germain</name>
<email>bnt.germain@gmail.com</email>
</author>
<published>2012-06-27T12:02:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lanes/commit/?id=37b0d647d3fd93f5eea1411f89ece95fed147bc6'/>
<id>urn:sha1:37b0d647d3fd93f5eea1411f89ece95fed147bc6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>* fixed 'require' test script</title>
<updated>2012-06-27T11:50:14+00:00</updated>
<author>
<name>Benoit Germain</name>
<email>bnt.germain@gmail.com</email>
</author>
<published>2012-06-27T11:50:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lanes/commit/?id=adfee3e6dec7190baa1dcd39bfc9146bcb1299db'/>
<id>urn:sha1:adfee3e6dec7190baa1dcd39bfc9146bcb1299db</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix crash at application exit when encountering a blocked lane on which lane:cancel() has been called. (issue #28).</title>
<updated>2012-06-25T08:16:45+00:00</updated>
<author>
<name>benoit-germain</name>
<email>bnt.germain@gmail.com</email>
</author>
<published>2012-06-25T08:16:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lanes/commit/?id=d076bec040618db19cecc05d952a90b78e248251'/>
<id>urn:sha1:d076bec040618db19cecc05d952a90b78e248251</id>
<content type='text'>
</content>
</entry>
<entry>
<title>more explicit error code when THREAD_WAIT fails.</title>
<updated>2012-06-25T08:14:03+00:00</updated>
<author>
<name>benoit-germain</name>
<email>bnt.germain@gmail.com</email>
</author>
<published>2012-06-25T08:14:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lanes/commit/?id=acfa2dff0d0c1158389c0a8883a560bf24ab4dcd'/>
<id>urn:sha1:acfa2dff0d0c1158389c0a8883a560bf24ab4dcd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix issue #25</title>
<updated>2012-06-24T13:12:32+00:00</updated>
<author>
<name>Benoit Germain</name>
<email>bnt.germain@gmail.com</email>
</author>
<published>2012-06-24T13:12:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lanes/commit/?id=14acdd61de1e3679cb731713c6e5aba274fa8869'/>
<id>urn:sha1:14acdd61de1e3679cb731713c6e5aba274fa8869</id>
<content type='text'>
* lanes.timer() accepts a first_secs=nil to stop a timer
* timer lane catches errors and prints them
* fixed some typos in manual
</content>
</entry>
<entry>
<title>fix abusive internal error message displayed when the timer lane decides it has to wake up in 0ms or when timer lane is cancelled.</title>
<updated>2012-06-20T09:10:54+00:00</updated>
<author>
<name>benoit-germain</name>
<email>bnt.germain@gmail.com</email>
</author>
<published>2012-06-20T09:10:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lanes/commit/?id=fc20e54ac64569ad53118084a2b0615f84eed5b1'/>
<id>urn:sha1:fc20e54ac64569ad53118084a2b0615f84eed5b1</id>
<content type='text'>
</content>
</entry>
</feed>
