]> git.ipfire.org Git - thirdparty/gnulib.git/shortlog
thirdparty/gnulib.git
2024-11-06  Paul EggertDocument xstdopen vs *-safer better
2024-11-06  Bruno Haiblememset_explicit: Guarantee N3322 functionality.
2024-11-06  Bruno Haiblewcsncat: Fix configure test.
2024-11-06  Bruno Haiblestrncat, wcsncat tests: Fix test.
2024-11-06  Paul Eggerteealloc: deprecate
2024-11-06  Paul Eggertrelocatable-prog-wrapper: remove eealloc.m4
2024-11-06  Paul Eggertregex: port better to AIX extensions
2024-11-06  Paul Eggertmalloca: port better to AIX extensions
2024-11-06  Paul Eggertmalloc: refactor to help replace eealloc
2024-11-06  Paul Eggertrealloc-posix: mention _LINUX_SOURCE_COMPAT
2024-11-06  Paul Eggertdoc: remove duplicate realloc-posix listing
2024-11-06  Bruno Haiblealigned_alloc tests: Fix compilation error on mingw...
2024-11-06  Bruno Haiblereallocarray: Fix compilation error in C++ mode (regr...
2024-11-05  Paul Eggertdoc: improve documentation for malloc, realloc etc
2024-11-05  Paul Eggertmalloc: sync with Autoconf
2024-11-05  Bruno Haiblewmemset tests: Verify N3322 functionality.
2024-11-05  Bruno Haiblewmemchr tests: Verify N3322 functionality.
2024-11-05  Bruno Haiblewmemcmp tests: Verify N3322 functionality.
2024-11-05  Bruno Haiblewcsncmp tests: Verify N3322 functionality.
2024-11-05  Bruno Haiblewcsncat tests: Verify N3322 functionality.
2024-11-05  Bruno Haiblewcsncat: Guarantee N3322 functionality.
2024-11-05  Bruno Haiblewmemmove tests: Verify N3322 functionality.
2024-11-05  Bruno Haiblewmemcpy tests: Verify N3322 functionality.
2024-11-05  Bruno Haiblewcsncpy tests: Verify N3322 functionality.
2024-11-05  Bruno Haiblememset_explicit tests: Verify N3322 functionality.
2024-11-05  Bruno Haiblememset tests: Verify N3322 functionality.
2024-11-05  Bruno Haiblememchr tests: Verify N3322 functionality.
2024-11-05  Bruno Haiblestrncmp tests: Verify N3322 functionality.
2024-11-05  Bruno Haiblememcmp tests: Verify N3322 functionality.
2024-11-05  Bruno Haiblestrncat tests: Verify N3322 functionality.
2024-11-05  Bruno Haiblestrndup tests: Verify N3322 functionality.
2024-11-05  Bruno Haiblestrndup: Guarantee N3322 functionality.
2024-11-05  Bruno Haiblestrncpy tests: Verify N3322 functionality.
2024-11-05  Bruno Haiblememmove tests: Verify N3322 functionality.
2024-11-05  Bruno Haiblememccpy tests: Verify N3322 functionality.
2024-11-05  Bruno Haiblememcpy tests: Verify N3322 functionality.
2024-11-05  Bruno Haibleqsort tests: Verify N3322 functionality.
2024-11-05  Bruno Haiblebsearch tests: Verify N3322 functionality.
2024-11-05  Bruno Haiblerealloc-posix: Avoid use of AC_LIBOBJ.
2024-11-05  Bruno Haiblerealloc-posix: Fix link error (regression yesterday).
2024-11-05  Bruno Haiblestdlib: Add a copyright header.
2024-11-05  Bruno Haiblecalloc, malloc: Fix a comment.
2024-11-05  Bruno Haiblecalloc: Fix configure test (regression yesterday).
2024-11-05  Paul Eggertsafe-alloc: simplify, given new reallocarray behavior
2024-11-05  Paul Eggertargz: defend against realloc (0, 0)
2024-11-05  Paul Eggertrealloc-posix: update doc
2024-11-05  Paul Eggertdoc: mention Solaris malloc ENOMEM issues
2024-11-05  Paul Eggertrealloc-posix: tune for glibc-like
2024-11-05  Paul Eggertrealloc-posix: use _GL_USE_STDLIB_ALLOC
2024-11-05  Paul Eggertstdlib: make MB_CUR_MAX usable from extern inline
2024-11-05  Paul Eggertrealloc-posix: set CHERI bounds
2024-11-05  Paul Eggertrealloc-posix: realloc (..., 0) now returns nonnull
2024-11-05  Paul Eggertstdlib: simplify preprocessor conditionals
2024-11-05  Paul Eggertrealloc: don’t require success for nongrowth
2024-11-05  Paul Eggertcalloc, malloc: tune a bit
2024-11-05  Paul Eggertcalloc: configure more like malloc
2024-11-05  Paul Eggertmalloc-gnu: depend on stdckdint not xalloc-oversized
2024-11-05  Paul Eggertcalloc: depend on stdckdint not xalloc-oversized
2024-11-04  Paul Eggertmalloc etc. tests: use volatile more consistently
2024-11-04  Bruno Haiblealigned_alloc: Fix test failures on macOS, Solaris...
2024-11-04  Bruno Haibletests: Add comments.
2024-11-04  Bruno Haiblemalloc, calloc, realloc tests: Work around clang optimi...
2024-11-03  Bruno Haiblecrc: Fix build rules with Automake's option 'subdir...
2024-11-01  Bruno Haibleselect: Document a Haiku bug.
2024-11-01  Bruno Haibleeealloc: Revert last change.
2024-11-01  Bruno Haiblerealloc-posix: Fix test failure on AIX (regression...
2024-11-01  Bruno Haibleeealloc: Use the same cross-compilation guess as malloc...
2024-11-01  Bruno HaibleImprove log output of an Autoconf test.
2024-11-01  Paul Eggertmalloc, realloc: fix $3 bug
2024-10-31  Bruno Haiblecrc: Support generating the tables also when cross...
2024-10-31  Bruno Haiblemalloc-posix, realloc-posix: Fix incorrect expansion...
2024-10-31  Bruno Haiblemalloc-gnu, eealloc: Make code more future-proof.
2024-10-31  Bruno Haiblemalloc-posix, calloc-posix, realloc-posix: Optimize...
2024-10-31  Bruno Haiblerealloc-posix tests: Enhance tests.
2024-10-31  Bruno Haiblerealloc-posix tests: Fix memory leak.
2024-10-31  Bruno Haiblecalloc-posix: Add tests.
2024-10-31  Bruno Haiblemalloc-posix: Add tests.
2024-10-31  Bruno Haiblerealloc-posix: Set errno when failing (regression 2029...
2024-10-31  Bruno Haiblecrc: Avoid potential conflict with other configure...
2024-10-31  Sam Russellcrc: Fix compile warnings
2024-10-31  Bruno Haiblecrc: Don't attempt to run a compiled C program when...
2024-10-31  Bruno Haiblecrc: Tweak generator.
2024-10-31  Simon Josefssoncrc: make it a maintainer setting rather than a user...
2024-10-31  Sam Russellcrc: New optimised slice-by-8 implementation
2024-10-31  Bruno Haibleposix_memalign: Fix configure test (regression yesterday).
2024-10-31  Bruno Haiblealigned_alloc: Fix comment.
2024-10-31  Bruno Haibleassert-h: Allow mixed use of gcc/g++ also on Haiku...
2024-10-30  Bruno Haiblefutimes, utimensat, utimes, utime: Document Haiku malfu...
2024-10-30  Paul Eggertposix_memalign: check for GNU behavior with size 0
2024-10-30  Paul Eggertaligned_alloc: check for GNU behavior with size 0
2024-10-30  Bruno Haibleassert-h, stdbool: Fix compilation error with MSVC...
2024-10-30  Paul Eggertmalloc, realloc: sync from Autoconf master
2024-10-30  Paul Eggertmalloc: fix recent doc bug for AIX 7.3
2024-10-30  Paul Eggertrealloc-posix: realloc (p, 0) yields nonnull
2024-10-30  Collin Funkbackupfile: Remove non-existent module dependency.
2024-10-29  Bruno HaibleFix indentation in config.h (regression 2024-09-25).
2024-10-29  Bruno Haibleassert-h, stdbool: Allow mixed use of gcc/g++ and clang...
2024-10-29  Bruno Haibledoc: Don't mention Java dependency.
2024-10-29  Collin Funkdoc: Mention Python dependency.
2024-10-28  Bruno Haibledoc: Improve usability of generated PDF.
next