aboutsummaryrefslogtreecommitdiffstats
path: root/doc/libstddjb
Commit message (Collapse)AuthorAgeFilesLines
* Doc typo fixLaurent Bercot2026-06-301-1/+1
|
* Update deps/docs/mirrorsLaurent Bercot2026-04-0437-0/+37
|
* doc typo fixLaurent Bercot2026-03-041-1/+1
|
* add fmtscan.h documentationHoël Bézier2026-02-031-2/+80
| | | | Signed-off-by: Hoël Bézier <hoelbezier@riseup.net>
* buffer doc: some adjustments. Credit Hoël.Laurent Bercot2025-12-181-3/+4
|
* add buffer.h documentationHoël Bézier2025-12-181-2/+65
| | | | Signed-off-by: Hoël Bézier <hoelbezier@riseup.net>
* OpenBSD declares getpeereid in sys/socket.h, because it's OpenBSDLaurent Bercot2025-10-241-28/+0
|
* gol_argv bugfix, tai.html doc fixLaurent Bercot2025-07-131-2/+2
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Update docs to latest posix versionLaurent Bercot2025-04-2813-59/+59
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Add tain_addmsec, millisleepLaurent Bercot2025-04-041-0/+6
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Add sagetexecname() and all the necessary infrastructureLaurent Bercot2025-04-021-0/+6
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Fix cspawn signature in docLaurent Bercot2024-06-191-2/+2
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Fix some bits and pieces of the new docLaurent Bercot2024-05-172-24/+25
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* document env.hCarlos Eduardo2024-05-172-2/+167
| | | | | Singling out envdir_chomp might sound a bit snarky, but it's somewhat contradictory, so I believe it's better to document it separately.
* Add gcspawnLaurent Bercot2023-09-111-7/+13
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Rip off more obsolete bandaidsLaurent Bercot2023-09-111-31/+25
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Document cspawnLaurent Bercot2023-09-093-45/+133
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Fix back slurpnLaurent Bercot2023-08-081-0/+8
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* doc typo fixLaurent Bercot2023-04-211-1/+1
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Add selfpipe_fd(), refactor selfpipeLaurent Bercot2023-04-071-0/+15
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Add sals, several refactorsLaurent Bercot2023-02-091-0/+11
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Add bytestr.h docLaurent Bercot2023-01-181-1/+236
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Add siovec doc, fix siovec_trunc, credit ErmineLaurent Bercot2023-01-041-1/+114
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Much better strerr revamp, with __VA_ARGS__Laurent Bercot2022-11-302-0/+29
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Prepare for 2.13.0.0, revamp strerrLaurent Bercot2022-11-293-58/+0
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Doc fixes: remove _t from skalibs typesLaurent Bercot2022-09-277-94/+94
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Fix allread errno managementLaurent Bercot2022-07-181-1/+1
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Clean up / homogenize openreadnclose() familyLaurent Bercot2022-06-081-1/+1
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Add waitn_posix() and waitn_reap_posix()Laurent Bercot2022-04-151-0/+13
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Doc fixLaurent Bercot2022-04-111-1/+1
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Doc fixLaurent Bercot2022-03-201-1/+1
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Doc fixesLaurent Bercot2022-03-162-3/+3
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Doc fixesLaurent Bercot2021-09-292-23/+122
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Fix fd_cat/n docLaurent Bercot2021-09-261-2/+2
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Axe iobufferLaurent Bercot2021-09-252-29/+0
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* New 2.11.0.0 branch with several modificationsLaurent Bercot2021-07-232-5/+5
| | | | | | | | - libbiguint removed - cdb_make changed to cdbmake (because different ui) - cdb redesigned Signed-off-by: Laurent Bercot <ska@appnovation.com>
* doc: allreadwrite: document scatter/gatter functionsLaurent Bercot2021-06-141-0/+53
| | | | Signed-off-by: Jesse Young <jlyo@jlyo.org>
* doc: reconcile openwrite{,v}nclose_suffix{,_devino}{,_sync} with djbunix.hLaurent Bercot2021-06-141-6/+6
| | | | Signed-off-by: Jesse Young <jlyo@jlyo.org>
* version: 2.10.0.1v2.10.0.1Laurent Bercot2021-01-191-1/+1
|
* Undocument pathexec functions (replaced with exec.h stuff)Laurent Bercot2021-01-141-121/+0
|
* Reflect changes in docLaurent Bercot2020-12-092-7/+6
|
* Revamp lock primitives; prepare for 2.10.0.0 instead of 2.9.4.0Laurent Bercot2020-11-291-32/+13
| | | | | | | | | | | 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.
* Add fd_shutdown()Laurent Bercot2020-11-201-0/+10
|
* Change new function names to openc_*; update deps.makLaurent Bercot2020-10-261-8/+8
|
* Prepare for 2.9.4.0; add open*coe() functions.Laurent Bercot2020-10-261-0/+51
|
* doc: fix URLsLaurent Bercot2020-10-0412-68/+68
|
* Correct alloc.h documentationLaurent Bercot2020-04-291-5/+6
|
* skalibs: fix html errorsColin Booth2020-03-303-7/+7
| | | | Signed-off-by: Colin Booth <colin@heliocat.net>
* Add path_canonicalize, prepare for 2.9.1.0Laurent Bercot2019-10-091-0/+13
|
* Update docLaurent Bercot2019-09-071-5/+28
|