<feed xmlns='http://www.w3.org/2005/Atom'>
<title>lanes/docs, branch v3.2.0</title>
<subtitle>A mirror of https://github.com/LuaLanes/lanes.git
</subtitle>
<id>https://git.lua4.win/lanes/atom?h=v3.2.0</id>
<link rel='self' href='https://git.lua4.win/lanes/atom?h=v3.2.0'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lanes/'/>
<updated>2012-08-22T19:36:37+00:00</updated>
<entry>
<title>lanes version 3.2.0</title>
<updated>2012-08-22T19:36:37+00:00</updated>
<author>
<name>Benoit Germain</name>
<email>bnt.germain@gmail.com</email>
</author>
<published>2012-08-22T19:36:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lanes/commit/?id=f0b1c6d629464c0a59ac78382d86f434e74c2162'/>
<id>urn:sha1:f0b1c6d629464c0a59ac78382d86f434e74c2162</id>
<content type='text'>
* keeper internals implemented in C instead of Lua for better performances
* fixed arguments checks in linda:limit() and linda:set()
</content>
</entry>
<entry>
<title>code updated to build against Lua 5.1 and Lua 5.2</title>
<updated>2012-08-14T20:01:15+00:00</updated>
<author>
<name>Benoit Germain</name>
<email>bnt.germain@gmail.com</email>
</author>
<published>2012-08-14T20:01:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lanes/commit/?id=617654ed50e39412cc04922874364daa47966678'/>
<id>urn:sha1:617654ed50e39412cc04922874364daa47966678</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update docs/index.html</title>
<updated>2012-08-06T17:01:29+00:00</updated>
<author>
<name>benoit-germain</name>
<email>bnt.germain@gmail.com</email>
</author>
<published>2012-08-06T17:01:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lanes/commit/?id=41b4da54f25d9870b5a0a965815be1e3c1578e80'/>
<id>urn:sha1:41b4da54f25d9870b5a0a965815be1e3c1578e80</id>
<content type='text'>
</content>
</entry>
<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>* 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>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>* linda:receive() batched mode now accepts a max_count optional argument</title>
<updated>2012-06-12T05:47:33+00:00</updated>
<author>
<name>Benoit Germain</name>
<email>bnt.germain@gmail.com</email>
</author>
<published>2012-06-12T05:47:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lanes/commit/?id=2f1efc2d1f63adbd8099991ff9b0f0e35b52a26f'/>
<id>urn:sha1:2f1efc2d1f63adbd8099991ff9b0f0e35b52a26f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>* fixed thread_cancel() not working when called without argument</title>
<updated>2012-06-05T19:15:02+00:00</updated>
<author>
<name>Benoit Germain</name>
<email>bnt.germain@gmail.com</email>
</author>
<published>2012-06-05T19:15:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lanes/commit/?id=d8e446dfad1195d0ed3a63e8945a2f96c73f84cc'/>
<id>urn:sha1:d8e446dfad1195d0ed3a63e8945a2f96c73f84cc</id>
<content type='text'>
* new lane-global function set_error_reporting() to enable more data detailed data provided by lane_error()
</content>
</entry>
<entry>
<title>bumping version number to 3.1.1</title>
<updated>2012-05-08T19:10:50+00:00</updated>
<author>
<name>Benoit Germain</name>
<email>bnt.germain@gmail.com</email>
</author>
<published>2012-05-08T19:10:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lanes/commit/?id=1c33960abd867e425bad2633a85504f55a1f261c'/>
<id>urn:sha1:1c33960abd867e425bad2633a85504f55a1f261c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>* changed lanes.configure signature to receive a table instead of individual parameters</title>
<updated>2012-02-18T13:08:52+00:00</updated>
<author>
<name>Benoit Germain</name>
<email>bnt.germain@gmail.com</email>
</author>
<published>2012-02-18T13:08:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lanes/commit/?id=076344633e7b2525cf48005f84f3935f324b60bf'/>
<id>urn:sha1:076344633e7b2525cf48005f84f3935f324b60bf</id>
<content type='text'>
* added support for an on_state_create callback called to load custom functions in a state in addition to the base libraries
</content>
</entry>
</feed>
