<feed xmlns='http://www.w3.org/2005/Atom'>
<title>skalibs/src/libstddjb, branch v2.8.1.0</title>
<subtitle>The skarnet.org C programming library</subtitle>
<id>https://git.skarnet.org/cgit/skalibs/atom/src/libstddjb?h=v2.8.1.0</id>
<link rel='self' href='https://git.skarnet.org/cgit/skalibs/atom/src/libstddjb?h=v2.8.1.0'/>
<link rel='alternate' type='text/html' href='https://git.skarnet.org/cgit/skalibs/'/>
<updated>2019-05-07T09:42:46Z</updated>
<entry>
<title> bugfix: proper sockaddr storage in socket_remote46</title>
<updated>2019-05-07T09:42:46Z</updated>
<author>
<name>Laurent Bercot</name>
<email>ska-skaware@skarnet.org</email>
</author>
<published>2019-05-07T09:42:46Z</published>
<link rel='alternate' type='text/html' href='https://git.skarnet.org/cgit/skalibs/commit/?id=ab0416faed65154c408e4fb5066cd8433a4bfa11'/>
<id>urn:sha1:ab0416faed65154c408e4fb5066cd8433a4bfa11</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> 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> 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> 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> The extra space, John! The extra space!</title>
<updated>2019-02-05T19:23:52Z</updated>
<author>
<name>Laurent Bercot</name>
<email>ska-skaware@skarnet.org</email>
</author>
<published>2019-02-05T19:23:52Z</published>
<link rel='alternate' type='text/html' href='https://git.skarnet.org/cgit/skalibs/commit/?id=8c6a299e08059edcaae7f4f82d6a27e90d35d810'/>
<id>urn:sha1:8c6a299e08059edcaae7f4f82d6a27e90d35d810</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix null-pointer behavior in fmt and fmtlist functions</title>
<updated>2019-02-05T19:21:51Z</updated>
<author>
<name>John Regan</name>
<email>john@jrjrtech.com</email>
</author>
<published>2019-02-05T18:12:24Z</published>
<link rel='alternate' type='text/html' href='https://git.skarnet.org/cgit/skalibs/commit/?id=aac54c9d0f36ecadd205da3985996a9e56e1fa14'/>
<id>urn:sha1:aac54c9d0f36ecadd205da3985996a9e56e1fa14</id>
<content type='text'>
This fixes a segfault when a user calls uint320_fmt(NULL,...),
and makes the fmtlist functions return the correct number of
characters when called with NULL.
</content>
</entry>
<entry>
<title> bugfix: rounding error in stralloc_reverse_blocks</title>
<updated>2018-11-24T08:13:23Z</updated>
<author>
<name>Laurent Bercot</name>
<email>ska-skaware@skarnet.org</email>
</author>
<published>2018-11-24T08:13:23Z</published>
<link rel='alternate' type='text/html' href='https://git.skarnet.org/cgit/skalibs/commit/?id=1af5a42e566da1e615abae7868ae7a10260ce0b8'/>
<id>urn:sha1:1af5a42e566da1e615abae7868ae7a10260ce0b8</id>
<content type='text'>
</content>
</entry>
<entry>
<title> Add env_dump()</title>
<updated>2018-11-14T17:08:47Z</updated>
<author>
<name>Laurent Bercot</name>
<email>ska-skaware@skarnet.org</email>
</author>
<published>2018-11-14T17:08:47Z</published>
<link rel='alternate' type='text/html' href='https://git.skarnet.org/cgit/skalibs/commit/?id=661329653329949929b043f5fc45821aa314face'/>
<id>urn:sha1:661329653329949929b043f5fc45821aa314face</id>
<content type='text'>
</content>
</entry>
</feed>
