<feed xmlns='http://www.w3.org/2005/Atom'>
<title>lanes/src, branch v3.1.2</title>
<subtitle>A mirror of https://github.com/LuaLanes/lanes.git
</subtitle>
<id>https://git.lua4.win/lanes/atom?h=v3.1.2</id>
<link rel='self' href='https://git.lua4.win/lanes/atom?h=v3.1.2'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lanes/'/>
<updated>2012-06-05T19:15:02+00:00</updated>
<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>Improve LuaJIT compatibility, part #2: timer lane generator uses "*" library list</title>
<updated>2012-04-26T09:57:19+00:00</updated>
<author>
<name>benoit-germain</name>
<email>bnt.germain@gmail.com</email>
</author>
<published>2012-04-26T09:57:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lanes/commit/?id=101a12ea68d57e1988d9cf232b8cd8634b2cd36e'/>
<id>urn:sha1:101a12ea68d57e1988d9cf232b8cd8634b2cd36e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Improve LuaJIT compatibility, part #1: "*" library list is loaded through luaL_openlibs()</title>
<updated>2012-04-26T09:55:51+00:00</updated>
<author>
<name>benoit-germain</name>
<email>bnt.germain@gmail.com</email>
</author>
<published>2012-04-26T09:55:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lanes/commit/?id=c8cf765c782fd12344911af24ff23624cac02d0c'/>
<id>urn:sha1:c8cf765c782fd12344911af24ff23624cac02d0c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix issue #15 (lanes fails to build on Linux x86_64 (gcc 4.6.1) size_t vs int size)</title>
<updated>2012-04-24T13:36:52+00:00</updated>
<author>
<name>benoit-germain</name>
<email>bnt.germain@gmail.com</email>
</author>
<published>2012-04-24T13:36:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lanes/commit/?id=213dda9224f18c156bb94b2c6c054ce400a22bd0'/>
<id>urn:sha1:213dda9224f18c156bb94b2c6c054ce400a22bd0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge pull request #17 from LuaDist/550dd55b0e571577a4ca6ccc880738f1268adb57</title>
<updated>2012-04-24T13:24:31+00:00</updated>
<author>
<name>benoit-germain</name>
<email>bnt.germain@gmail.com</email>
</author>
<published>2012-04-24T13:24:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lanes/commit/?id=59e5e111473639c06074e69da6444af14e3f80cd'/>
<id>urn:sha1:59e5e111473639c06074e69da6444af14e3f80cd</id>
<content type='text'>
merge commits from steve</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>
<entry>
<title>crashfix: WIN32 builds shouldn't THREAD_WAIT on a THREAD_KILL'ed thread, (but pthread builds must still do it to make sure the thread is no longger running)</title>
<updated>2011-11-15T16:20:08+00:00</updated>
<author>
<name>benoit-germain</name>
<email>bnt.germain@gmail.com</email>
</author>
<published>2011-11-15T16:20:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lanes/commit/?id=3333a7244e9dc2c95c265650a8a236b7b0ddefe0'/>
<id>urn:sha1:3333a7244e9dc2c95c265650a8a236b7b0ddefe0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>bugfix: restore ABOUT info where it belongs, in the lanes module table, instead of the global scope.</title>
<updated>2011-11-15T15:52:57+00:00</updated>
<author>
<name>benoit-germain</name>
<email>bnt.germain@gmail.com</email>
</author>
<published>2011-11-15T15:52:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lanes/commit/?id=6bdf9c79111a34a6f54bb7edcd68ae86ca13daed'/>
<id>urn:sha1:6bdf9c79111a34a6f54bb7edcd68ae86ca13daed</id>
<content type='text'>
</content>
</entry>
<entry>
<title>* removed packagepath and packagecpath options, replaced by a package table, whose fields path, cpath, loaders, preload are transfered</title>
<updated>2011-11-14T18:41:28+00:00</updated>
<author>
<name>Benoit Germain</name>
<email>bnt.germain@gmail.com</email>
</author>
<published>2011-11-14T18:41:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lanes/commit/?id=87431bcc0ece1eaf9305593223bb0c5145004044'/>
<id>urn:sha1:87431bcc0ece1eaf9305593223bb0c5145004044</id>
<content type='text'>
* code cleanup to facilitate transition between WIN32 and PTHREAD impleentations
* tentative fix for desinit crashes when free running lanes are killed at process shutdown
</content>
</entry>
</feed>
