<feed xmlns='http://www.w3.org/2005/Atom'>
<title>lanes, branch v3.9.4</title>
<subtitle>A mirror of https://github.com/LuaLanes/lanes.git
</subtitle>
<id>https://git.lua4.win/lanes/atom?h=v3.9.4</id>
<link rel='self' href='https://git.lua4.win/lanes/atom?h=v3.9.4'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lanes/'/>
<updated>2014-03-24T11:23:58+00:00</updated>
<entry>
<title>Delete some old rockspecs</title>
<updated>2014-03-24T11:23:58+00:00</updated>
<author>
<name>Benoit Germain</name>
<email>bnt period germain arrobase gmail period com</email>
</author>
<published>2014-03-24T11:23:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lanes/commit/?id=aa9bfcf2dd49f55f11b27e7c21d5b75d81ccfc7e'/>
<id>urn:sha1:aa9bfcf2dd49f55f11b27e7c21d5b75d81ccfc7e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>3.9.4 rockspec</title>
<updated>2014-03-24T11:22:32+00:00</updated>
<author>
<name>Benoit Germain</name>
<email>bnt period germain arrobase gmail period com</email>
</author>
<published>2014-03-24T11:22:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lanes/commit/?id=99be77260adf393ec1fae10c0192b8d72b30c0a9'/>
<id>urn:sha1:99be77260adf393ec1fae10c0192b8d72b30c0a9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed error handling when handler isn't called</title>
<updated>2014-03-20T15:49:15+00:00</updated>
<author>
<name>Benoit Germain</name>
<email>bnt period germain arrobase gmail period com</email>
</author>
<published>2014-03-20T15:49:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lanes/commit/?id=5db999e79a1dd28365231c449840236b204a1ca9'/>
<id>urn:sha1:5db999e79a1dd28365231c449840236b204a1ca9</id>
<content type='text'>
* bumped version to 3.9.4
* set_finalizer throws an error if provided finalizer isn't a function
* fix error handling when the error doesn't generate an error handler
call (IOW, all errors but LUA_ERRRUN)
* provide callstack if LUA_ERRRUN occurs inside a finalizer
</content>
</entry>
<entry>
<title>Don't mutex-wrap require() more than once</title>
<updated>2014-03-19T09:53:08+00:00</updated>
<author>
<name>Benoit Germain</name>
<email>bnt period germain arrobase gmail period com</email>
</author>
<published>2014-03-19T09:53:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lanes/commit/?id=43343cc59b54ebf216bc3519abcf4cd3e1f0243f'/>
<id>urn:sha1:43343cc59b54ebf216bc3519abcf4cd3e1f0243f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed crash when using protect_allocator option</title>
<updated>2014-03-17T08:35:05+00:00</updated>
<author>
<name>Benoit Germain</name>
<email>bnt period germain arrobase gmail period com</email>
</author>
<published>2014-03-17T08:35:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lanes/commit/?id=0ffafefaf5ef410fa0da95ac1860e817428531ed'/>
<id>urn:sha1:0ffafefaf5ef410fa0da95ac1860e817428531ed</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix a lane close crash</title>
<updated>2014-02-28T10:21:42+00:00</updated>
<author>
<name>Benoit Germain</name>
<email>bnt period germain arrobase gmail period com</email>
</author>
<published>2014-02-28T10:21:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lanes/commit/?id=9e55f96ac685929a11681b9c98710c94eeb2e18a'/>
<id>urn:sha1:9e55f96ac685929a11681b9c98710c94eeb2e18a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>linda:send() improvements</title>
<updated>2014-02-27T17:32:00+00:00</updated>
<author>
<name>Benoit Germain</name>
<email>bnt period germain arrobase gmail period com</email>
</author>
<published>2014-02-27T17:32:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lanes/commit/?id=437759ddf0ce7e6dc5ed4944e033ef04674de430'/>
<id>urn:sha1:437759ddf0ce7e6dc5ed4944e033ef04674de430</id>
<content type='text'>
* Bumped version to 3.9.3
* new exposed variable linda.null that exposes the internal NIL_SENTINEL
marker
* linda:send() interprets send key linda.null as authorization to
silently send a single nil when not provided with anything to send
(useful when sending results of a function that can return nothing)
</content>
</entry>
<entry>
<title>Fixed a pure C compilation error</title>
<updated>2014-02-27T16:08:53+00:00</updated>
<author>
<name>Benoit Germain</name>
<email>bnt period germain arrobase gmail period com</email>
</author>
<published>2014-02-27T16:08:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lanes/commit/?id=cf2d7438f0e6e56a7c5dd78dfde7639eac571d98'/>
<id>urn:sha1:cf2d7438f0e6e56a7c5dd78dfde7639eac571d98</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix some MinGW _WIN32_WINNT-related build issues</title>
<updated>2014-02-26T16:24:35+00:00</updated>
<author>
<name>Benoit Germain</name>
<email>bnt period germain arrobase gmail period com</email>
</author>
<published>2014-02-26T16:24:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lanes/commit/?id=f09d08be42737dd55ad6d75f6ba0385dc45354ef'/>
<id>urn:sha1:f09d08be42737dd55ad6d75f6ba0385dc45354ef</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed some compilation warnings</title>
<updated>2014-02-26T15:36:52+00:00</updated>
<author>
<name>Benoit Germain</name>
<email>bnt period germain arrobase gmail period com</email>
</author>
<published>2014-02-26T15:36:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lanes/commit/?id=9aaabe5673663b2a79e5b3bf3373746b3414a84f'/>
<id>urn:sha1:9aaabe5673663b2a79e5b3bf3373746b3414a84f</id>
<content type='text'>
</content>
</entry>
</feed>
