<feed xmlns='http://www.w3.org/2005/Atom'>
<title>lanes, branch v3.10.0</title>
<subtitle>A mirror of https://github.com/LuaLanes/lanes.git
</subtitle>
<id>https://git.lua4.win/lanes/atom?h=v3.10.0</id>
<link rel='self' href='https://git.lua4.win/lanes/atom?h=v3.10.0'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lanes/'/>
<updated>2015-04-27T12:20:08+00:00</updated>
<entry>
<title>Preparing next release</title>
<updated>2015-04-27T12:20:08+00:00</updated>
<author>
<name>Benoit Germain</name>
<email>bnt period germain arrobase gmail period com</email>
</author>
<published>2015-04-27T12:20:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lanes/commit/?id=295ba159356050037419cbdb5ba1d1e3362ce391'/>
<id>urn:sha1:295ba159356050037419cbdb5ba1d1e3362ce391</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge pull request #118 from mpeterv/fix-libs</title>
<updated>2015-04-14T14:46:02+00:00</updated>
<author>
<name>Benoit Germain</name>
<email>bnt.germain@gmail.com</email>
</author>
<published>2015-04-14T14:46:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lanes/commit/?id=a4e2a434cbbc7243638d0451cbf38c3b5a14910a'/>
<id>urn:sha1:a4e2a434cbbc7243638d0451cbf38c3b5a14910a</id>
<content type='text'>
Fix standard library lists for Lua 5.3</content>
</entry>
<entry>
<title>Fix standard library lists for Lua 5.3</title>
<updated>2015-04-12T15:35:13+00:00</updated>
<author>
<name>mpeterv</name>
<email>mpeterval@gmail.com</email>
</author>
<published>2015-03-23T08:56:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lanes/commit/?id=c5856f320cc5f5df78f8deb92b2a1186b9363a8e'/>
<id>urn:sha1:c5856f320cc5f5df78f8deb92b2a1186b9363a8e</id>
<content type='text'>
Fixes crash on require under Lua 5.3 without LUA_COMPAT_5_2.
Fixes utf8 library not loaded under Lua 5.3.
</content>
</entry>
<entry>
<title>Merge pull request #115 from mpeterv/fix-lua-dump</title>
<updated>2015-04-12T11:50:20+00:00</updated>
<author>
<name>Benoit Germain</name>
<email>bnt.germain@gmail.com</email>
</author>
<published>2015-04-12T11:50:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lanes/commit/?id=4f51dbba76b5a486d6935c2b9a2ac9086b9ea64e'/>
<id>urn:sha1:4f51dbba76b5a486d6935c2b9a2ac9086b9ea64e</id>
<content type='text'>
Do not strip debug info of dumped functions on Lua 5.3</content>
</entry>
<entry>
<title>Merge pull request #114 from mpeterv/portable-tests</title>
<updated>2015-04-12T11:49:39+00:00</updated>
<author>
<name>Benoit Germain</name>
<email>bnt.germain@gmail.com</email>
</author>
<published>2015-04-12T11:49:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lanes/commit/?id=42c211c9ce44e117433416002450ed5db7745e79'/>
<id>urn:sha1:42c211c9ce44e117433416002450ed5db7745e79</id>
<content type='text'>
Fix package test for Lua 5.2 and Lua 5.3</content>
</entry>
<entry>
<title>Merge pull request #113 from mpeterv/fix-lua53-configure-crash</title>
<updated>2015-04-12T11:49:04+00:00</updated>
<author>
<name>Benoit Germain</name>
<email>bnt.germain@gmail.com</email>
</author>
<published>2015-04-12T11:49:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lanes/commit/?id=3e3605dde3dd304fdce50171963c5363b31e1115'/>
<id>urn:sha1:3e3605dde3dd304fdce50171963c5363b31e1115</id>
<content type='text'>
Fix crash on lanes.configure() on Lua 5.3</content>
</entry>
<entry>
<title>Merge pull request #112 from mpeterv/fix-segfault</title>
<updated>2015-04-12T11:47:26+00:00</updated>
<author>
<name>Benoit Germain</name>
<email>bnt.germain@gmail.com</email>
</author>
<published>2015-04-12T11:47:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lanes/commit/?id=ed24db228a7b4f949fb2c648f55a022ba5fcaa04'/>
<id>urn:sha1:ed24db228a7b4f949fb2c648f55a022ba5fcaa04</id>
<content type='text'>
Fix segfault in LG_lane_new</content>
</entry>
<entry>
<title>Do not strip debug info of dumped functions on Lua 5.3</title>
<updated>2015-02-25T07:44:21+00:00</updated>
<author>
<name>mpeterv</name>
<email>mpeterval@gmail.com</email>
</author>
<published>2015-02-25T07:44:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lanes/commit/?id=b483a2fd35b661115840b378920c28eb70169518'/>
<id>urn:sha1:b483a2fd35b661115840b378920c28eb70169518</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix package test for Lua 5.2 and Lua 5.3</title>
<updated>2015-02-25T07:22:25+00:00</updated>
<author>
<name>mpeterv</name>
<email>mpeterval@gmail.com</email>
</author>
<published>2015-02-25T07:22:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lanes/commit/?id=e0fe6aa2ab2fba71d3414873c1ba048044ee88a0'/>
<id>urn:sha1:e0fe6aa2ab2fba71d3414873c1ba048044ee88a0</id>
<content type='text'>
Starting from Lua 5.2, package.loaders is renamed as package.searchers.
</content>
</entry>
<entry>
<title>Apply _ENV-related logic to Lua 5.3</title>
<updated>2015-02-25T07:00:47+00:00</updated>
<author>
<name>mpeterv</name>
<email>mpeterval@gmail.com</email>
</author>
<published>2015-02-25T07:00:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lanes/commit/?id=20f0aed5462bd2dff3dde6abd52ae70728ae9d7a'/>
<id>urn:sha1:20f0aed5462bd2dff3dde6abd52ae70728ae9d7a</id>
<content type='text'>
It was only applied to Lua 5.2.
</content>
</entry>
</feed>
