<feed xmlns='http://www.w3.org/2005/Atom'>
<title>lanes, branch v3.16.0</title>
<subtitle>A mirror of https://github.com/LuaLanes/lanes.git
</subtitle>
<id>https://git.lua4.win/lanes/atom?h=v3.16.0</id>
<link rel='self' href='https://git.lua4.win/lanes/atom?h=v3.16.0'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lanes/'/>
<updated>2022-03-01T13:51:49+00:00</updated>
<entry>
<title>Merge pull request #208 from eligovision/lanes_lanesclone3args_fix</title>
<updated>2022-03-01T13:51:49+00:00</updated>
<author>
<name>Benoit Germain</name>
<email>bnt.germain@gmail.com</email>
</author>
<published>2022-03-01T13:51:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lanes/commit/?id=91f4ba9efae4ad478578bd5ff489ac1c48179509'/>
<id>urn:sha1:91f4ba9efae4ad478578bd5ff489ac1c48179509</id>
<content type='text'>
Bug in __lanesclone with 3 parameters mechanism fixed (index was wron…</content>
</entry>
<entry>
<title>Bug in __lanesclone with 3 parameters mechanism fixed (index was wrong in inter_copy_function); Some comments improved</title>
<updated>2022-03-01T13:52:05+00:00</updated>
<author>
<name>valid-ptr</name>
<email>konstantin.matveyev@eligovision.ru</email>
</author>
<published>2022-03-01T13:41:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lanes/commit/?id=96b6ad6b2a1a513c4e763f868538c85f72080fdd'/>
<id>urn:sha1:96b6ad6b2a1a513c4e763f868538c85f72080fdd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>deep_test tweaks</title>
<updated>2022-02-27T18:21:37+00:00</updated>
<author>
<name>Benoit Germain</name>
<email>bnt.germain@gmail.com</email>
</author>
<published>2022-02-27T18:21:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lanes/commit/?id=61f1b4aa0f7e87a3f3e1de0bef6e64c5dee21138'/>
<id>urn:sha1:61f1b4aa0f7e87a3f3e1de0bef6e64c5dee21138</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Make allocator threadsafe by default when running LuaJIT, because LuaJIT allocator is not</title>
<updated>2022-02-21T10:30:51+00:00</updated>
<author>
<name>Benoit Germain</name>
<email>bnt.germain@gmail.com</email>
</author>
<published>2022-02-21T10:30:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lanes/commit/?id=baf5414b853524bb20df2b92e4b4e13bb1e425cd'/>
<id>urn:sha1:baf5414b853524bb20df2b92e4b4e13bb1e425cd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>use malloc/free for keeper control structure when compiling for LuaJIT</title>
<updated>2022-02-21T09:43:55+00:00</updated>
<author>
<name>Benoit Germain</name>
<email>bnt.germain@gmail.com</email>
</author>
<published>2022-02-21T09:43:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lanes/commit/?id=a147fa3aaf2a60252bd9cfd609ee7b65725d0ce8'/>
<id>urn:sha1:a147fa3aaf2a60252bd9cfd609ee7b65725d0ce8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update deep_test.vcxproj.user</title>
<updated>2022-02-21T09:15:22+00:00</updated>
<author>
<name>Benoit Germain</name>
<email>bnt.germain@gmail.com</email>
</author>
<published>2022-02-21T09:15:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lanes/commit/?id=652cf51e8d7dbb280e50095c00bc9c672699903f'/>
<id>urn:sha1:652cf51e8d7dbb280e50095c00bc9c672699903f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>some fixes in deep_test vcproj for LuaJIT-2.1.0-beta3 testing</title>
<updated>2022-02-21T09:11:22+00:00</updated>
<author>
<name>Benoit Germain</name>
<email>bnt.germain@gmail.com</email>
</author>
<published>2022-02-21T09:11:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lanes/commit/?id=d181ea29d7cb6aae46dcc9f64eac75e786009f4d'/>
<id>urn:sha1:d181ea29d7cb6aae46dcc9f64eac75e786009f4d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>NEVER use allocator obtained from lua_getallocf to allocate stuff manually when compiling for LuaJIT</title>
<updated>2022-02-17T15:30:36+00:00</updated>
<author>
<name>Benoit Germain</name>
<email>bnt.germain@gmail.com</email>
</author>
<published>2022-02-17T15:30:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lanes/commit/?id=c2f88350772c01631ea3b7d60e56cea335c458b7'/>
<id>urn:sha1:c2f88350772c01631ea3b7d60e56cea335c458b7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>__lanesclone is now called only once with 3 parameters dest, source, size -&gt; BREAKS CUSTOM DEEP USERDATA API</title>
<updated>2022-02-08T09:39:48+00:00</updated>
<author>
<name>Benoit Germain</name>
<email>bnt.germain@gmail.com</email>
</author>
<published>2022-02-08T09:39:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lanes/commit/?id=2c0000d5169cacf950d06637ada1a371cf382896'/>
<id>urn:sha1:2c0000d5169cacf950d06637ada1a371cf382896</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Version bump</title>
<updated>2022-02-07T15:35:17+00:00</updated>
<author>
<name>Benoit Germain</name>
<email>bnt.germain@gmail.com</email>
</author>
<published>2022-02-07T15:35:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lanes/commit/?id=54152c35e76acd1f21b477caf0a4403128032039'/>
<id>urn:sha1:54152c35e76acd1f21b477caf0a4403128032039</id>
<content type='text'>
</content>
</entry>
</feed>
