<feed xmlns='http://www.w3.org/2005/Atom'>
<title>portable/include, branch v2.7.0</title>
<subtitle>A mirror of https://github.com/libressl/portable.git
</subtitle>
<id>https://git.lua4.win/portable/atom?h=v2.7.0</id>
<link rel='self' href='https://git.lua4.win/portable/atom?h=v2.7.0'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/'/>
<updated>2018-03-18T15:36:51+00:00</updated>
<entry>
<title>add pthread_self/pthread_equal for win32</title>
<updated>2018-03-18T15:36:51+00:00</updated>
<author>
<name>Brent Cook</name>
<email>busterb@gmail.com</email>
</author>
<published>2018-03-18T15:36:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/commit/?id=0e46c1e8ba9eca009173d2dc0c3084b322088eaf'/>
<id>urn:sha1:0e46c1e8ba9eca009173d2dc0c3084b322088eaf</id>
<content type='text'>
</content>
</entry>
<entry>
<title>re-add headers for distribution</title>
<updated>2018-03-14T18:01:24+00:00</updated>
<author>
<name>Brent Cook</name>
<email>busterb@gmail.com</email>
</author>
<published>2018-03-14T18:01:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/commit/?id=0e69421d820ac3b9e2c70375cf410e6cb674a452'/>
<id>urn:sha1:0e69421d820ac3b9e2c70375cf410e6cb674a452</id>
<content type='text'>
</content>
</entry>
<entry>
<title>syntax updates</title>
<updated>2018-03-14T17:58:48+00:00</updated>
<author>
<name>Brent Cook</name>
<email>busterb@gmail.com</email>
</author>
<published>2018-03-14T17:58:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/commit/?id=4799f0d9be5658d18fe33ffbbde42ed4fc608ef3'/>
<id>urn:sha1:4799f0d9be5658d18fe33ffbbde42ed4fc608ef3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>prefer including windows.h over the internal header</title>
<updated>2018-03-14T17:56:26+00:00</updated>
<author>
<name>Brent Cook</name>
<email>busterb@gmail.com</email>
</author>
<published>2018-03-14T17:56:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/commit/?id=cfdaa1185f17a10aeb8bc044fedd1dbc66dca229'/>
<id>urn:sha1:cfdaa1185f17a10aeb8bc044fedd1dbc66dca229</id>
<content type='text'>
</content>
</entry>
<entry>
<title>add pthread_once(3) implementation for Windows</title>
<updated>2018-03-14T12:36:45+00:00</updated>
<author>
<name>Brent Cook</name>
<email>busterb@gmail.com</email>
</author>
<published>2018-03-14T12:30:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/commit/?id=d5608b38af69baf354705e03085346fb55b75b30'/>
<id>urn:sha1:d5608b38af69baf354705e03085346fb55b75b30</id>
<content type='text'>
</content>
</entry>
<entry>
<title>bump base requirement to Windows Vista, use builtin inet_ntop/pton</title>
<updated>2018-03-14T12:29:04+00:00</updated>
<author>
<name>Brent Cook</name>
<email>busterb@gmail.com</email>
</author>
<published>2018-03-14T12:29:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/commit/?id=3fb9e63b907186c70fb79e818d899ccb67b4b421'/>
<id>urn:sha1:3fb9e63b907186c70fb79e818d899ccb67b4b421</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add compat bits for libtls on Windows</title>
<updated>2018-02-25T12:56:05+00:00</updated>
<author>
<name>kinichiro</name>
<email>kinichiro.inoguchi@gmail.com</email>
</author>
<published>2018-02-24T16:59:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/commit/?id=3681d02253d29229e265720984ce81a35206de4c'/>
<id>urn:sha1:3681d02253d29229e265720984ce81a35206de4c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add file permission define for Windows and MinGW build</title>
<updated>2018-02-11T14:31:43+00:00</updated>
<author>
<name>kinichiro</name>
<email>kinichiro.inoguchi@gmail.com</email>
</author>
<published>2018-02-11T14:31:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/commit/?id=f2953bc209d32d1fd8c79e31b826c76623898187'/>
<id>urn:sha1:f2953bc209d32d1fd8c79e31b826c76623898187</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Call va_end soon after using variable length variable</title>
<updated>2018-01-05T15:28:49+00:00</updated>
<author>
<name>kinichiro</name>
<email>kinichiro.inoguchi@gmail.com</email>
</author>
<published>2018-01-05T15:28:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/commit/?id=1f4bfb9a4db12b0b02a63599cecab5d2b0a6458f'/>
<id>urn:sha1:1f4bfb9a4db12b0b02a63599cecab5d2b0a6458f</id>
<content type='text'>
- This fix MSVC compiler warning C4702 "unreachable code".
</content>
</entry>
<entry>
<title>Add CLOCK_MONOTONIC and timersub for the OS that does not have them</title>
<updated>2017-12-25T07:30:49+00:00</updated>
<author>
<name>kinichiro</name>
<email>kinichiro.inoguchi@gmail.com</email>
</author>
<published>2017-12-25T07:30:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/commit/?id=965a89108e09172d30e8f4922fe67414b41600b2'/>
<id>urn:sha1:965a89108e09172d30e8f4922fe67414b41600b2</id>
<content type='text'>
</content>
</entry>
</feed>
