<feed xmlns='http://www.w3.org/2005/Atom'>
<title>lua-llthreads2/src, branch v0.1.5</title>
<subtitle>A mirror of https://github.com/moteus/lua-llthreads2.git
</subtitle>
<id>https://git.lua4.win/lua-llthreads2/atom?h=v0.1.5</id>
<link rel='self' href='https://git.lua4.win/lua-llthreads2/atom?h=v0.1.5'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lua-llthreads2/'/>
<updated>2018-07-01T08:28:52+00:00</updated>
<entry>
<title>Release 0.1.5</title>
<updated>2018-07-01T08:28:52+00:00</updated>
<author>
<name>Alexey Melnichuk</name>
<email>alexeymelnichuck@gmail.com</email>
</author>
<published>2018-07-01T08:20:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lua-llthreads2/commit/?id=e33999a890c8bfdb0c1f753820e4261dabb67faa'/>
<id>urn:sha1:e33999a890c8bfdb0c1f753820e4261dabb67faa</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix. Correctly handle error from `_beginthreadex` (close #12)</title>
<updated>2017-03-21T12:48:31+00:00</updated>
<author>
<name>Alexey Melnichuk</name>
<email>alexeymelnichuck@gmail.com</email>
</author>
<published>2017-03-21T12:48:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lua-llthreads2/commit/?id=2c5f337169b6377cd43e699f557f46846ccdde7b'/>
<id>urn:sha1:2c5f337169b6377cd43e699f557f46846ccdde7b</id>
<content type='text'>
`_beginthread` returns -1 in case of error, but `_beginthreadex` returns 0.

https://msdn.microsoft.com/en-us/library/kdzttdcb.aspx
</content>
</entry>
<entry>
<title>Fix. Warning about undefined `pthread_kill` on some systems. (Close #8 #10)</title>
<updated>2017-02-02T08:42:04+00:00</updated>
<author>
<name>Alexey Melnichuk</name>
<email>alexeymelnichuck@gmail.com</email>
</author>
<published>2017-02-02T08:42:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lua-llthreads2/commit/?id=3240832746eeb7623e6a30b29a8bc4bdcdb2f705'/>
<id>urn:sha1:3240832746eeb7623e6a30b29a8bc4bdcdb2f705</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Back to dev version</title>
<updated>2016-09-09T14:00:39+00:00</updated>
<author>
<name>Alexey Melnichuk</name>
<email>alexeymelnichuck@gmail.com</email>
</author>
<published>2016-09-09T14:00:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lua-llthreads2/commit/?id=d5efef63150935b136635767da75d48d18f8d1a7'/>
<id>urn:sha1:d5efef63150935b136635767da75d48d18f8d1a7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Release 0.1.4</title>
<updated>2016-09-09T11:23:58+00:00</updated>
<author>
<name>Alexey Melnichuk</name>
<email>alexeymelnichuck@gmail.com</email>
</author>
<published>2016-09-09T11:23:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lua-llthreads2/commit/?id=357470d319acaf91d518fed2e03e2aef16c4838e'/>
<id>urn:sha1:357470d319acaf91d518fed2e03e2aef16c4838e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix. Pass integer argument to thread.</title>
<updated>2016-09-05T13:27:39+00:00</updated>
<author>
<name>Alexey Melnichuk</name>
<email>alexeymelnichuck@gmail.com</email>
</author>
<published>2016-09-05T13:27:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lua-llthreads2/commit/?id=0e4d2aab4c13e07f79a03d3870b5af2ba79a0662'/>
<id>urn:sha1:0e4d2aab4c13e07f79a03d3870b5af2ba79a0662</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix. Version on Lua 5.3</title>
<updated>2015-01-19T09:16:13+00:00</updated>
<author>
<name>Alexey Melnichuk</name>
<email>mimir@newmail.ru</email>
</author>
<published>2015-01-19T09:15:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lua-llthreads2/commit/?id=0b5ddda597e3cab29d04918319b52673695ee2d2'/>
<id>urn:sha1:0b5ddda597e3cab29d04918319b52673695ee2d2</id>
<content type='text'>
</content>
</entry>
<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>
</feed>
