<feed xmlns='http://www.w3.org/2005/Atom'>
<title>skalibs/configure, branch v2.8.0.0</title>
<subtitle>The skarnet.org C programming library</subtitle>
<id>https://git.skarnet.org/cgit/skalibs/atom/configure?h=v2.8.0.0</id>
<link rel='self' href='https://git.skarnet.org/cgit/skalibs/atom/configure?h=v2.8.0.0'/>
<link rel='alternate' type='text/html' href='https://git.skarnet.org/cgit/skalibs/'/>
<updated>2019-02-24T20:16:32Z</updated>
<entry>
<title> -fPIC -&gt; CPPFLAGS_AUTO</title>
<updated>2019-02-24T20:16:32Z</updated>
<author>
<name>Laurent Bercot</name>
<email>ska-skaware@skarnet.org</email>
</author>
<published>2019-02-24T20:16:32Z</published>
<link rel='alternate' type='text/html' href='https://git.skarnet.org/cgit/skalibs/commit/?id=e99801ab4bdd096b5e2e3e4619f1a8317a8aedf8'/>
<id>urn:sha1:e99801ab4bdd096b5e2e3e4619f1a8317a8aedf8</id>
<content type='text'>
</content>
</entry>
<entry>
<title> Build as PIC by default</title>
<updated>2019-02-24T14:54:28Z</updated>
<author>
<name>Laurent Bercot</name>
<email>ska-skaware@skarnet.org</email>
</author>
<published>2019-02-24T14:54:28Z</published>
<link rel='alternate' type='text/html' href='https://git.skarnet.org/cgit/skalibs/commit/?id=1d03235d0682e00b5cd4edaab0108ca755ab90af'/>
<id>urn:sha1:1d03235d0682e00b5cd4edaab0108ca755ab90af</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> 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> Fix HASSIGNEDSIGNED sysdeps macros, add localtm_from_ltm64 tolerance for 64-bit time_t</title>
<updated>2018-02-02T00:59:36Z</updated>
<author>
<name>Laurent Bercot</name>
<email>ska-skaware@skarnet.org</email>
</author>
<published>2018-02-02T00:59:36Z</published>
<link rel='alternate' type='text/html' href='https://git.skarnet.org/cgit/skalibs/commit/?id=8375d5c12b63ec99141bfb1b70c0f2cfe70b564b'/>
<id>urn:sha1:8375d5c12b63ec99141bfb1b70c0f2cfe70b564b</id>
<content type='text'>
</content>
</entry>
<entry>
<title> Only test strnlen visibility in headers</title>
<updated>2018-01-13T20:58:59Z</updated>
<author>
<name>Laurent Bercot</name>
<email>ska-skaware@skarnet.org</email>
</author>
<published>2018-01-13T20:58:59Z</published>
<link rel='alternate' type='text/html' href='https://git.skarnet.org/cgit/skalibs/commit/?id=1b95c1635a7c9b5a3bfe028e9e67e4d628c428f7'/>
<id>urn:sha1:1b95c1635a7c9b5a3bfe028e9e67e4d628c428f7</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>
