<feed xmlns='http://www.w3.org/2005/Atom'>
<title>skalibs/package/deps.mak, branch v2.9.3.0</title>
<subtitle>The skarnet.org C programming library</subtitle>
<id>https://git.skarnet.org/cgit/skalibs/atom/package/deps.mak?h=v2.9.3.0</id>
<link rel='self' href='https://git.skarnet.org/cgit/skalibs/atom/package/deps.mak?h=v2.9.3.0'/>
<link rel='alternate' type='text/html' href='https://git.skarnet.org/cgit/skalibs/'/>
<updated>2020-09-17T23:31:28Z</updated>
<entry>
<title> Add stralloc_readyplus_tuned, fix overflow on stralloc_readyplus</title>
<updated>2020-09-17T23:31:28Z</updated>
<author>
<name>Laurent Bercot</name>
<email>ska-skaware@skarnet.org</email>
</author>
<published>2020-09-17T23:31:28Z</published>
<link rel='alternate' type='text/html' href='https://git.skarnet.org/cgit/skalibs/commit/?id=24f08a61e6456fb2bdf1382000a0b4b3bf910d45'/>
<id>urn:sha1:24f08a61e6456fb2bdf1382000a0b4b3bf910d45</id>
<content type='text'>
</content>
</entry>
<entry>
<title> bugfix: do not include posixishard.h in an early header!</title>
<updated>2020-03-21T13:10:47Z</updated>
<author>
<name>Laurent Bercot</name>
<email>ska-skaware@skarnet.org</email>
</author>
<published>2020-03-21T13:10:47Z</published>
<link rel='alternate' type='text/html' href='https://git.skarnet.org/cgit/skalibs/commit/?id=ab3af99b8537d7b106c7857ae29c9494926cef03'/>
<id>urn:sha1:ab3af99b8537d7b106c7857ae29c9494926cef03</id>
<content type='text'>
</content>
</entry>
<entry>
<title> Better bigkv</title>
<updated>2019-10-25T10:56:25Z</updated>
<author>
<name>Laurent Bercot</name>
<email>ska-skaware@skarnet.org</email>
</author>
<published>2019-10-25T10:56:25Z</published>
<link rel='alternate' type='text/html' href='https://git.skarnet.org/cgit/skalibs/commit/?id=c9e549afa60dc3c4660e1de42a79f810299c2ade'/>
<id>urn:sha1:c9e549afa60dc3c4660e1de42a79f810299c2ade</id>
<content type='text'>
</content>
</entry>
<entry>
<title> Add bigkv</title>
<updated>2019-10-25T09:27:56Z</updated>
<author>
<name>Laurent Bercot</name>
<email>ska-skaware@skarnet.org</email>
</author>
<published>2019-10-25T09:27:56Z</published>
<link rel='alternate' type='text/html' href='https://git.skarnet.org/cgit/skalibs/commit/?id=9945737a8f0612b8980d9da3db3e6a4ab8a247f4'/>
<id>urn:sha1:9945737a8f0612b8980d9da3db3e6a4ab8a247f4</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> 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> Also better when you actually pull the sysdeps</title>
<updated>2019-09-04T00:27:03Z</updated>
<author>
<name>Laurent Bercot</name>
<email>ska-skaware@skarnet.org</email>
</author>
<published>2019-09-04T00:27:03Z</published>
<link rel='alternate' type='text/html' href='https://git.skarnet.org/cgit/skalibs/commit/?id=07db6986589d42e2dcb5b1e91c57da9ec990bc4e'/>
<id>urn:sha1:07db6986589d42e2dcb5b1e91c57da9ec990bc4e</id>
<content type='text'>
</content>
</entry>
<entry>
<title> Big wallclock/stopwatch refactor. It was long overdue.</title>
<updated>2019-09-03T18:07:28Z</updated>
<author>
<name>Laurent Bercot</name>
<email>ska-skaware@skarnet.org</email>
</author>
<published>2019-09-03T18:07:28Z</published>
<link rel='alternate' type='text/html' href='https://git.skarnet.org/cgit/skalibs/commit/?id=e69717d9e0cd107f461abff85f255be82d7bd69b'/>
<id>urn:sha1:e69717d9e0cd107f461abff85f255be82d7bd69b</id>
<content type='text'>
 * --enable-clock and --enable-monotonic are gone
 * tain_sysclock() has been renamed tain_wallclock_read()
 * tain_wallclock_read() reads from CLOCK_REALTIME (or gettimeofday())
 * tain_clockmon[_init]() have been renamed to tain_stopwatch_[read|init]()
and now accept a monotonic clock name as an extra argument
 * tain_now() points to the system (wall) clock by default
 * tain_now_set_[stopwatch|wallclock]() can be used to switch

 Now to make a pass on all skarnet.org programs and add a
tain_now_set_stopwatch() call everywhere needed... &gt;.&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='https://git.skarnet.org/cgit/skalibs/commit/?id=d44819ae9c55f4d3c0f347b2640f58a2deddebb4'/>
<id>urn:sha1:d44819ae9c55f4d3c0f347b2640f58a2deddebb4</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='https://git.skarnet.org/cgit/skalibs/commit/?id=9ec6602c9d3c1a8801d996aa3a56c779ce1c5f70'/>
<id>urn:sha1:9ec6602c9d3c1a8801d996aa3a56c779ce1c5f70</id>
<content type='text'>
</content>
</entry>
</feed>
