<feed xmlns='http://www.w3.org/2005/Atom'>
<title>skalibs, branch v2.9.1.0</title>
<subtitle>The skarnet.org C programming library</subtitle>
<id>https://git.skarnet.org/cgit/skalibs/atom/?h=v2.9.1.0</id>
<link rel='self' href='https://git.skarnet.org/cgit/skalibs/atom/?h=v2.9.1.0'/>
<link rel='alternate' type='text/html' href='https://git.skarnet.org/cgit/skalibs/'/>
<updated>2019-10-21T15:44:44Z</updated>
<entry>
<title> version: 2.9.1.0</title>
<updated>2019-10-21T15:44:44Z</updated>
<author>
<name>Laurent Bercot</name>
<email>ska-skaware@skarnet.org</email>
</author>
<published>2019-10-21T15:44:44Z</published>
<link rel='alternate' type='text/html' href='https://git.skarnet.org/cgit/skalibs/commit/?id=a1cc5ca8aa7b72eedd88d57e8e9b09a68f7c63a1'/>
<id>urn:sha1:a1cc5ca8aa7b72eedd88d57e8e9b09a68f7c63a1</id>
<content type='text'>
</content>
</entry>
<entry>
<title> Real fix for undefined PATH_MAX</title>
<updated>2019-10-20T03:04:05Z</updated>
<author>
<name>Laurent Bercot</name>
<email>ska-skaware@skarnet.org</email>
</author>
<published>2019-10-20T03:04:05Z</published>
<link rel='alternate' type='text/html' href='https://git.skarnet.org/cgit/skalibs/commit/?id=56c1fdfaf3d415b920aa98ab9d8f7ba2a5509708'/>
<id>urn:sha1:56c1fdfaf3d415b920aa98ab9d8f7ba2a5509708</id>
<content type='text'>
</content>
</entry>
<entry>
<title> Don't rely on the existence of PATH_MAX</title>
<updated>2019-10-20T02:48:54Z</updated>
<author>
<name>Laurent Bercot</name>
<email>ska-skaware@skarnet.org</email>
</author>
<published>2019-10-20T02:48:54Z</published>
<link rel='alternate' type='text/html' href='https://git.skarnet.org/cgit/skalibs/commit/?id=e7ea3358ef627675fbd4669516617688a7e3dd94'/>
<id>urn:sha1:e7ea3358ef627675fbd4669516617688a7e3dd94</id>
<content type='text'>
</content>
</entry>
<entry>
<title> __GNU__ is actually preferred to __gnu_hurd__, it seems</title>
<updated>2019-10-18T08:13:51Z</updated>
<author>
<name>Laurent Bercot</name>
<email>ska-skaware@skarnet.org</email>
</author>
<published>2019-10-18T08:13:51Z</published>
<link rel='alternate' type='text/html' href='https://git.skarnet.org/cgit/skalibs/commit/?id=a58c4b6b92c9036a25173c4e63d5235e1f9dcdae'/>
<id>urn:sha1:a58c4b6b92c9036a25173c4e63d5235e1f9dcdae</id>
<content type='text'>
</content>
</entry>
<entry>
<title> nonposix.h: define _GNU_SOURCE for Hurd, remove __GLIBC__ test</title>
<updated>2019-10-17T19:56:11Z</updated>
<author>
<name>Laurent Bercot</name>
<email>ska-skaware@skarnet.org</email>
</author>
<published>2019-10-17T19:56:11Z</published>
<link rel='alternate' type='text/html' href='https://git.skarnet.org/cgit/skalibs/commit/?id=4d47c49485c7af1107c0c2480f72d4780236a77f'/>
<id>urn:sha1:4d47c49485c7af1107c0c2480f72d4780236a77f</id>
<content type='text'>
__GLIBC__ and similar ftms are not defined in the compiler, but
in features.h, which isn't POSIX so cannot be included, and
standard headers can't be included either because nonposix.h
defines ftms that must exist *prior to* std headers inclusion.

The kernel ftms, however, are defined by the compiler, so we can
use them.
</content>
</entry>
<entry>
<title> Fix path_canonicalize()'s returned length when absolute</title>
<updated>2019-10-10T18:08:36Z</updated>
<author>
<name>Laurent Bercot</name>
<email>ska-skaware@skarnet.org</email>
</author>
<published>2019-10-10T18:08:36Z</published>
<link rel='alternate' type='text/html' href='https://git.skarnet.org/cgit/skalibs/commit/?id=e9f98a16d7b46332ec4986d890c5d2e26f081cc7'/>
<id>urn:sha1:e9f98a16d7b46332ec4986d890c5d2e26f081cc7</id>
<content type='text'>
</content>
</entry>
<entry>
<title> Add path_canonicalize, prepare for 2.9.1.0</title>
<updated>2019-10-09T15:07:23Z</updated>
<author>
<name>Laurent Bercot</name>
<email>ska-skaware@skarnet.org</email>
</author>
<published>2019-10-09T15:07:23Z</published>
<link rel='alternate' type='text/html' href='https://git.skarnet.org/cgit/skalibs/commit/?id=f5e75663fef044cad02eef3eb7aef295312c1158'/>
<id>urn:sha1:f5e75663fef044cad02eef3eb7aef295312c1158</id>
<content type='text'>
</content>
</entry>
<entry>
<title> Fix SKALIBS_SIZEOF* macro declarations in skalibs/sysdeps.h</title>
<updated>2019-10-09T13:56:52Z</updated>
<author>
<name>Laurent Bercot</name>
<email>ska-skaware@skarnet.org</email>
</author>
<published>2019-10-09T13:56:52Z</published>
<link rel='alternate' type='text/html' href='https://git.skarnet.org/cgit/skalibs/commit/?id=6d8832cddea6e0d3407d8ce7f11d9baf6425a9ef'/>
<id>urn:sha1:6d8832cddea6e0d3407d8ce7f11d9baf6425a9ef</id>
<content type='text'>
</content>
</entry>
<entry>
<title> version: 2.9.0.0</title>
<updated>2019-09-22T17:42:16Z</updated>
<author>
<name>Laurent Bercot</name>
<email>ska-skaware@skarnet.org</email>
</author>
<published>2019-09-22T17:42:16Z</published>
<link rel='alternate' type='text/html' href='https://git.skarnet.org/cgit/skalibs/commit/?id=d1e11374bfe52739cf38ae4e129cfa679da22399'/>
<id>urn:sha1:d1e11374bfe52739cf38ae4e129cfa679da22399</id>
<content type='text'>
</content>
</entry>
<entry>
<title> Update tainnow.lib mentions in doc</title>
<updated>2019-09-21T06:04:21Z</updated>
<author>
<name>Laurent Bercot</name>
<email>ska-skaware@skarnet.org</email>
</author>
<published>2019-09-21T06:04:21Z</published>
<link rel='alternate' type='text/html' href='https://git.skarnet.org/cgit/skalibs/commit/?id=5bab6e4b51164c3d64b654a3c0db5f6efc0bdc86'/>
<id>urn:sha1:5bab6e4b51164c3d64b654a3c0db5f6efc0bdc86</id>
<content type='text'>
</content>
</entry>
</feed>
