<feed xmlns='http://www.w3.org/2005/Atom'>
<title>lua-llthreads2/src, branch master</title>
<subtitle>A mirror of https://github.com/moteus/lua-llthreads2.git
</subtitle>
<id>https://git.lua4.win/lua-llthreads2/atom?h=master</id>
<link rel='self' href='https://git.lua4.win/lua-llthreads2/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lua-llthreads2/'/>
<updated>2021-01-09T15:52:57+00:00</updated>
<entry>
<title>Back to dev version [ci skip]</title>
<updated>2021-01-09T15:52:57+00:00</updated>
<author>
<name>Alexey Melnichuk</name>
<email>alexeymelnichuck@gmail.com</email>
</author>
<published>2021-01-09T15:52:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lua-llthreads2/commit/?id=edd6035a955d5e12939cb5467cfd1614fea0910e'/>
<id>urn:sha1:edd6035a955d5e12939cb5467cfd1614fea0910e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Release 0.1.6</title>
<updated>2021-01-09T15:47:12+00:00</updated>
<author>
<name>Alexey Melnichuk</name>
<email>alexeymelnichuck@gmail.com</email>
</author>
<published>2021-01-09T15:47:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lua-llthreads2/commit/?id=fe0789496a6acec04421e2a86caf437d98f1e178'/>
<id>urn:sha1:fe0789496a6acec04421e2a86caf437d98f1e178</id>
<content type='text'>
</content>
</entry>
<entry>
<title>avoid NULL as parameter to lua_concat in llthread_log</title>
<updated>2018-09-04T20:03:35+00:00</updated>
<author>
<name>osch</name>
<email>oliver at luced de</email>
</author>
<published>2018-09-04T19:59:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lua-llthreads2/commit/?id=d534bfc9586c1260d3255f949b7aa6f48511af3a'/>
<id>urn:sha1:d534bfc9586c1260d3255f949b7aa6f48511af3a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>avoid NULL as parameter to fputs()</title>
<updated>2018-09-04T19:36:07+00:00</updated>
<author>
<name>osch</name>
<email>oliver at luced de</email>
</author>
<published>2018-09-04T19:33:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lua-llthreads2/commit/?id=f5f119f51a0241f8bbb1f8710fb37119b375539b'/>
<id>urn:sha1:f5f119f51a0241f8bbb1f8710fb37119b375539b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>interrupted error message now contains llthreads module name as prefix and</title>
<updated>2018-08-27T17:06:15+00:00</updated>
<author>
<name>osch</name>
<email>oliver at luced de</email>
</author>
<published>2018-08-27T17:06:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lua-llthreads2/commit/?id=cd91518d79388d5d42820a2b48918a7bf1e6d1a2'/>
<id>urn:sha1:cd91518d79388d5d42820a2b48918a7bf1e6d1a2</id>
<content type='text'>
is also available in the public api
</content>
</entry>
<entry>
<title>new method thread:interrupt()</title>
<updated>2018-08-21T18:46:45+00:00</updated>
<author>
<name>osch</name>
<email>oliver at luced de</email>
</author>
<published>2018-08-21T18:44:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lua-llthreads2/commit/?id=535e00626b7e93b32d5a99638d784ede66313cf6'/>
<id>urn:sha1:535e00626b7e93b32d5a99638d784ede66313cf6</id>
<content type='text'>
</content>
</entry>
<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>
</feed>
