<feed xmlns='http://www.w3.org/2005/Atom'>
<title>skalibs, branch v2.8.0.0</title>
<subtitle>The skarnet.org C programming library</subtitle>
<id>https://git.skarnet.org/cgit/skalibs/atom/?h=v2.8.0.0</id>
<link rel='self' href='https://git.skarnet.org/cgit/skalibs/atom/?h=v2.8.0.0'/>
<link rel='alternate' type='text/html' href='https://git.skarnet.org/cgit/skalibs/'/>
<updated>2019-03-04T11:39:38Z</updated>
<entry>
<title> version: 2.8.0.0</title>
<updated>2019-03-04T11:39:38Z</updated>
<author>
<name>Laurent Bercot</name>
<email>ska-skaware@skarnet.org</email>
</author>
<published>2019-03-04T11:39:38Z</published>
<link rel='alternate' type='text/html' href='https://git.skarnet.org/cgit/skalibs/commit/?id=c14410b47a2719e8b1d74b438dc868d6eb973da4'/>
<id>urn:sha1:c14410b47a2719e8b1d74b438dc868d6eb973da4</id>
<content type='text'>
</content>
</entry>
<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> 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> Remove _BSD_SOURCE from nonposix, just to try...</title>
<updated>2019-02-14T23:32:08Z</updated>
<author>
<name>Laurent Bercot</name>
<email>ska-skaware@skarnet.org</email>
</author>
<published>2019-02-14T23:32:08Z</published>
<link rel='alternate' type='text/html' href='https://git.skarnet.org/cgit/skalibs/commit/?id=8f08399dd02851ba1ce0070394017f107032307b'/>
<id>urn:sha1:8f08399dd02851ba1ce0070394017f107032307b</id>
<content type='text'>
</content>
</entry>
<entry>
<title> Fix xpathexec* exit codes when execve() fails!</title>
<updated>2019-02-12T14:30:52Z</updated>
<author>
<name>Laurent Bercot</name>
<email>ska-skaware@skarnet.org</email>
</author>
<published>2019-02-12T14:30:52Z</published>
<link rel='alternate' type='text/html' href='https://git.skarnet.org/cgit/skalibs/commit/?id=376481b8cd087d2484bb4966df85e847612eb9dd'/>
<id>urn:sha1:376481b8cd087d2484bb4966df85e847612eb9dd</id>
<content type='text'>
</content>
</entry>
<entry>
<title> Rename mkLtemp to mkhtemp; try to make MacOS happy</title>
<updated>2019-02-06T08:37:39Z</updated>
<author>
<name>Laurent Bercot</name>
<email>ska-skaware@skarnet.org</email>
</author>
<published>2019-02-06T08:37:39Z</published>
<link rel='alternate' type='text/html' href='https://git.skarnet.org/cgit/skalibs/commit/?id=92f85920b02ad5c9c4262c2c17778f69779c0604'/>
<id>urn:sha1:92f85920b02ad5c9c4262c2c17778f69779c0604</id>
<content type='text'>
</content>
</entry>
<entry>
<title> John -&gt; contributors</title>
<updated>2019-02-05T19:26:06Z</updated>
<author>
<name>Laurent Bercot</name>
<email>ska-skaware@skarnet.org</email>
</author>
<published>2019-02-05T19:26:06Z</published>
<link rel='alternate' type='text/html' href='https://git.skarnet.org/cgit/skalibs/commit/?id=97879c1e67d0e669f13922295844f0ceb64cd13b'/>
<id>urn:sha1:97879c1e67d0e669f13922295844f0ceb64cd13b</id>
<content type='text'>
</content>
</entry>
</feed>
