<feed xmlns='http://www.w3.org/2005/Atom'>
<title>lua-llthreads2/src, branch v0.1.3</title>
<subtitle>A mirror of https://github.com/moteus/lua-llthreads2.git
</subtitle>
<id>https://git.lua4.win/lua-llthreads2/atom?h=v0.1.3</id>
<link rel='self' href='https://git.lua4.win/lua-llthreads2/atom?h=v0.1.3'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lua-llthreads2/'/>
<updated>2015-01-13T11:43:05+00:00</updated>
<entry>
<title>Prepare release and bump version numbers to 0.1.3</title>
<updated>2015-01-13T11:43:05+00:00</updated>
<author>
<name>Alexey Melnichuk</name>
<email>mimir@newmail.ru</email>
</author>
<published>2015-01-13T11:43:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lua-llthreads2/commit/?id=7b05a0a79a6da66d85ec78e140fa425eb01d6ba0'/>
<id>urn:sha1:7b05a0a79a6da66d85ec78e140fa425eb01d6ba0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix. Build with Lua 5.3.beta</title>
<updated>2014-11-26T09:00:44+00:00</updated>
<author>
<name>Alexey Melnichuk</name>
<email>mimir@newmail.ru</email>
</author>
<published>2014-11-26T09:00:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lua-llthreads2/commit/?id=febc8d1e0bcbe023cc8a38c87dda4e8a84ec9fdd'/>
<id>urn:sha1:febc8d1e0bcbe023cc8a38c87dda4e8a84ec9fdd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add. rockspecs for 0.1.2</title>
<updated>2014-06-26T09:51:19+00:00</updated>
<author>
<name>Alexey Melnichuk</name>
<email>mimir@newmail.ru</email>
</author>
<published>2014-06-26T09:45:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lua-llthreads2/commit/?id=f3c67b75752cab9259ec4542e615e54a2b24ec66'/>
<id>urn:sha1:f3c67b75752cab9259ec4542e615e54a2b24ec66</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add. started/detached/joinable methods to thread object.</title>
<updated>2014-06-25T05:11:17+00:00</updated>
<author>
<name>Alexey Melnichuk</name>
<email>mimir@newmail.ru</email>
</author>
<published>2014-06-25T05:11:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lua-llthreads2/commit/?id=3de8f797d0e235efd20fdc9c55c8068893f4fd03'/>
<id>urn:sha1:3de8f797d0e235efd20fdc9c55c8068893f4fd03</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add. llthreads2/ex exports thread metatable.</title>
<updated>2014-06-23T09:11:56+00:00</updated>
<author>
<name>Alexey Melnichuk</name>
<email>mimir@newmail.ru</email>
</author>
<published>2014-06-23T09:11:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lua-llthreads2/commit/?id=b290582782ea52d3d8633b4f9dff7691963cc489'/>
<id>urn:sha1:b290582782ea52d3d8633b4f9dff7691963cc489</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update doc</title>
<updated>2014-06-23T06:20:46+00:00</updated>
<author>
<name>Alexey Melnichuk</name>
<email>mimir@newmail.ru</email>
</author>
<published>2014-06-23T06:20:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lua-llthreads2/commit/?id=161ec7edd08ab4f0ffffefa81c75e37c1a89ecd2'/>
<id>urn:sha1:161ec7edd08ab4f0ffffefa81c75e37c1a89ecd2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add. `llthreads2.ex` module.</title>
<updated>2014-06-23T04:40:01+00:00</updated>
<author>
<name>Alexey Melnichuk</name>
<email>mimir@newmail.ru</email>
</author>
<published>2014-06-23T04:40:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lua-llthreads2/commit/?id=f0a6754cd15912de529b9662e3e08bfaadd6bf1e'/>
<id>urn:sha1:f0a6754cd15912de529b9662e3e08bfaadd6bf1e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix. build for Lua 5.2 with LUA_COMPAT_XXX</title>
<updated>2014-02-10T09:40:52+00:00</updated>
<author>
<name>Alexey Melnichuk</name>
<email>mimir@newmail.ru</email>
</author>
<published>2014-02-10T09:40:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lua-llthreads2/commit/?id=0ef254d0d5ea2619a295fe1c3832c886f70e5140'/>
<id>urn:sha1:0ef254d0d5ea2619a295fe1c3832c886f70e5140</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add. `thread:alive()` method.</title>
<updated>2014-02-04T07:06:17+00:00</updated>
<author>
<name>Alexey Melnichuk</name>
<email>mimir@newmail.ru</email>
</author>
<published>2014-02-04T07:06:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lua-llthreads2/commit/?id=cef9a7a112a8322e2c6498021df59e4a8f7b5246'/>
<id>urn:sha1:cef9a7a112a8322e2c6498021df59e4a8f7b5246</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add. rockspecs for version 0.1.0</title>
<updated>2014-01-09T09:32:48+00:00</updated>
<author>
<name>Alexey Melnichuk</name>
<email>mimir@newmail.ru</email>
</author>
<published>2014-01-09T09:32:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lua-llthreads2/commit/?id=aa247887dcf9ad0375723ce91c39243df2baf547'/>
<id>urn:sha1:aa247887dcf9ad0375723ce91c39243df2baf547</id>
<content type='text'>
</content>
</entry>
</feed>
