<feed xmlns='http://www.w3.org/2005/Atom'>
<title>skalibs, branch v2.8.0.1</title>
<subtitle>The skarnet.org C programming library</subtitle>
<id>https://git.skarnet.org/cgit/skalibs/atom/?h=v2.8.0.1</id>
<link rel='self' href='https://git.skarnet.org/cgit/skalibs/atom/?h=v2.8.0.1'/>
<link rel='alternate' type='text/html' href='https://git.skarnet.org/cgit/skalibs/'/>
<updated>2019-03-09T02:20:05Z</updated>
<entry>
<title> version: 2.8.0.1</title>
<updated>2019-03-09T02:20:05Z</updated>
<author>
<name>Laurent Bercot</name>
<email>ska-skaware@skarnet.org</email>
</author>
<published>2019-03-09T02:20:05Z</published>
<link rel='alternate' type='text/html' href='https://git.skarnet.org/cgit/skalibs/commit/?id=37e1952944c6f42cb633d851d35d577cd8630b38'/>
<id>urn:sha1:37e1952944c6f42cb633d851d35d577cd8630b38</id>
<content type='text'>
</content>
</entry>
<entry>
<title> Respect POSIX "Seconds since the Epoch" when hitting a leap second</title>
<updated>2019-03-09T01:43:55Z</updated>
<author>
<name>Laurent Bercot</name>
<email>ska-skaware@skarnet.org</email>
</author>
<published>2019-03-09T01:43:55Z</published>
<link rel='alternate' type='text/html' href='https://git.skarnet.org/cgit/skalibs/commit/?id=4cd78d818a6d4af2a200899feaff7cdd2ddca81f'/>
<id>urn:sha1:4cd78d818a6d4af2a200899feaff7cdd2ddca81f</id>
<content type='text'>
</content>
</entry>
<entry>
<title> Prepare for 2.8.0.1</title>
<updated>2019-03-08T20:59:52Z</updated>
<author>
<name>Laurent Bercot</name>
<email>ska-skaware@skarnet.org</email>
</author>
<published>2019-03-08T20:59:52Z</published>
<link rel='alternate' type='text/html' href='https://git.skarnet.org/cgit/skalibs/commit/?id=e5e3b2e7078c3755fa6aedf1f03c6abd44aec151'/>
<id>urn:sha1:e5e3b2e7078c3755fa6aedf1f03c6abd44aec151</id>
<content type='text'>
</content>
</entry>
<entry>
<title> bugfix: leap second table. Also add leapsec reporting in localtm.</title>
<updated>2019-03-08T20:22:03Z</updated>
<author>
<name>Laurent Bercot</name>
<email>ska-skaware@skarnet.org</email>
</author>
<published>2019-03-08T20:22:03Z</published>
<link rel='alternate' type='text/html' href='https://git.skarnet.org/cgit/skalibs/commit/?id=153bcd9bd3b337120e1afc75ce63cb5b80730913'/>
<id>urn:sha1:153bcd9bd3b337120e1afc75ce63cb5b80730913</id>
<content type='text'>
</content>
</entry>
<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>
</feed>
