<feed xmlns='http://www.w3.org/2005/Atom'>
<title>skalibs/src/headers, branch 2.11.0.0</title>
<subtitle>The skarnet.org C programming library</subtitle>
<id>http://git.skarnet.org/cgit/skalibs/atom/src/headers?h=2.11.0.0</id>
<link rel='self' href='http://git.skarnet.org/cgit/skalibs/atom/src/headers?h=2.11.0.0'/>
<link rel='alternate' type='text/html' href='http://git.skarnet.org/cgit/skalibs/'/>
<updated>2021-07-28T23:45:20Z</updated>
<entry>
<title> Huge incompatible changes.</title>
<updated>2021-07-28T23:45:20Z</updated>
<author>
<name>Laurent Bercot</name>
<email>ska-skaware@skarnet.org</email>
</author>
<published>2021-07-28T23:45:20Z</published>
<link rel='alternate' type='text/html' href='http://git.skarnet.org/cgit/skalibs/commit/?id=9592bfd0dda7c575de07bce2c7a81b8432d845a4'/>
<id>urn:sha1:9592bfd0dda7c575de07bce2c7a81b8432d845a4</id>
<content type='text'>
- Obsolete skalibs/environ.h and skalibs/getpeereid.h removed.
- rc4 and md5 removed.
- All *_t types renamed to avoid treading on POSIX namespace.
- subgetopt() renamed to lgetopt().
- signal functions reworked; skasigaction removed; sig_stack removed
- Various functions removed: skaoffsetof(), selfpipe_untrap()
- New posixplz function: munmap_void.

Signed-off-by: Laurent Bercot &lt;ska@appnovation.com&gt;
</content>
</entry>
<entry>
<title> Factor all the BSD complaints into one new header</title>
<updated>2019-07-22T13:58:11Z</updated>
<author>
<name>Laurent Bercot</name>
<email>ska-skaware@skarnet.org</email>
</author>
<published>2019-07-22T13:58:11Z</published>
<link rel='alternate' type='text/html' href='http://git.skarnet.org/cgit/skalibs/commit/?id=d44819ae9c55f4d3c0f347b2640f58a2deddebb4'/>
<id>urn:sha1:d44819ae9c55f4d3c0f347b2640f58a2deddebb4</id>
<content type='text'>
</content>
</entry>
<entry>
<title> bits-fmtscan refactor, part two</title>
<updated>2019-07-19T12:34:44Z</updated>
<author>
<name>Laurent Bercot</name>
<email>ska-skaware@skarnet.org</email>
</author>
<published>2019-07-19T12:34:44Z</published>
<link rel='alternate' type='text/html' href='http://git.skarnet.org/cgit/skalibs/commit/?id=34f0e76ca0135b2b302e2b079482a4038149b079'/>
<id>urn:sha1:34f0e76ca0135b2b302e2b079482a4038149b079</id>
<content type='text'>
</content>
</entry>
<entry>
<title> Better with the new files added &gt;.&gt;</title>
<updated>2019-07-11T17:46:58Z</updated>
<author>
<name>Laurent Bercot</name>
<email>ska-skaware@skarnet.org</email>
</author>
<published>2019-07-11T17:46:58Z</published>
<link rel='alternate' type='text/html' href='http://git.skarnet.org/cgit/skalibs/commit/?id=7e1e6cf1584c5f1c0d6c892d013ed522fb8a8bc1'/>
<id>urn:sha1:7e1e6cf1584c5f1c0d6c892d013ed522fb8a8bc1</id>
<content type='text'>
</content>
</entry>
<entry>
<title> bits-fmtscan refactor, part one</title>
<updated>2019-07-11T16:19:36Z</updated>
<author>
<name>Laurent Bercot</name>
<email>ska-skaware@skarnet.org</email>
</author>
<published>2019-07-11T16:19:36Z</published>
<link rel='alternate' type='text/html' href='http://git.skarnet.org/cgit/skalibs/commit/?id=9ec6602c9d3c1a8801d996aa3a56c779ce1c5f70'/>
<id>urn:sha1:9ec6602c9d3c1a8801d996aa3a56c779ce1c5f70</id>
<content type='text'>
</content>
</entry>
<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='http://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 _PACK and pack/unpack functions for signed types</title>
<updated>2017-11-27T15:13:33Z</updated>
<author>
<name>Laurent Bercot</name>
<email>ska-skaware@skarnet.org</email>
</author>
<published>2017-11-27T15:13:33Z</published>
<link rel='alternate' type='text/html' href='http://git.skarnet.org/cgit/skalibs/commit/?id=60f60b28a92fdbf2139ff67a95bac996052d7c2b'/>
<id>urn:sha1:60f60b28a92fdbf2139ff67a95bac996052d7c2b</id>
<content type='text'>
</content>
</entry>
<entry>
<title> Better packing / unpacking code</title>
<updated>2017-10-18T16:13:24Z</updated>
<author>
<name>Laurent Bercot</name>
<email>ska-skaware@skarnet.org</email>
</author>
<published>2017-10-18T16:13:24Z</published>
<link rel='alternate' type='text/html' href='http://git.skarnet.org/cgit/skalibs/commit/?id=45923c08b00ccdfd888caf6d2b555a137c563988'/>
<id>urn:sha1:45923c08b00ccdfd888caf6d2b555a137c563988</id>
<content type='text'>
 Godbolted for x86_64 with gcc and clang.
</content>
</entry>
<entry>
<title> Change setgroups() management, in particular add skalibs_setgroups()</title>
<updated>2017-07-16T15:24:33Z</updated>
<author>
<name>Laurent Bercot</name>
<email>ska-skaware@skarnet.org</email>
</author>
<published>2017-07-16T15:24:33Z</published>
<link rel='alternate' type='text/html' href='http://git.skarnet.org/cgit/skalibs/commit/?id=42c13f4acdd1e9f6a6cbdd88cb76006768d7ff6a'/>
<id>urn:sha1:42c13f4acdd1e9f6a6cbdd88cb76006768d7ff6a</id>
<content type='text'>
</content>
</entry>
<entry>
<title> Remove byte_copy invocation from ip46-without</title>
<updated>2017-05-10T23:09:56Z</updated>
<author>
<name>Laurent Bercot</name>
<email>ska-skaware@skarnet.org</email>
</author>
<published>2017-05-10T23:09:56Z</published>
<link rel='alternate' type='text/html' href='http://git.skarnet.org/cgit/skalibs/commit/?id=574625d7b5c9e9a1a3b9dcdc92d395f391802d26'/>
<id>urn:sha1:574625d7b5c9e9a1a3b9dcdc92d395f391802d26</id>
<content type='text'>
</content>
</entry>
</feed>
