<feed xmlns='http://www.w3.org/2005/Atom'>
<title>lanes/src, branch v3.4.0</title>
<subtitle>A mirror of https://github.com/LuaLanes/lanes.git
</subtitle>
<id>https://git.lua4.win/lanes/atom?h=v3.4.0</id>
<link rel='self' href='https://git.lua4.win/lanes/atom?h=v3.4.0'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lanes/'/>
<updated>2012-11-21T20:06:19+00:00</updated>
<entry>
<title>fix application shutdown crash by not registering anything with atexit()</title>
<updated>2012-11-21T20:06:19+00:00</updated>
<author>
<name>Benoit Germain</name>
<email>bnt.germain@gmail.com</email>
</author>
<published>2012-11-21T20:06:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lanes/commit/?id=f154e1f1b6cea07163f364986fb11ccfcb87c3ad'/>
<id>urn:sha1:f154e1f1b6cea07163f364986fb11ccfcb87c3ad</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Separated public "deep" API declarations in a dedicated header.</title>
<updated>2012-11-18T15:22:49+00:00</updated>
<author>
<name>Benoit Germain</name>
<email>bnt.germain@gmail.com</email>
</author>
<published>2012-11-18T15:22:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lanes/commit/?id=2ff1905501d19199ddbb7d035f36ca7a41705a6a'/>
<id>urn:sha1:2ff1905501d19199ddbb7d035f36ca7a41705a6a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Raise an error on multiple-named functions.</title>
<updated>2012-10-25T07:59:23+00:00</updated>
<author>
<name>Benoit Germain</name>
<email>bnt.germain@gmail.com</email>
</author>
<published>2012-10-25T07:59:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lanes/commit/?id=518d7ba7bf9ff18fb60e9f304465164c9b068a99'/>
<id>urn:sha1:518d7ba7bf9ff18fb60e9f304465164c9b068a99</id>
<content type='text'>
Lua 5.2 introduced a hash randomizer seed which causes table iteration to yield a different key order
on different VMs even when the tables are populated the exact same way.
When Lua is built with compatibility options (such as LUA_COMPAT_ALL),
this causes several base libraries to register functions under multiple names.
This, with the randomizer, can cause the first name of a function to be different on different VMs,
which breaks function transfer.
This means that Lua 5.2 must be built with compatibility off to be able to use Lanes.
Even under Lua 5.1, this may cause trouble (even if this would be much less frequent)
Unfortunately, this fails with string.gfind/string.gmatch when Lua 5.1 is built with LUA_COMPAT_GFIND (which is the case of LuaBinaries),
so for the time being, fail only for Lua 5.2 as the randomizer is the real show breaker here.
</content>
</entry>
<entry>
<title>Lua version sanity check</title>
<updated>2012-10-23T12:53:46+00:00</updated>
<author>
<name>Benoit Germain</name>
<email>bnt.germain@gmail.com</email>
</author>
<published>2012-10-23T12:53:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lanes/commit/?id=1d2a314407f5e70a5b46b3166402d79b531099c4'/>
<id>urn:sha1:1d2a314407f5e70a5b46b3166402d79b531099c4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed the fix...</title>
<updated>2012-10-23T12:12:42+00:00</updated>
<author>
<name>Benoit Germain</name>
<email>bnt.germain@gmail.com</email>
</author>
<published>2012-10-23T12:12:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lanes/commit/?id=527124d8516431a01475d2609774213d8bac1d9f'/>
<id>urn:sha1:527124d8516431a01475d2609774213d8bac1d9f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed thread name retrieval in main state.</title>
<updated>2012-10-23T12:08:59+00:00</updated>
<author>
<name>Benoit Germain</name>
<email>bnt.germain@gmail.com</email>
</author>
<published>2012-10-23T12:08:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lanes/commit/?id=640ea0fb3df69dd7b629bb6060d753277590605d'/>
<id>urn:sha1:640ea0fb3df69dd7b629bb6060d753277590605d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>More informative messages on failed transfers.</title>
<updated>2012-10-23T10:08:43+00:00</updated>
<author>
<name>Benoit Germain</name>
<email>bnt.germain@gmail.com</email>
</author>
<published>2012-10-23T10:08:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lanes/commit/?id=c615818c97b1e589fb8c634f3cc99039657a90b6'/>
<id>urn:sha1:c615818c97b1e589fb8c634f3cc99039657a90b6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Always set "decoda_name" global in a new Lane.</title>
<updated>2012-10-23T10:05:57+00:00</updated>
<author>
<name>Benoit Germain</name>
<email>bnt.germain@gmail.com</email>
</author>
<published>2012-10-23T10:05:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lanes/commit/?id=1f0c73686741cbabbcd995ffd1db27bcc3a0d0a5'/>
<id>urn:sha1:1f0c73686741cbabbcd995ffd1db27bcc3a0d0a5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed a comment to match the code</title>
<updated>2012-10-23T10:03:41+00:00</updated>
<author>
<name>Benoit Germain</name>
<email>bnt.germain@gmail.com</email>
</author>
<published>2012-10-23T10:03:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lanes/commit/?id=b675270e0879c383b1f6b72d2a73525809499f50'/>
<id>urn:sha1:b675270e0879c383b1f6b72d2a73525809499f50</id>
<content type='text'>
</content>
</entry>
<entry>
<title>build fixes</title>
<updated>2012-10-20T18:24:56+00:00</updated>
<author>
<name>Benoit Germain</name>
<email>bnt.germain@gmail.com</email>
</author>
<published>2012-10-20T18:24:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lanes/commit/?id=dcd65c02b597974721bec92180ec8d522a04cab2'/>
<id>urn:sha1:dcd65c02b597974721bec92180ec8d522a04cab2</id>
<content type='text'>
</content>
</entry>
</feed>
