<feed xmlns='http://www.w3.org/2005/Atom'>
<title>skalibs/doc/index.html, branch v2.10.0.2</title>
<subtitle>The skarnet.org C programming library</subtitle>
<id>https://git.skarnet.org/cgit/skalibs/atom/doc/index.html?h=v2.10.0.2</id>
<link rel='self' href='https://git.skarnet.org/cgit/skalibs/atom/doc/index.html?h=v2.10.0.2'/>
<link rel='alternate' type='text/html' href='https://git.skarnet.org/cgit/skalibs/'/>
<updated>2021-02-11T16:48:17Z</updated>
<entry>
<title> Prepare for 2.10.0.2</title>
<updated>2021-02-11T16:48:17Z</updated>
<author>
<name>Laurent Bercot</name>
<email>ska-skaware@skarnet.org</email>
</author>
<published>2021-02-11T16:48:17Z</published>
<link rel='alternate' type='text/html' href='https://git.skarnet.org/cgit/skalibs/commit/?id=c9cbf322db9b0617e38859b08e9ea90976bd6fcd'/>
<id>urn:sha1:c9cbf322db9b0617e38859b08e9ea90976bd6fcd</id>
<content type='text'>
</content>
</entry>
<entry>
<title> Prepare for 2.10.0.1</title>
<updated>2021-01-14T23:01:07Z</updated>
<author>
<name>Laurent Bercot</name>
<email>ska-skaware@skarnet.org</email>
</author>
<published>2021-01-14T23:01:07Z</published>
<link rel='alternate' type='text/html' href='https://git.skarnet.org/cgit/skalibs/commit/?id=3f894f075f2fa9265544297b17e710fc097c063f'/>
<id>urn:sha1:3f894f075f2fa9265544297b17e710fc097c063f</id>
<content type='text'>
</content>
</entry>
<entry>
<title> Revamp lock primitives; prepare for 2.10.0.0 instead of 2.9.4.0</title>
<updated>2020-11-29T21:02:32Z</updated>
<author>
<name>Laurent Bercot</name>
<email>ska-skaware@skarnet.org</email>
</author>
<published>2020-11-29T21:02:32Z</published>
<link rel='alternate' type='text/html' href='https://git.skarnet.org/cgit/skalibs/commit/?id=90b819c6d832046840018ff08b9bc5d0e3b69c37'/>
<id>urn:sha1:90b819c6d832046840018ff08b9bc5d0e3b69c37</id>
<content type='text'>
 flock() doesn't have a way to test for a lock without taking it.
 lockf() doesn't have shared locks.
 The only way to have both is fcntl(). So I rewrote all the
locking stuff around fcntl(), and used the opportunity to change
the interface.
 The point of changing the interface is to stop having to bother
with the old one, so to hell with compatibility, let's just do a
major bump.
</content>
</entry>
<entry>
<title> Prepare for 2.9.4.0; add open*coe() functions.</title>
<updated>2020-10-26T08:59:58Z</updated>
<author>
<name>Laurent Bercot</name>
<email>ska-skaware@skarnet.org</email>
</author>
<published>2020-10-26T08:59:58Z</published>
<link rel='alternate' type='text/html' href='https://git.skarnet.org/cgit/skalibs/commit/?id=9806a4f3bb81f71c46735a2b378cb074fef6e27b'/>
<id>urn:sha1:9806a4f3bb81f71c46735a2b378cb074fef6e27b</id>
<content type='text'>
</content>
</entry>
<entry>
<title> doc: fix URLs</title>
<updated>2020-10-04T01:06:16Z</updated>
<author>
<name>Laurent Bercot</name>
<email>ska-skaware@skarnet.org</email>
</author>
<published>2020-10-04T01:06:16Z</published>
<link rel='alternate' type='text/html' href='https://git.skarnet.org/cgit/skalibs/commit/?id=f3d5157564992f1ef9f390b3ce0c7d3706ba0f19'/>
<id>urn:sha1:f3d5157564992f1ef9f390b3ce0c7d3706ba0f19</id>
<content type='text'>
</content>
</entry>
<entry>
<title> Prepare for 2.9.3.0</title>
<updated>2020-09-18T09:35:43Z</updated>
<author>
<name>Laurent Bercot</name>
<email>ska-skaware@skarnet.org</email>
</author>
<published>2020-09-18T09:35:43Z</published>
<link rel='alternate' type='text/html' href='https://git.skarnet.org/cgit/skalibs/commit/?id=3aad40d38f3cba359f78f81dd27b420d19aa45b7'/>
<id>urn:sha1:3aad40d38f3cba359f78f81dd27b420d19aa45b7</id>
<content type='text'>
</content>
</entry>
<entry>
<title> Prepare for 2.9.2.1</title>
<updated>2020-04-06T11:42:54Z</updated>
<author>
<name>Laurent Bercot</name>
<email>ska-skaware@skarnet.org</email>
</author>
<published>2020-04-06T11:42:54Z</published>
<link rel='alternate' type='text/html' href='https://git.skarnet.org/cgit/skalibs/commit/?id=ae38ee6e354f4a18df8a2cccf0a101695c3dbf68'/>
<id>urn:sha1:ae38ee6e354f4a18df8a2cccf0a101695c3dbf68</id>
<content type='text'>
</content>
</entry>
<entry>
<title>skalibs: fix html errors</title>
<updated>2020-03-30T18:20:42Z</updated>
<author>
<name>Colin Booth</name>
<email>colin@heliocat.net</email>
</author>
<published>2020-03-30T17:48:53Z</published>
<link rel='alternate' type='text/html' href='https://git.skarnet.org/cgit/skalibs/commit/?id=5b4169f484ad2aac76c816503142067363b2c332'/>
<id>urn:sha1:5b4169f484ad2aac76c816503142067363b2c332</id>
<content type='text'>
Signed-off-by: Colin Booth &lt;colin@heliocat.net&gt;
</content>
</entry>
<entry>
<title> Fix shared libs installation; prepare for 2.9.2.0</title>
<updated>2020-01-27T15:02:11Z</updated>
<author>
<name>Laurent Bercot</name>
<email>ska-skaware@skarnet.org</email>
</author>
<published>2020-01-27T15:02:11Z</published>
<link rel='alternate' type='text/html' href='https://git.skarnet.org/cgit/skalibs/commit/?id=3f090bb2fe66f9fd79c75344fa7f03a76ea67e00'/>
<id>urn:sha1:3f090bb2fe66f9fd79c75344fa7f03a76ea67e00</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>
</feed>
