]> git.ipfire.org Git - thirdparty/libbsd.git/shortlog
thirdparty/libbsd.git
2026-05-18  Guillem Joverman: Improve wording for discouraged and optional featu... main
2026-05-18  Guillem Joverman: Document uclibc and uclibc-ng interfaces in libbsd(7)
2026-05-18  Guillem Joverman: Disable hyphenation globally for all man pages
2026-05-18  Guillem Joverman: Document functions that are part of C23 and POSIX...
2026-05-18  Sven Püschelbuild: Check sanitize argument value
2026-05-18  Guillem Joverbuild: Switch to debian:unstable Docker image
2026-05-16  Guillem JoverAdd consttime_memequal() function
2026-05-16  Guillem JoverAdd explicit_memset() function
2026-05-16  Guillem Joverman: Add err(3bsd) man pages for systems where we enabl...
2026-05-16  Guillem Joverbuild: Sort Files field in COPYING file
2026-05-16  Guillem Joverbuild: Add Maintainer and License fields to pkg-config...
2026-05-16  Guillem Joverbuild: Request tar-ustar format for distribution
2026-05-16  Guillem Joverbuild: Set TAR_OPTIONS to avoid leaking maintainer...
2026-05-16  Guillem Joverdoc: Use SPDX identifier for libutil-David-Nugent licen...
2026-05-16  Guillem Joverdoc: Coalesce copyright years into ranges in COPYING...
2026-05-16  Guillem Joverdoc: Sort and make copyright statements unique in COPYI...
2026-05-16  Guillem Joverdoc: Remove spurious text from copyright statements...
2026-05-16  Guillem Joverdoc: Remove redundant «Copyright ©» from COPYING file
2026-05-16  Guillem Joverdoc: Split «code is derived from» into Comments fields...
2026-05-10  Guillem Joverdoc: Remove «All rights reserved»
2025-07-26  Guillem JoverMark tau and sigma Chacha variables as nonstring
2025-07-26  Guillem Joverinclude: Switch from __unused to new LIBBSD_UNUSED
2025-07-26  Guillem Joverinclude: Refactor «unused» attribute into new LIBBSD_UN...
2024-11-02  Alan Coopersmithdoc: Update anongit & cgit URLs to use gitlab instead
2024-03-18  Guillem JoverRelease libbsd 0.12.2 0.12.2
2024-03-14  Sam Jamestest: nlist: make resilient against -Wl,--gc-sections
2024-03-14  Guillem Joverbuild: Do not rely on internal autoconf ac_cv_sys_file_...
2024-03-14  Guillem Joverbuild: Use -eq instead of = as test operators for arith...
2024-03-12  Guillem Joverbuild: Fix typo in ABI selection description
2024-03-12  Guillem Joverbuild: Only install time struct conversion macros where...
2024-03-11  Guillem Joverman: Add links for errc module functions
2024-03-11  Guillem Joverman: Do not install timeval(3bsd) nor timespec(3bsd)
2024-03-06  Duncan Overbruckstrtonum: Do not abort on EINVAL from strtoi()
2024-03-06  Duncan Overbruckclosefrom: Ignore files starting with dot when scanning...
2024-03-06  Guillem Joverbuild: Match also gnu* for GNU/Hurd on the glibc ABI...
2024-02-28  Guillem JoverRelease libbsd 0.12.1 0.12.1
2024-02-28  Guillem Joverbuild: Add a comment to libbsd-overlay.pc about -isyste...
2024-02-28  Guillem Joverbuild: Install err.h if either of the err or errc modul...
2024-02-27  Guillem JoverRelease libbsd 0.12.0 0.12.0
2024-02-27  Guillem JoverAdd explicit time32 and time64 support
2024-02-25  Guillem Joverbuild: Add support for AIX
2024-02-25  Guillem JoverAdd vasprintf() and asprintf() functions missing on AIX
2024-02-25  Guillem Joverbuild: Add support for Solaris
2024-02-25  Guillem Joverbuild: Make almost all exposed interfaces use the new...
2024-02-25  Guillem Joverbuild: Rework ABI selection logic
2024-02-25  Guillem Joverbuild: Rename ABI selection variables from need_ to...
2024-02-21  Guillem Joverbuild: Revert accidental testing aid change
2024-02-21  Guillem Joverbuild: Make digest function checks conditional on their use
2024-02-21  Guillem Joverbuild: Move ABI selection at the top of configure.ac
2024-02-21  Guillem Joverbuild: Sort variables and their contents in automake...
2024-02-21  Guillem Joverbuild: Rename LIBBSD_ABI to SOVERSION
2024-02-21  Guillem Joverbuild: Refactor function checks into a new libbsd-funcs...
2024-02-21  Guillem Joverbuild: Remove space before shell redirection
2024-02-21  Guillem Joverbuild: Add support for silent rules for the libbsd...
2024-02-18  Guillem JoverSplit errc family of functions from err ones
2024-02-18  Guillem JoverSync strtoi()/strtou() implementations from NetBSD
2024-02-18  Guillem Joverbuild: Swap symbol and alias arguments order in macros...
2024-02-18  Guillem Joverbuild: Generate the map file from the configured ABI
2024-02-17  Guillem Joverbuild: Make name_from_id man pages conditional instead...
2024-01-08  Guillem Joverman: Mention that funopen() can be made available on...
2024-01-08  Guillem Joverman: Fix manual page references
2024-01-08  Guillem Joverman: Add closefrom(), strlcpy() and strlcat() as supers...
2024-01-08  Guillem Joverdoc: Use macOS to refer to the operating system
2024-01-08  Guillem JoverRelease libbsd 0.11.8 0.11.8
2024-01-08  Guillem Jovertest: Close all descriptors before initializing them...
2024-01-07  Guillem Joverbuild: Check out-of-tree builds in CI
2024-01-07  Guillem JoverAdjust strlcpy() and strlcat() per glibc adoption
2024-01-07  Guillem JoverDo not add a pointer to the NULL constant
2024-01-07  Guillem JoverDo not confuse code analyzers with out-of-bounds array...
2024-01-07  Guillem Jovertest: Fix short-lived memory leak
2023-10-27  Guillem Joverbuild: Add a coverage regex to the CI job
2023-10-09  Guillem Joverman: Use VARIANTS instead of ALTERNATIVES in libbsd(7)
2023-10-09  Guillem Joverman: Markup function references with Xr instead of Fn
2023-09-05  Guillem Joverbuild: Add missing dash to macro title bar
2023-09-05  Guillem Joverpwcache: Do not declare uidtb and gidtb when not used
2023-09-05  Guillem Joverfgetln: Include <stdio.h> after <sys/*>
2023-09-05  Guillem Joverbuild: Refactor GNU .init_array support check into...
2023-07-29  Guillem Joverbuild: Refactor linker script detection into a new...
2023-07-29  Guillem Joverbuild: Do not provide prototypes for arc4random() on...
2023-07-29  Guillem Joverbuild: Do not build the progname module if it is not...
2023-04-29  Guillem Joverbuild: Sort entries alphabetically
2023-04-29  Guillem Joverbuild: Conditionalize wcslcpy() and wcslcat() functions...
2023-04-29  Guillem Joverbuild: Conditionalize only id-from-name functions not...
2023-04-22  Guillem Joverbuild: Conditionalize getprogname()/setprogname on...
2023-04-22  Guillem Joverprogname: Include <procinfo.h> if available
2023-04-22  Guillem Joverbuild: Check whether we need libperfstat on AIX
2023-04-22  Guillem Joverbuild: Annotate droppable functions for musl on next...
2023-04-22  Guillem Joverbuild: Conditionalize bsd_getopt() on macOS
2023-04-21  Guillem JoverMove the version script comments before the symbols
2023-04-21  Guillem JoverPort getprogname() to AIX
2023-04-21  Guillem JoverMake getprogname() porting mandatory
2023-04-17  Guillem Jovertest: Do not use /dev/null as compiler output file
2023-04-17  Guillem Joverbuild: Add generated *.sym files to .gitignore
2023-04-17  Guillem Joverbuild: On macOS do not build functions provided by...
2023-04-17  Guillem Joverbuild: Select whether to include funopen() in the build...
2023-04-17  Guillem Joverbuild: Move Windows OS detection to the OS features...
2023-04-17  Guillem Joverbuild: Remove __MUSL__ definition from configure
2023-04-17  Guillem Joverbuild: Add a new libbsd_strong_alias() macro and switch...
2023-04-17  Guillem Joverbuild: Only emit link warnings for ELF objects
2023-04-17  Guillem Joverbuild: Use an export symbols file if there is no versio...
next