summaryrefslogtreecommitdiff
path: root/doc/libstddjb
AgeCommit message (Collapse)Author
2021-09-29 Doc fixesLaurent Bercot
Signed-off-by: Laurent Bercot <ska@appnovation.com>
2021-09-26 Fix fd_cat/n docLaurent Bercot
Signed-off-by: Laurent Bercot <ska@appnovation.com>
2021-09-25 Axe iobufferLaurent Bercot
Signed-off-by: Laurent Bercot <ska@appnovation.com>
2021-07-23 New 2.11.0.0 branch with several modificationsLaurent Bercot
- libbiguint removed - cdb_make changed to cdbmake (because different ui) - cdb redesigned Signed-off-by: Laurent Bercot <ska@appnovation.com>
2021-06-14 doc: allreadwrite: document scatter/gatter functionsLaurent Bercot
Signed-off-by: Jesse Young <jlyo@jlyo.org>
2021-06-14 doc: reconcile openwrite{,v}nclose_suffix{,_devino}{,_sync} with djbunix.hLaurent Bercot
Signed-off-by: Jesse Young <jlyo@jlyo.org>
2021-01-19 version: 2.10.0.1v2.10.0.1Laurent Bercot
2021-01-14 Undocument pathexec functions (replaced with exec.h stuff)Laurent Bercot
2020-12-09 Reflect changes in docLaurent Bercot
2020-11-29 Revamp lock primitives; prepare for 2.10.0.0 instead of 2.9.4.0Laurent Bercot
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.
2020-11-20 Add fd_shutdown()Laurent Bercot
2020-10-26 Change new function names to openc_*; update deps.makLaurent Bercot
2020-10-26 Prepare for 2.9.4.0; add open*coe() functions.Laurent Bercot
2020-10-04 doc: fix URLsLaurent Bercot
2020-04-29 Correct alloc.h documentationLaurent Bercot
2020-03-30skalibs: fix html errorsColin Booth
Signed-off-by: Colin Booth <colin@heliocat.net>
2019-10-09 Add path_canonicalize, prepare for 2.9.1.0Laurent Bercot
2019-09-07 Update docLaurent Bercot
2019-09-03 Big wallclock/stopwatch refactor. It was long overdue.Laurent Bercot
* --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... >.>
2019-06-21 Doc fixLaurent Bercot
2019-03-08 bugfix: leap second table. Also add leapsec reporting in localtm.Laurent Bercot
2018-08-01 Remove protLaurent Bercot
2018-07-15 Doc typo fixLaurent Bercot
2018-03-01 Add byte_zzero, openb_readLaurent Bercot
2018-02-14 Add execvep_loose, prepare for 2.6.4.0Laurent Bercot
2018-01-06 Doc typo fixLaurent Bercot
2017-10-30 Add lock_unx()Laurent Bercot
2017-08-10 Doc typo fixLaurent Bercot
2017-05-24 More schemeless URLsLaurent Bercot
2017-05-23 Switch doc to schemeless URLsLaurent Bercot
2017-05-18 Add xpathexec_* functions, prepare for 2.5.1.0Laurent Bercot
2017-05-16 Add stub documentation files to avoid 404Laurent Bercot
2017-03-13 Cleanups - mostly removing superfluous includes in headersLaurent Bercot
2017-03-08 Update documentation for the types change, with some extra fixesLaurent Bercot
Also remove --enable-replace-libc from configure
2016-12-03 version: 2.4.0.2v2.4.0.2Laurent Bercot
2016-10-24 Add the alarm library, first draft.Laurent Bercot
2016-10-19 child_spawn2 documentationLaurent Bercot
2016-02-25 Doc fixLaurent Bercot
2016-01-05 Add bitarray_first{clear,set}_skip (thx jjk)Laurent Bercot
version: rc for 2.3.9.0 after Makefile fix
2015-10-14 - Remove /etc/leapsecs.datv2.3.8.0Laurent Bercot
- Publish tools to create the leap second table as a .c - Simplify functions using leap seconds - rc for 2.3.8.0
2015-07-20 - fd_close fixLaurent Bercot
- add openreadnclose_nb - rc for 2.3.6.0
2015-05-07 Make all doc mobile-readable according to Google standardsLaurent Bercot
2015-03-10 fd_copy/fd_move doc fixLaurent Bercot
2015-02-23 Add hiercopy and hiercopy_tmpv2.3.1.0Laurent Bercot
2015-02-07 - Doc updateLaurent Bercot
- version: 2.3.0.0 rc
2015-01-09 tai conversion functions overhaul.Laurent Bercot
API change -> rc for 2.2.0.0 Doc updated.
2015-01-02 Remove the --enable-right-tz configure option.Laurent Bercot
Make it a run-time autodetection instead. Update doc. Thanks to Paul Jarc for the suggestion.
2014-12-31 Documentation fixesLaurent Bercot
2014-12-18 Documentation fixesLaurent Bercot
2014-12-18 child_spawn1 doc updateLaurent Bercot