Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-04-11 | portability: check for qsort_r which does not match POSIX-next definition | Ariadne Conill | 1 | -0/+14 | |
FreeBSD (and also Darwin) introduced its own qsort_r, which has different semantics than the one slated for inclusion in POSIX. Add a portability thunk to deal with translating between implementations. [TT: minor stylistic fixes] | |||||
2022-03-21 | portability: add qsort_r | Timo Teräs | 1 | -0/+1 | |
2022-03-07 | portability, fetch: drop static_deps dependencies | Daniel Kolesa | 1 | -1/+0 | |
This is not actually needed, and it results in both static and shared versions of zlib and openssl linked into libapk otherwise, which is bad. | |||||
2021-12-29 | portability: implement pipe2 and mknodat | Ariadne Conill | 1 | -0/+2 | |
2021-12-29 | portability: take over strlcpy | Ariadne Conill | 1 | -0/+1 | |
2021-12-29 | portability: implement skeleton with memrchr function | Ariadne Conill | 1 | -0/+35 | |