<feed xmlns='http://www.w3.org/2005/Atom'>
<title>skalibs/src, branch v2.9.1.0</title>
<subtitle>The skarnet.org C programming library</subtitle>
<id>https://git.skarnet.org/cgit/skalibs/atom/src?h=v2.9.1.0</id>
<link rel='self' href='https://git.skarnet.org/cgit/skalibs/atom/src?h=v2.9.1.0'/>
<link rel='alternate' type='text/html' href='https://git.skarnet.org/cgit/skalibs/'/>
<updated>2019-10-20T03:04:05Z</updated>
<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> THAT'S IT WE HAVE EASY CROSS-COMPILATION FOLKS</title>
<updated>2019-09-20T21:34:29Z</updated>
<author>
<name>Laurent Bercot</name>
<email>ska-skaware@skarnet.org</email>
</author>
<published>2019-09-20T21:34:29Z</published>
<link rel='alternate' type='text/html' href='https://git.skarnet.org/cgit/skalibs/commit/?id=46981239e8dc5982e0cd5f3db90058f40ac709c2'/>
<id>urn:sha1:46981239e8dc5982e0cd5f3db90058f40ac709c2</id>
<content type='text'>
</content>
</entry>
<entry>
<title> We're down to ONE rogue sysdep, boys. ONE.</title>
<updated>2019-09-20T19:55:29Z</updated>
<author>
<name>Laurent Bercot</name>
<email>ska-skaware@skarnet.org</email>
</author>
<published>2019-09-20T19:55:29Z</published>
<link rel='alternate' type='text/html' href='https://git.skarnet.org/cgit/skalibs/commit/?id=03f37879ef167dba6f5944716c06da81902e436e'/>
<id>urn:sha1:03f37879ef167dba6f5944716c06da81902e436e</id>
<content type='text'>
</content>
</entry>
<entry>
<title> sysdeps redesign: first part: minimize clr tests</title>
<updated>2019-09-20T18:22:27Z</updated>
<author>
<name>Laurent Bercot</name>
<email>ska-skaware@skarnet.org</email>
</author>
<published>2019-09-20T18:22:27Z</published>
<link rel='alternate' type='text/html' href='https://git.skarnet.org/cgit/skalibs/commit/?id=6011d413604df8224b91ca9f9b3d50663b60e117'/>
<id>urn:sha1:6011d413604df8224b91ca9f9b3d50663b60e117</id>
<content type='text'>
 Remaining clr:
  emptyregex: can be safely guessed to no
  nullispointer: can't be safely guessed, but do we need the test?
  devurandom: can't be safely guessed
  malloc0: can more or less be safely guessed to no
</content>
</entry>
<entry>
<title> Change tain_now_set_* API: also give an initial value</title>
<updated>2019-09-06T09:37:56Z</updated>
<author>
<name>Laurent Bercot</name>
<email>ska-skaware@skarnet.org</email>
</author>
<published>2019-09-06T09:37:56Z</published>
<link rel='alternate' type='text/html' href='https://git.skarnet.org/cgit/skalibs/commit/?id=48e06b650a393ca6fc0b65bd601d67904dd669e8'/>
<id>urn:sha1:48e06b650a393ca6fc0b65bd601d67904dd669e8</id>
<content type='text'>
</content>
</entry>
</feed>
