<feed xmlns='http://www.w3.org/2005/Atom'>
<title>lanes/src, branch v3.1.6</title>
<subtitle>A mirror of https://github.com/LuaLanes/lanes.git
</subtitle>
<id>https://git.lua4.win/lanes/atom?h=v3.1.6</id>
<link rel='self' href='https://git.lua4.win/lanes/atom?h=v3.1.6'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lanes/'/>
<updated>2012-08-14T20:01:15+00:00</updated>
<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>* removed the search for MSVCR80.DLL when building for MinGW32 since it no longer seems to be necessary</title>
<updated>2012-08-14T20:00:47+00:00</updated>
<author>
<name>Benoit Germain</name>
<email>bnt.germain@gmail.com</email>
</author>
<published>2012-08-14T20:00:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lanes/commit/?id=7767a0133c5c8945a887b06061aae332446f37bb'/>
<id>urn:sha1:7767a0133c5c8945a887b06061aae332446f37bb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Proper crash fix, part 2</title>
<updated>2012-08-10T20:11:00+00:00</updated>
<author>
<name>benoit-germain</name>
<email>bnt.germain@gmail.com</email>
</author>
<published>2012-08-10T20:11:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lanes/commit/?id=3c6eefbc011dfba12abd3021572a0507316b9753'/>
<id>urn:sha1:3c6eefbc011dfba12abd3021572a0507316b9753</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Good crash fix this time, part 1</title>
<updated>2012-08-10T20:08:55+00:00</updated>
<author>
<name>benoit-germain</name>
<email>bnt.germain@gmail.com</email>
</author>
<published>2012-08-10T20:08:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lanes/commit/?id=1926ff0589dad20cada2af757ebbf1b4dc20247d'/>
<id>urn:sha1:1926ff0589dad20cada2af757ebbf1b4dc20247d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Yet another shutdown crash fix</title>
<updated>2012-08-10T17:49:54+00:00</updated>
<author>
<name>benoit-germain</name>
<email>bnt.germain@gmail.com</email>
</author>
<published>2012-08-10T17:49:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lanes/commit/?id=06856ef8b225208a21abf313aaf51905352c6e9d'/>
<id>urn:sha1:06856ef8b225208a21abf313aaf51905352c6e9d</id>
<content type='text'>
Perform keeper desinit in two stages, in case the keeper state being closed contains a reference to a linda bound to a previously desinitialized keeper, causing it to be destroyed after its keeper state.
(occurs only for applications using more than one keeper).</content>
</entry>
<entry>
<title>fix possible crash at application shutdown when a race condition causes linda objects to be collected after the keeper states are cleaned up.</title>
<updated>2012-08-10T06:28:11+00:00</updated>
<author>
<name>Benoit Germain</name>
<email>bnt.germain@gmail.com</email>
</author>
<published>2012-08-10T06:28:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lanes/commit/?id=32aa7012099d6a4b714aef27ab9dbacbdb728c1f'/>
<id>urn:sha1:32aa7012099d6a4b714aef27ab9dbacbdb728c1f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>lanes.linda() accepts an optional name argument</title>
<updated>2012-08-06T16:59:38+00:00</updated>
<author>
<name>benoit-germain</name>
<email>bnt.germain@gmail.com</email>
</author>
<published>2012-08-06T16:59:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lanes/commit/?id=7e5ebfcc61bd911b716eef957306db2b9a45b162'/>
<id>urn:sha1:7e5ebfcc61bd911b716eef957306db2b9a45b162</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>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>
</feed>
