<feed xmlns='http://www.w3.org/2005/Atom'>
<title>skalibs/src/include, branch v2.8.0.0</title>
<subtitle>The skarnet.org C programming library</subtitle>
<id>https://git.skarnet.org/cgit/skalibs/atom/src/include?h=v2.8.0.0</id>
<link rel='self' href='https://git.skarnet.org/cgit/skalibs/atom/src/include?h=v2.8.0.0'/>
<link rel='alternate' type='text/html' href='https://git.skarnet.org/cgit/skalibs/'/>
<updated>2019-02-19T16:23:24Z</updated>
<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> 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> 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> Remove mkdir_unique, rewrite atomic_symlink with mkltemp</title>
<updated>2019-01-08T13:02:18Z</updated>
<author>
<name>Laurent Bercot</name>
<email>ska-skaware@skarnet.org</email>
</author>
<published>2019-01-08T13:02:18Z</published>
<link rel='alternate' type='text/html' href='https://git.skarnet.org/cgit/skalibs/commit/?id=8218512811aceef63956fb5a41785e4cbc0ffd31'/>
<id>urn:sha1:8218512811aceef63956fb5a41785e4cbc0ffd31</id>
<content type='text'>
</content>
</entry>
<entry>
<title> Really add mkfootemp and autosurf, I guess ?</title>
<updated>2018-12-08T15:10:09Z</updated>
<author>
<name>Laurent Bercot</name>
<email>ska-skaware@skarnet.org</email>
</author>
<published>2018-12-08T15:10:09Z</published>
<link rel='alternate' type='text/html' href='https://git.skarnet.org/cgit/skalibs/commit/?id=30d0c173d87b92a9ad2f3c1b643463a894abb1d9'/>
<id>urn:sha1:30d0c173d87b92a9ad2f3c1b643463a894abb1d9</id>
<content type='text'>
</content>
</entry>
<entry>
<title> Add mk?temp and autosurf</title>
<updated>2018-12-07T21:00:23Z</updated>
<author>
<name>Laurent Bercot</name>
<email>ska-skaware@skarnet.org</email>
</author>
<published>2018-12-07T21:00:23Z</published>
<link rel='alternate' type='text/html' href='https://git.skarnet.org/cgit/skalibs/commit/?id=2f017fbdd689e025437783cc8d675a7d304b37c3'/>
<id>urn:sha1:2f017fbdd689e025437783cc8d675a7d304b37c3</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>
<entry>
<title> Scrap avltreeb, prepare for 2.8.0.0</title>
<updated>2018-09-30T17:41:21Z</updated>
<author>
<name>Laurent Bercot</name>
<email>ska-skaware@skarnet.org</email>
</author>
<published>2018-09-30T17:41:21Z</published>
<link rel='alternate' type='text/html' href='https://git.skarnet.org/cgit/skalibs/commit/?id=9575ac2abacc87c4167d419e5a1fa1d650dee11d'/>
<id>urn:sha1:9575ac2abacc87c4167d419e5a1fa1d650dee11d</id>
<content type='text'>
</content>
</entry>
<entry>
<title> Remove avl*_deletenode() macros, document all added functions</title>
<updated>2018-08-14T21:02:59Z</updated>
<author>
<name>Laurent Bercot</name>
<email>ska-skaware@skarnet.org</email>
</author>
<published>2018-08-14T21:02:59Z</published>
<link rel='alternate' type='text/html' href='https://git.skarnet.org/cgit/skalibs/commit/?id=d4c648197db2b8fdbc0fdc9583a8f7c58e019c4c'/>
<id>urn:sha1:d4c648197db2b8fdbc0fdc9583a8f7c58e019c4c</id>
<content type='text'>
</content>
</entry>
</feed>
