aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstddjb
Commit message (Expand)AuthorAgeFilesLines
...
* Do not free on failure to reallocate to size 0 (lol.)Laurent Bercot2024-01-181-1/+2
* Fix bitarray_not when within a single byteOlivier Brunel2024-01-021-1/+1
* cspawn can use open3() over open() for consistencyLaurent Bercot2024-01-021-3/+1
* env_mergen() should not fail, by policyLaurent Bercot2023-12-202-2/+2
* and one moreLaurent Bercot2023-12-181-1/+3
* Fix more small UBsLaurent Bercot2023-12-182-1/+2
* Don't smash 1 byte 1/8th of the timeLaurent Bercot2023-12-181-2/+5
* Actually add autosurf_name; fix cspawn leak in error pathLaurent Bercot2023-12-181-1/+1
* Try to accommodate AIX more?... maybe maybe?Laurent Bercot2023-12-131-1/+1
* socket_recv46 was never workingLaurent Bercot2023-12-112-0/+48
* Prepare for 2.14.0.1. Better ip6_scan().Laurent Bercot2023-11-171-22/+74
* Modify string_quote/unquote to allow encoding of space as \sLaurent Bercot2023-10-264-19/+14
* Add UINT??_BSWAP as constexp macro; rip off typedef uint?? bandaidLaurent Bercot2023-10-124-20/+6
* Revamp case functions, add strcasestr() fallbackLaurent Bercot2023-09-226-45/+17
* New sysdeps for st.st_atim etc., timespec_cmpLaurent Bercot2023-09-121-0/+13
* Add waitid() sysdep, and fuck OpenBSDLaurent Bercot2023-09-121-1/+6
* Add POSIX_SPAWN_SETSID_NP supportLaurent Bercot2023-09-111-2/+6
* Don't forget to uncoeLaurent Bercot2023-09-111-0/+1
* Add gcspawnLaurent Bercot2023-09-111-0/+48
* Add posix_spawn_file_actions_addchdir() supportLaurent Bercot2023-09-111-8/+46
* Fix cspawn when lack of flags or actionsLaurent Bercot2023-09-111-4/+9
* Remove deprecated *writeclose_unsafe stuffLaurent Bercot2023-09-118-104/+0
* Add POSIX_SPAWN_SETSID support to cspawnLaurent Bercot2023-09-101-71/+97
* Revamp cspawn, part 2Laurent Bercot2023-09-091-55/+0
* cspawn revamp, part 1. Prepare for 2.14.0.0.Laurent Bercot2023-09-0912-717/+290
* Make child_spawn_workaround publicLaurent Bercot2023-09-088-43/+14
* Fix back slurpnLaurent Bercot2023-08-081-10/+3
* More jjk fixesLaurent Bercot2023-07-061-3/+4
* Refactor cdbmake, add cdbmake_addv, cdb_hashvLaurent Bercot2023-07-0311-55/+151
* posix_spawn workaround fixesLaurent Bercot2023-06-291-1/+1
* Add workaround for bad QoI posix_spawn()Laurent Bercot2023-06-287-268/+425
* Apply fixes suggested by jjkLaurent Bercot2023-06-233-7/+9
* Fix iter_func type; add tain_earliestLaurent Bercot2023-06-132-0/+17
* Add devino, refactor openwrite(v)ncloseLaurent Bercot2023-06-0923-168/+258
* Refactor to add hiercopy_loose (for s6-l-i)Laurent Bercot2023-06-015-82/+107
* Grab as many signals as possible in sig_tableLaurent Bercot2023-05-251-0/+2
* Add slurpn, refactor slurp, fix avltree/cdbmake bugs, add strerr_warnfLaurent Bercot2023-05-184-32/+50
* Add selfpipe_fd(), refactor selfpipeLaurent Bercot2023-04-079-299/+187
* Tables should be constLaurent Bercot2023-02-121-2/+3
* Add sals, several refactorsLaurent Bercot2023-02-093-78/+68
* QoL: subgetopt should return ? on --longLaurent Bercot2023-01-211-10/+9
* Remove stdarg functions from strerr, everything is __VA_ARGS__ nowLaurent Bercot2023-01-134-91/+0
* Add siovec doc, fix siovec_trunc, credit ErmineLaurent Bercot2023-01-041-5/+5
* bugfix: uint16_pack and uint16_pack for big-endianLaurent Bercot2022-12-052-2/+2
* Much better strerr revamp, with __VA_ARGS__Laurent Bercot2022-11-308-0/+154
* Prepare for 2.13.0.0, revamp strerrLaurent Bercot2022-11-299-64/+7
* Better NSIG detection and fixLaurent Bercot2022-09-052-8/+3
* Include mitigation for BSD disease in sigaction wrapperLaurent Bercot2022-09-031-1/+15
* Fix allread errno managementLaurent Bercot2022-07-183-8/+11
* Clean up / homogenize openreadnclose() familyLaurent Bercot2022-06-083-25/+28