<feed xmlns='http://www.w3.org/2005/Atom'>
<title>lanes/src, 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>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 #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>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>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>
<entry>
<title>Fix segfault in LG_lane_new</title>
<updated>2015-02-24T20:36:59+00:00</updated>
<author>
<name>mpeterv</name>
<email>mpeterval@gmail.com</email>
</author>
<published>2015-02-24T20:36:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lanes/commit/?id=65f61fa6047a09347972af1214f45149be311fb6'/>
<id>urn:sha1:65f61fa6047a09347972af1214f45149be311fb6</id>
<content type='text'>
STACK_END macro was used to check stack size of child Lua state _after_
its thread was launched. That could lead to the check failing as the child
thread started manipulating the stack. The macro then called lua_error
on the child state from the parent thread, causing a segfault as Lua C API
is not thread-safe.

The fix is to place STACK_END statements before THREAD_CREATE statement.
</content>
</entry>
<entry>
<title>preliminary Lua 5.3 support</title>
<updated>2014-12-16T14:54:31+00:00</updated>
<author>
<name>Benoit Germain</name>
<email>bnt period germain arrobase gmail period com</email>
</author>
<published>2014-12-16T14:54:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lanes/commit/?id=be58bb0bf683c5c15589ecf68367a1fbaa9e0a8f'/>
<id>urn:sha1:be58bb0bf683c5c15589ecf68367a1fbaa9e0a8f</id>
<content type='text'>
Untested, but it might just work :).
</content>
</entry>
<entry>
<title>New API lanes.sleep (bumped version to 3.9.7)</title>
<updated>2014-09-18T14:49:31+00:00</updated>
<author>
<name>Benoit Germain</name>
<email>bnt period germain arrobase gmail period com</email>
</author>
<published>2014-09-18T14:49:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lanes/commit/?id=2f7fbc306431a02a6f247148ebbda17b4c2d98f7'/>
<id>urn:sha1:2f7fbc306431a02a6f247148ebbda17b4c2d98f7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix lookup of globals created by on_state_create</title>
<updated>2014-07-08T12:35:32+00:00</updated>
<author>
<name>Benoit Germain</name>
<email>bnt period germain arrobase gmail period com</email>
</author>
<published>2014-07-08T12:35:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lanes/commit/?id=0326aa6636b1dce2b2fc4c9db53b023534ca0512'/>
<id>urn:sha1:0326aa6636b1dce2b2fc4c9db53b023534ca0512</id>
<content type='text'>
* Postponed _G scan for function lookup database to after
on_state_create invocation
* Fixed a crash when USE_DEBUG_SPEW == 1
</content>
</entry>
</feed>
