<feed xmlns='http://www.w3.org/2005/Atom'>
<title>skalibs/configure, branch v2.4.0.2</title>
<subtitle>The skarnet.org C programming library</subtitle>
<id>https://git.skarnet.org/cgit/skalibs/atom/configure?h=v2.4.0.2</id>
<link rel='self' href='https://git.skarnet.org/cgit/skalibs/atom/configure?h=v2.4.0.2'/>
<link rel='alternate' type='text/html' href='https://git.skarnet.org/cgit/skalibs/'/>
<updated>2016-10-29T22:14:15Z</updated>
<entry>
<title> bugfix: correctly read timer_lib when cross-compiling</title>
<updated>2016-10-29T22:14:15Z</updated>
<author>
<name>Laurent Bercot</name>
<email>ska-skaware@skarnet.org</email>
</author>
<published>2016-10-29T22:14:15Z</published>
<link rel='alternate' type='text/html' href='https://git.skarnet.org/cgit/skalibs/commit/?id=7a05ff287d2d3a40d6d88b43a61b459f0120c26e'/>
<id>urn:sha1:7a05ff287d2d3a40d6d88b43a61b459f0120c26e</id>
<content type='text'>
</content>
</entry>
<entry>
<title> Add timer_lib for support (GNU requires -lrt for timer_create!)</title>
<updated>2016-10-24T13:05:48Z</updated>
<author>
<name>Laurent Bercot</name>
<email>ska-skaware@skarnet.org</email>
</author>
<published>2016-10-24T13:05:48Z</published>
<link rel='alternate' type='text/html' href='https://git.skarnet.org/cgit/skalibs/commit/?id=0b2719640e69c8bc929c43338646674a2a00582c'/>
<id>urn:sha1:0b2719640e69c8bc929c43338646674a2a00582c</id>
<content type='text'>
</content>
</entry>
<entry>
<title> Add the alarm library, first draft.</title>
<updated>2016-10-24T02:15:36Z</updated>
<author>
<name>Laurent Bercot</name>
<email>ska-skaware@skarnet.org</email>
</author>
<published>2016-10-24T02:15:36Z</published>
<link rel='alternate' type='text/html' href='https://git.skarnet.org/cgit/skalibs/commit/?id=9ef3a9f8b2704693496af12120ea3ab40389bf7b'/>
<id>urn:sha1:9ef3a9f8b2704693496af12120ea3ab40389bf7b</id>
<content type='text'>
</content>
</entry>
<entry>
<title> Revert SKALIBS_DEFAULTPATH to /usr/bin:/bin</title>
<updated>2016-10-16T21:13:15Z</updated>
<author>
<name>Laurent Bercot</name>
<email>ska-skaware@skarnet.org</email>
</author>
<published>2016-10-16T21:13:15Z</published>
<link rel='alternate' type='text/html' href='https://git.skarnet.org/cgit/skalibs/commit/?id=46529d0c27923bb961c1b0734de0c2562cbabe30'/>
<id>urn:sha1:46529d0c27923bb961c1b0734de0c2562cbabe30</id>
<content type='text'>
</content>
</entry>
<entry>
<title> Clean up and modernize librandom.</title>
<updated>2016-10-14T17:07:56Z</updated>
<author>
<name>Laurent Bercot</name>
<email>ska-skaware@skarnet.org</email>
</author>
<published>2016-10-14T17:07:56Z</published>
<link rel='alternate' type='text/html' href='https://git.skarnet.org/cgit/skalibs/commit/?id=a1933bd1847951b959016f59ee744d1b18a00142'/>
<id>urn:sha1:a1933bd1847951b959016f59ee744d1b18a00142</id>
<content type='text'>
 Correct random number generation has historically been
suprisingly painful to achieve. There was no standard,
every system behaved in a subtly different way, and there
were a few userland initiatives to get decent randomness,
all incompatible of course.
 The situation is a bit better now, we're heading towards
some standardization. The arc4random() series of functions
is a good API, and available on a lot of systems -
unfortunately not Linux, but on Linux the new getrandom()
makes using /dev/random obsolete.

 So I removed the old crap in librandom, dropped EGD support,
dropped dynamic backend selection, made a single API series
(random_* instead of goodrandom_* and badrandom_*), added
an arc4random backend and a getrandom backend, and defaulted
to /dev/urandom backed up by SURF in the worst case. This
should be much smaller and logical. However, it's a major
API break, so the skarnet.org stack will be changed to
adapt.
</content>
</entry>
<entry>
<title> configure: allow $CC to have several words</title>
<updated>2016-09-27T13:18:54Z</updated>
<author>
<name>Laurent Bercot</name>
<email>ska-skaware@skarnet.org</email>
</author>
<published>2016-09-27T13:18:54Z</published>
<link rel='alternate' type='text/html' href='https://git.skarnet.org/cgit/skalibs/commit/?id=eaf9404b22bba7be5092672144b867380c602beb'/>
<id>urn:sha1:eaf9404b22bba7be5092672144b867380c602beb</id>
<content type='text'>
</content>
</entry>
<entry>
<title> Replace c99 compiler test with clang</title>
<updated>2016-09-26T15:17:33Z</updated>
<author>
<name>Laurent Bercot</name>
<email>ska-skaware@skarnet.org</email>
</author>
<published>2016-09-26T15:17:33Z</published>
<link rel='alternate' type='text/html' href='https://git.skarnet.org/cgit/skalibs/commit/?id=7c462622eb9e019848c872434fc7c8f875cf3323'/>
<id>urn:sha1:7c462622eb9e019848c872434fc7c8f875cf3323</id>
<content type='text'>
</content>
</entry>
<entry>
<title> ... if I stop being an idiot</title>
<updated>2016-08-12T17:41:05Z</updated>
<author>
<name>Laurent Bercot</name>
<email>ska-skaware@skarnet.org</email>
</author>
<published>2016-08-12T17:41:05Z</published>
<link rel='alternate' type='text/html' href='https://git.skarnet.org/cgit/skalibs/commit/?id=4fd66d857b5e0c9cea39b48fde1b3c5e50ee687e'/>
<id>urn:sha1:4fd66d857b5e0c9cea39b48fde1b3c5e50ee687e</id>
<content type='text'>
</content>
</entry>
<entry>
<title> And the next iteration!</title>
<updated>2016-08-12T17:04:58Z</updated>
<author>
<name>Laurent Bercot</name>
<email>ska-skaware@skarnet.org</email>
</author>
<published>2016-08-12T17:04:58Z</published>
<link rel='alternate' type='text/html' href='https://git.skarnet.org/cgit/skalibs/commit/?id=d8e53cf6c43f0f442ad1ab28ab963dc609bb1356'/>
<id>urn:sha1:d8e53cf6c43f0f442ad1ab28ab963dc609bb1356</id>
<content type='text'>
</content>
</entry>
<entry>
<title> Next iteration... BSD shells are BROKEN</title>
<updated>2016-08-12T16:30:57Z</updated>
<author>
<name>Laurent Bercot</name>
<email>ska-skaware@skarnet.org</email>
</author>
<published>2016-08-12T16:30:57Z</published>
<link rel='alternate' type='text/html' href='https://git.skarnet.org/cgit/skalibs/commit/?id=fd527fbb52528d58d3d2e2636fd4a16d1335bc50'/>
<id>urn:sha1:fd527fbb52528d58d3d2e2636fd4a16d1335bc50</id>
<content type='text'>
</content>
</entry>
</feed>
