summaryrefslogtreecommitdiff
path: root/doc/libstddjb
AgeCommit message (Collapse)Author
2024-06-19 Fix cspawn signature in docLaurent Bercot
Signed-off-by: Laurent Bercot <ska@appnovation.com>
2024-05-17 Fix some bits and pieces of the new docLaurent Bercot
Signed-off-by: Laurent Bercot <ska@appnovation.com>
2024-05-17document env.hCarlos Eduardo
Singling out envdir_chomp might sound a bit snarky, but it's somewhat contradictory, so I believe it's better to document it separately.
2023-09-11 Add gcspawnLaurent Bercot
Signed-off-by: Laurent Bercot <ska@appnovation.com>
2023-09-11 Rip off more obsolete bandaidsLaurent Bercot
Signed-off-by: Laurent Bercot <ska@appnovation.com>
2023-09-09 Document cspawnLaurent Bercot
Signed-off-by: Laurent Bercot <ska@appnovation.com>
2023-08-08 Fix back slurpnLaurent Bercot
Signed-off-by: Laurent Bercot <ska@appnovation.com>
2023-04-21 doc typo fixLaurent Bercot
Signed-off-by: Laurent Bercot <ska@appnovation.com>
2023-04-07 Add selfpipe_fd(), refactor selfpipeLaurent Bercot
Signed-off-by: Laurent Bercot <ska@appnovation.com>
2023-02-09 Add sals, several refactorsLaurent Bercot
Signed-off-by: Laurent Bercot <ska@appnovation.com>
2023-01-18 Add bytestr.h docLaurent Bercot
Signed-off-by: Laurent Bercot <ska@appnovation.com>
2023-01-04 Add siovec doc, fix siovec_trunc, credit ErmineLaurent Bercot
Signed-off-by: Laurent Bercot <ska@appnovation.com>
2022-11-30 Much better strerr revamp, with __VA_ARGS__Laurent Bercot
Signed-off-by: Laurent Bercot <ska@appnovation.com>
2022-11-29 Prepare for 2.13.0.0, revamp strerrLaurent Bercot
Signed-off-by: Laurent Bercot <ska@appnovation.com>
2022-09-27 Doc fixes: remove _t from skalibs typesLaurent Bercot
Signed-off-by: Laurent Bercot <ska@appnovation.com>
2022-07-18 Fix allread errno managementLaurent Bercot
Signed-off-by: Laurent Bercot <ska@appnovation.com>
2022-06-08 Clean up / homogenize openreadnclose() familyLaurent Bercot
Signed-off-by: Laurent Bercot <ska@appnovation.com>
2022-04-15 Add waitn_posix() and waitn_reap_posix()Laurent Bercot
Signed-off-by: Laurent Bercot <ska@appnovation.com>
2022-04-11 Doc fixLaurent Bercot
Signed-off-by: Laurent Bercot <ska@appnovation.com>
2022-03-20 Doc fixLaurent Bercot
Signed-off-by: Laurent Bercot <ska@appnovation.com>
2022-03-16 Doc fixesLaurent Bercot
Signed-off-by: Laurent Bercot <ska@appnovation.com>
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