<feed xmlns='http://www.w3.org/2005/Atom'>
<title>lanes/src, 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-20T15:49:15+00:00</updated>
<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>
<entry>
<title>Multiverse compatibility</title>
<updated>2014-02-26T10:53:30+00:00</updated>
<author>
<name>Benoit Germain</name>
<email>bnt period germain arrobase gmail period com</email>
</author>
<published>2014-02-26T10:53:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lanes/commit/?id=fe3c44e63f99538a02d42d2504ba405a6977ec0a'/>
<id>urn:sha1:fe3c44e63f99538a02d42d2504ba405a6977ec0a</id>
<content type='text'>
* bumped version to 3.9.2
* Internal rework: the whole Lanes engine now works "per universe" to
allow concurrent Lanes execution in more than one embedded master state
* this universe is a full userdata created in the master state,
selfdestruct_gc is the __gc for this userdata
* most of what was initialized only once is now per-universe
* Fixed potential crashes at desinit if problems occur during keeper
states initialisation
* Fixed require() not always serialized properly
* Raise an error instead of crashing on deep userdata prelude memory
allocation failure
* Added forgotten mutex desinitialisation at universe shutdown
</content>
</entry>
<entry>
<title>Multi-state initialisation issue</title>
<updated>2014-02-24T09:13:07+00:00</updated>
<author>
<name>Benoit Germain</name>
<email>bnt period germain arrobase gmail period com</email>
</author>
<published>2014-02-24T09:13:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lanes/commit/?id=d2bd8f65c678d898b6b7e5e92f76cb4dcce97b3c'/>
<id>urn:sha1:d2bd8f65c678d898b6b7e5e92f76cb4dcce97b3c</id>
<content type='text'>
Fix lookup database table not being created when it should if Lanes is
required in more than one Lua master state
</content>
</entry>
</feed>
