<feed xmlns='http://www.w3.org/2005/Atom'>
<title>skalibs, branch v2.15.0.0</title>
<subtitle>The skarnet.org C programming library</subtitle>
<id>https://git.skarnet.org/cgit/skalibs/atom/?h=v2.15.0.0</id>
<link rel='self' href='https://git.skarnet.org/cgit/skalibs/atom/?h=v2.15.0.0'/>
<link rel='alternate' type='text/html' href='https://git.skarnet.org/cgit/skalibs/'/>
<updated>2026-05-09T13:47:00Z</updated>
<entry>
<title> version: 2.15.0.0</title>
<updated>2026-05-09T13:47:00Z</updated>
<author>
<name>Laurent Bercot</name>
<email>ska-skaware@skarnet.org</email>
</author>
<published>2026-05-09T13:47:00Z</published>
<link rel='alternate' type='text/html' href='https://git.skarnet.org/cgit/skalibs/commit/?id=b95dc9e9c6694df5d7925b1ba806b4e4a95d7db9'/>
<id>urn:sha1:b95dc9e9c6694df5d7925b1ba806b4e4a95d7db9</id>
<content type='text'>
</content>
</entry>
<entry>
<title> Remove some deprecated APIs</title>
<updated>2026-04-22T12:29:25Z</updated>
<author>
<name>Laurent Bercot</name>
<email>ska-skaware@skarnet.org</email>
</author>
<published>2026-04-22T12:29:25Z</published>
<link rel='alternate' type='text/html' href='https://git.skarnet.org/cgit/skalibs/commit/?id=8fe66dd5967bf8b809c7c8d5bd56145fe3fa19c5'/>
<id>urn:sha1:8fe66dd5967bf8b809c7c8d5bd56145fe3fa19c5</id>
<content type='text'>
</content>
</entry>
<entry>
<title> Ignore tmp-configure-* files</title>
<updated>2026-04-22T10:12:10Z</updated>
<author>
<name>Laurent Bercot</name>
<email>ska-skaware@skarnet.org</email>
</author>
<published>2026-04-22T10:12:10Z</published>
<link rel='alternate' type='text/html' href='https://git.skarnet.org/cgit/skalibs/commit/?id=72c78835b541f3632b5bfdebd504a9b110420461'/>
<id>urn:sha1:72c78835b541f3632b5bfdebd504a9b110420461</id>
<content type='text'>
</content>
</entry>
<entry>
<title> Fix sassserver_init_from*_g macros</title>
<updated>2026-04-18T15:07:27Z</updated>
<author>
<name>Laurent Bercot</name>
<email>ska-skaware@skarnet.org</email>
</author>
<published>2026-04-18T15:07:27Z</published>
<link rel='alternate' type='text/html' href='https://git.skarnet.org/cgit/skalibs/commit/?id=5d1c6a399c8cc18f35ce3d8a359611008e7afe53'/>
<id>urn:sha1:5d1c6a399c8cc18f35ce3d8a359611008e7afe53</id>
<content type='text'>
</content>
</entry>
<entry>
<title> Make ip46_from_ip? macros not force an int return</title>
<updated>2026-04-18T13:18:15Z</updated>
<author>
<name>Laurent Bercot</name>
<email>ska-skaware@skarnet.org</email>
</author>
<published>2026-04-18T13:18:15Z</published>
<link rel='alternate' type='text/html' href='https://git.skarnet.org/cgit/skalibs/commit/?id=f0b1462f922c3af4af870d5e8e0c7502b94bc7fb'/>
<id>urn:sha1:f0b1462f922c3af4af870d5e8e0c7502b94bc7fb</id>
<content type='text'>
 The int return was useless and caused warnings. Since we're
major bumping, use the opportunity to fix that.
</content>
</entry>
<entry>
<title> Support running from a socket again in sassserver</title>
<updated>2026-04-07T14:28:10Z</updated>
<author>
<name>Laurent Bercot</name>
<email>ska-skaware@skarnet.org</email>
</author>
<published>2026-04-07T14:28:10Z</published>
<link rel='alternate' type='text/html' href='https://git.skarnet.org/cgit/skalibs/commit/?id=b8afece8d141369c25027b73680deccf48ddb948'/>
<id>urn:sha1:b8afece8d141369c25027b73680deccf48ddb948</id>
<content type='text'>
 A sassserver can run the same when forked or spawned from a
local service, that's the point of textclient. Most sassservers
don't need local service support in any way, and cutting the
support from that saves pulling a good amount of code, but some
do. Put back local service support while refactoring the code
so running as a child from the client (common case) doesn't pull
the socket code.
</content>
</entry>
<entry>
<title> ipc_bind: change errno to ENAMETOOLONG on long sun_path</title>
<updated>2026-04-05T12:27:00Z</updated>
<author>
<name>Laurent Bercot</name>
<email>ska-skaware@skarnet.org</email>
</author>
<published>2026-04-05T12:27:00Z</published>
<link rel='alternate' type='text/html' href='https://git.skarnet.org/cgit/skalibs/commit/?id=cce8bb24ca6ebc98b787f087d76334f5e38daf2a'/>
<id>urn:sha1:cce8bb24ca6ebc98b787f087d76334f5e38daf2a</id>
<content type='text'>
</content>
</entry>
<entry>
<title> Update deps/docs/mirrors</title>
<updated>2026-04-04T16:09:37Z</updated>
<author>
<name>Laurent Bercot</name>
<email>ska-skaware@skarnet.org</email>
</author>
<published>2026-04-04T16:09:37Z</published>
<link rel='alternate' type='text/html' href='https://git.skarnet.org/cgit/skalibs/commit/?id=ca2b7e2012537d752969dcb78935077abb92c2de'/>
<id>urn:sha1:ca2b7e2012537d752969dcb78935077abb92c2de</id>
<content type='text'>
</content>
</entry>
<entry>
<title> Support null .lo in gol</title>
<updated>2026-04-01T00:46:57Z</updated>
<author>
<name>Laurent Bercot</name>
<email>ska-skaware@skarnet.org</email>
</author>
<published>2026-04-01T00:46:57Z</published>
<link rel='alternate' type='text/html' href='https://git.skarnet.org/cgit/skalibs/commit/?id=8c7ea8f92ad0a21d3a1aefb03699b99555ff1a3c'/>
<id>urn:sha1:8c7ea8f92ad0a21d3a1aefb03699b99555ff1a3c</id>
<content type='text'>
</content>
</entry>
<entry>
<title> Doc update</title>
<updated>2026-03-30T23:58:53Z</updated>
<author>
<name>Laurent Bercot</name>
<email>ska-skaware@skarnet.org</email>
</author>
<published>2026-03-30T23:58:53Z</published>
<link rel='alternate' type='text/html' href='https://git.skarnet.org/cgit/skalibs/commit/?id=b47da70b421dee0454c91f4f63102db46262c061'/>
<id>urn:sha1:b47da70b421dee0454c91f4f63102db46262c061</id>
<content type='text'>
</content>
</entry>
</feed>
