summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-03-18Release libbsd 0.12.20.12.2mainGuillem Jover1-1/+1
2024-03-14test: nlist: make resilient against -Wl,--gc-sectionsSam James1-3/+15
2024-03-14build: Do not rely on internal autoconf ac_cv_sys_file_offset_bits variableGuillem Jover1-1/+11
2024-03-14build: Use -eq instead of = as test operators for arithmetic testsGuillem Jover1-6/+6
2024-03-13build: Fix typo in ABI selection descriptionGuillem Jover1-1/+1
2024-03-13build: Only install time struct conversion macros where missingGuillem Jover3-2/+38
2024-03-11man: Add links for errc module functionsGuillem Jover4-0/+6
2024-03-11man: Do not install timeval(3bsd) nor timespec(3bsd)Guillem Jover5-139/+101
2024-03-06strtonum: Do not abort on EINVAL from strtoi()Duncan Overbruck1-0/+1
2024-03-06closefrom: Ignore files starting with dot when scanning /proc/self/fdDuncan Overbruck1-0/+3
2024-03-06build: Match also gnu* for GNU/Hurd on the glibc ABI selectionGuillem Jover1-1/+1
2024-02-28Release libbsd 0.12.10.12.1Guillem Jover1-1/+1
2024-02-28build: Add a comment to libbsd-overlay.pc about -isystem usageGuillem Jover1-0/+1
2024-02-28build: Install err.h if either of the err or errc modules are builtGuillem Jover2-1/+7
2024-02-27Release libbsd 0.12.00.12.0Guillem Jover1-2/+2
2024-02-27Add explicit time32 and time64 supportGuillem Jover11-21/+371
2024-02-25build: Add support for AIXGuillem Jover2-0/+48
2024-02-25Add vasprintf() and asprintf() functions missing on AIXGuillem Jover7-2/+141
2024-02-25build: Add support for SolarisGuillem Jover2-1/+46
2024-02-25build: Make almost all exposed interfaces use the new ABI selectionGuillem Jover6-117/+728
2024-02-25build: Rework ABI selection logicGuillem Jover2-34/+78
2024-02-25build: Rename ABI selection variables from need_ to abi_Guillem Jover5-87/+89
2024-02-21build: Revert accidental testing aid changeGuillem Jover1-1/+1
2024-02-21build: Make digest function checks conditional on their useGuillem Jover1-12/+20
2024-02-21build: Move ABI selection at the top of configure.acGuillem Jover1-57/+59
2024-02-21build: Sort variables and their contents in automake filesGuillem Jover3-85/+98
2024-02-21build: Rename LIBBSD_ABI to SOVERSIONGuillem Jover2-6/+6
2024-02-21build: Refactor function checks into a new libbsd-funcs.m4 fileGuillem Jover2-47/+59
2024-02-21build: Remove space before shell redirectionGuillem Jover2-3/+3
2024-02-21build: Add support for silent rules for the libbsd.map generationGuillem Jover1-1/+1
2024-02-18Split errc family of functions from err onesGuillem Jover5-51/+102
2024-02-18Sync strtoi()/strtou() implementations from NetBSDGuillem Jover5-43/+67
2024-02-18build: Swap symbol and alias arguments order in macros creating aliasesGuillem Jover5-29/+29
2024-02-18build: Generate the map file from the configured ABIGuillem Jover3-2/+12
2024-02-17build: Make name_from_id man pages conditional instead of id_from_nameGuillem Jover2-6/+9
2024-01-09man: Mention that funopen() can be made available on muslGuillem Jover2-6/+5
2024-01-08man: Fix manual page referencesGuillem Jover1-25/+25
2024-01-08man: Add closefrom(), strlcpy() and strlcat() as superseded functionsGuillem Jover1-2/+13
2024-01-08doc: Use macOS to refer to the operating systemGuillem Jover4-4/+4
2024-01-08Release libbsd 0.11.80.11.8Guillem Jover1-1/+1
2024-01-08test: Close all descriptors before initializing them for closefrom()Guillem Jover1-0/+6
2024-01-07build: Check out-of-tree builds in CIGuillem Jover1-0/+11
2024-01-07Adjust strlcpy() and strlcat() per glibc adoptionGuillem Jover3-4/+11
2024-01-07Do not add a pointer to the NULL constantGuillem Jover1-2/+1
2024-01-07Do not confuse code analyzers with out-of-bounds array access look alikeGuillem Jover1-1/+1
2024-01-07test: Fix short-lived memory leakGuillem Jover1-1/+3
2023-10-28build: Add a coverage regex to the CI jobGuillem Jover1-0/+1
2023-10-10man: Use VARIANTS instead of ALTERNATIVES in libbsd(7)Guillem Jover1-1/+1
2023-10-10man: Markup function references with Xr instead of FnGuillem Jover4-17/+17
2023-09-05build: Add missing dash to macro title barGuillem Jover1-1/+1