<feed xmlns='http://www.w3.org/2005/Atom'>
<title>portable/include/compat, branch v4.2.1</title>
<subtitle>A mirror of https://github.com/libressl/portable.git
</subtitle>
<id>https://git.lua4.win/portable/atom?h=v4.2.1</id>
<link rel='self' href='https://git.lua4.win/portable/atom?h=v4.2.1'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/'/>
<updated>2025-10-07T10:38:30+00:00</updated>
<entry>
<title>add mkstemp for msvc builds</title>
<updated>2025-10-07T10:38:30+00:00</updated>
<author>
<name>Brent Cook</name>
<email>busterb@gmail.com</email>
</author>
<published>2025-10-07T10:38:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/commit/?id=7ed28d2f501a4920b792bee9da3d61814f024a4c'/>
<id>urn:sha1:7ed28d2f501a4920b792bee9da3d61814f024a4c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>change prefix for fstat</title>
<updated>2025-04-16T09:26:34+00:00</updated>
<author>
<name>Brent Cook</name>
<email>busterb@gmail.com</email>
</author>
<published>2025-04-16T09:26:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/commit/?id=9ba4b33d668230aa0c453f5c225dc93ccc007985'/>
<id>urn:sha1:9ba4b33d668230aa0c453f5c225dc93ccc007985</id>
<content type='text'>
</content>
</entry>
<entry>
<title>switch to using high bit for fd detection of file/socket</title>
<updated>2025-04-12T21:59:51+00:00</updated>
<author>
<name>Brent Cook</name>
<email>busterb@gmail.com</email>
</author>
<published>2025-04-12T21:59:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/commit/?id=78b86a2af698d771a4db5286a4222c92d074a6da'/>
<id>urn:sha1:78b86a2af698d771a4db5286a4222c92d074a6da</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add in missing endianess functions for Apple targets</title>
<updated>2024-12-20T12:52:34+00:00</updated>
<author>
<name>Cameron Lowell Palmer</name>
<email>cameron@promon.no</email>
</author>
<published>2024-12-20T12:52:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/commit/?id=5626ce43e30e936e870c123b4ac80e469de4d9b9'/>
<id>urn:sha1:5626ce43e30e936e870c123b4ac80e469de4d9b9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Provide getdelim and getline compat shims</title>
<updated>2024-12-20T00:14:04+00:00</updated>
<author>
<name>Theo Buehler</name>
<email>tb@openbsd.org</email>
</author>
<published>2024-12-19T19:24:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/commit/?id=bf808ea0fc581f58ec4aabd9d7f24d3a5275bc7a'/>
<id>urn:sha1:bf808ea0fc581f58ec4aabd9d7f24d3a5275bc7a</id>
<content type='text'>
These are portable implementations from NetBSD that are needed on
Windows and perhaps some other platforms with the new versions of
the mlkem tests.
</content>
</entry>
<entry>
<title>Attempt to fix windows</title>
<updated>2024-11-23T20:32:04+00:00</updated>
<author>
<name>Theo Buehler</name>
<email>tb@openbsd.org</email>
</author>
<published>2024-11-23T20:32:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/commit/?id=d58e3559c224e9ca94d337a1ff465ea190691f69'/>
<id>urn:sha1:d58e3559c224e9ca94d337a1ff465ea190691f69</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Attempt to fix 2038 problem with MSVC</title>
<updated>2024-10-06T23:56:01+00:00</updated>
<author>
<name>Theo Buehler</name>
<email>tb@openbsd.org</email>
</author>
<published>2024-08-02T19:54:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/commit/?id=3467d6f282146d6e84d5d840d532fa6ec4536d64'/>
<id>urn:sha1:3467d6f282146d6e84d5d840d532fa6ec4536d64</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove timegm() compat</title>
<updated>2024-05-25T11:49:18+00:00</updated>
<author>
<name>Theo Buehler</name>
<email>tb@openbsd.org</email>
</author>
<published>2024-05-25T06:56:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/commit/?id=f9874d49f651177d643cc86f8837db44c4a29558'/>
<id>urn:sha1:f9874d49f651177d643cc86f8837db44c4a29558</id>
<content type='text'>
Now that all uses of gmtime_r() and timegm() have been converted to
OPENSSL_gmtime() and OPENSSL_timegm(), this is no longer needed.
</content>
</entry>
<entry>
<title>define _MSC_VER when preprocessing, add guards</title>
<updated>2024-02-26T00:29:14+00:00</updated>
<author>
<name>Brent Cook</name>
<email>busterb@gmail.com</email>
</author>
<published>2024-02-26T00:29:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/commit/?id=53edbd00c12ee1d27f1b9533933b32781125c758'/>
<id>urn:sha1:53edbd00c12ee1d27f1b9533933b32781125c758</id>
<content type='text'>
</content>
</entry>
<entry>
<title>include placeholder cet.h for cpp</title>
<updated>2024-02-26T00:12:24+00:00</updated>
<author>
<name>Brent Cook</name>
<email>busterb@gmail.com</email>
</author>
<published>2024-02-26T00:12:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/commit/?id=950b5bc1fb98c6e394a9aa05ecdb9dbd4253fd76'/>
<id>urn:sha1:950b5bc1fb98c6e394a9aa05ecdb9dbd4253fd76</id>
<content type='text'>
</content>
</entry>
</feed>
