<feed xmlns='http://www.w3.org/2005/Atom'>
<title>skalibs/src/sysdeps, branch v2.8.1.0</title>
<subtitle>The skarnet.org C programming library</subtitle>
<id>https://git.skarnet.org/cgit/skalibs/atom/src/sysdeps?h=v2.8.1.0</id>
<link rel='self' href='https://git.skarnet.org/cgit/skalibs/atom/src/sysdeps?h=v2.8.1.0'/>
<link rel='alternate' type='text/html' href='https://git.skarnet.org/cgit/skalibs/'/>
<updated>2019-05-11T06:22:36Z</updated>
<entry>
<title> Add tryemptyregex/skalibs_regcomp, prepare for 2.8.1.0</title>
<updated>2019-05-11T06:22:36Z</updated>
<author>
<name>Laurent Bercot</name>
<email>ska-skaware@skarnet.org</email>
</author>
<published>2019-05-11T06:22:36Z</published>
<link rel='alternate' type='text/html' href='https://git.skarnet.org/cgit/skalibs/commit/?id=92e40f4f3b8e153b86093996d2a6d2a1160e105d'/>
<id>urn:sha1:92e40f4f3b8e153b86093996d2a6d2a1160e105d</id>
<content type='text'>
</content>
</entry>
<entry>
<title> Add skalibs/posixishard.h</title>
<updated>2019-02-19T16:23:24Z</updated>
<author>
<name>Laurent Bercot</name>
<email>ska-skaware@skarnet.org</email>
</author>
<published>2019-02-19T16:23:24Z</published>
<link rel='alternate' type='text/html' href='https://git.skarnet.org/cgit/skalibs/commit/?id=ff9333d473adb4ae1de2d9323394073793627823'/>
<id>urn:sha1:ff9333d473adb4ae1de2d9323394073793627823</id>
<content type='text'>
 This will break things. It's a known issue. Patches to other
packages will come later, to adapt them to the new API.

 To work around brokenness, there needs to be *two* different
headers:
 1. one to be used before including system headers, that maximizes
visibility by enabling system-dependent feature test macros
(that will be tested by system headers)
 2. one to be used after including system headers, that performs
preprocessor tests and defines.

 skalibs/nonposix.h is the first one.
 Previously, there was no second one, and the tests were scattered
all over. There was a strnlen declaration in skalibs/posixplz.h
(which serves a totally different function: declaring things that
should be in POSIX, but *are not*, i.e. working around problems in
the standard, instead of problems in systems failing to respect
the standard), a build-time sysdep for error.h, #defines for
MSG_NOSIGNAL, etc. etc.
 skalibs/posixishard.h now is the second one, and centralizes
all the tests.

 As a result, the eproto sysdep is unnecessary and has been removed.
skalibs/error.h is now a static header, it is not built anymore.
</content>
</entry>
<entry>
<title> Add DragonFly macro; remove nbwaitall and ancilautoclose</title>
<updated>2019-02-19T14:54:44Z</updated>
<author>
<name>Laurent Bercot</name>
<email>ska-skaware@skarnet.org</email>
</author>
<published>2019-02-19T14:54:44Z</published>
<link rel='alternate' type='text/html' href='https://git.skarnet.org/cgit/skalibs/commit/?id=15eda3d33f9e1160d438d370acd442ef3dbba63f'/>
<id>urn:sha1:15eda3d33f9e1160d438d370acd442ef3dbba63f</id>
<content type='text'>
</content>
</entry>
<entry>
<title> Get rid of tryancilautoclose test</title>
<updated>2019-02-18T20:16:52Z</updated>
<author>
<name>Laurent Bercot</name>
<email>ska-skaware@skarnet.org</email>
</author>
<published>2019-02-18T20:16:52Z</published>
<link rel='alternate' type='text/html' href='https://git.skarnet.org/cgit/skalibs/commit/?id=332d4cbc24ab82cc77bccb0ce2c158c5e86a8fac'/>
<id>urn:sha1:332d4cbc24ab82cc77bccb0ce2c158c5e86a8fac</id>
<content type='text'>
</content>
</entry>
<entry>
<title> Add nullispointer sysdep</title>
<updated>2018-05-03T07:17:05Z</updated>
<author>
<name>Laurent Bercot</name>
<email>ska-skaware@skarnet.org</email>
</author>
<published>2018-05-03T07:17:05Z</published>
<link rel='alternate' type='text/html' href='https://git.skarnet.org/cgit/skalibs/commit/?id=191d21f2acde7c2fa3003972a8b04bc080d64e2d'/>
<id>urn:sha1:191d21f2acde7c2fa3003972a8b04bc080d64e2d</id>
<content type='text'>
</content>
</entry>
<entry>
<title> Add byte_zzero, openb_read</title>
<updated>2018-03-01T12:51:30Z</updated>
<author>
<name>Laurent Bercot</name>
<email>ska-skaware@skarnet.org</email>
</author>
<published>2018-03-01T12:51:30Z</published>
<link rel='alternate' type='text/html' href='https://git.skarnet.org/cgit/skalibs/commit/?id=4684272897e351ed21f82a0ef84bc94194b4d538'/>
<id>urn:sha1:4684272897e351ed21f82a0ef84bc94194b4d538</id>
<content type='text'>
</content>
</entry>
<entry>
<title> Try strnlen() portability with _POSIX_C_SOURCE...</title>
<updated>2018-01-13T19:00:33Z</updated>
<author>
<name>Laurent Bercot</name>
<email>ska-skaware@skarnet.org</email>
</author>
<published>2018-01-13T19:00:33Z</published>
<link rel='alternate' type='text/html' href='https://git.skarnet.org/cgit/skalibs/commit/?id=3b4c6959b2224ee9385acd674d697533b11e7eb4'/>
<id>urn:sha1:3b4c6959b2224ee9385acd674d697533b11e7eb4</id>
<content type='text'>
</content>
</entry>
<entry>
<title> GNU manages to botch dirfd() too. POSIX is hard!</title>
<updated>2017-12-21T12:48:55Z</updated>
<author>
<name>Laurent Bercot</name>
<email>ska-skaware@skarnet.org</email>
</author>
<published>2017-12-21T12:48:55Z</published>
<link rel='alternate' type='text/html' href='https://git.skarnet.org/cgit/skalibs/commit/?id=f3c9c3c70187967a670f1c059f5461dce745d92e'/>
<id>urn:sha1:f3c9c3c70187967a670f1c059f5461dce745d92e</id>
<content type='text'>
</content>
</entry>
<entry>
<title> Add dirfd sysdep, because Solaris sucks</title>
<updated>2017-12-21T12:34:40Z</updated>
<author>
<name>Laurent Bercot</name>
<email>ska-skaware@skarnet.org</email>
</author>
<published>2017-12-21T12:34:40Z</published>
<link rel='alternate' type='text/html' href='https://git.skarnet.org/cgit/skalibs/commit/?id=8a3e5a8b05ad0a7fab63595b6b4eafec56f63f89'/>
<id>urn:sha1:8a3e5a8b05ad0a7fab63595b6b4eafec56f63f89</id>
<content type='text'>
</content>
</entry>
<entry>
<title> Big 2.6.3.0 reorganization</title>
<updated>2017-12-21T11:18:28Z</updated>
<author>
<name>Laurent Bercot</name>
<email>ska-skaware@skarnet.org</email>
</author>
<published>2017-12-21T11:18:28Z</published>
<link rel='alternate' type='text/html' href='https://git.skarnet.org/cgit/skalibs/commit/?id=2990ce9b390ec1e2bfa1c043c406878e8aff86dd'/>
<id>urn:sha1:2990ce9b390ec1e2bfa1c043c406878e8aff86dd</id>
<content type='text'>
 - Add libposixplz, update headers
 - Add memmem and friends
 - Add textmessage to libunixonacid
 - Update some sysdeps tests
</content>
</entry>
</feed>
