summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* DEPENDENCIES: Mention the requirement for 'join'.Bruno Haible2021-05-142-1/+8
* *alloc-gnu tests: Use ASSERT macro.Bruno Haible2021-05-149-24/+51
* valgrind-tests: Fix 'sh: yes: unknown operand' error.Simon Josefsson2021-05-142-1/+6
* valgrind-tests: Fix LOG_VALGRIND when valgrind is missing.Simon Josefsson2021-05-142-4/+12
* valgrind-tests: Better option handling.Simon Josefsson2021-05-143-32/+148
* windows-spawn: Don't assume that UNICODE is not defined.Markus Mützel2021-05-142-1/+6
* getrandom: Produce a better error code.Bruno Haible2021-05-132-1/+11
* fstatat: Document a glibc 2.7 bug.Bruno Haible2021-05-132-0/+9
* posix_spawn, posix_spawnp: Fix build error on Minix 3.3.Bruno Haible2021-05-134-3/+23
* reallocarray tests: Avoid test failure on NetBSD.Bruno Haible2021-05-132-1/+7
* gnulib-tool: Fail properly if the 'join' program is not found.Bruno Haible2021-05-122-0/+16
* {realloc,calloc}-gnu: Fix autoconf macro (regression 2021-04-18).Bruno Haible2021-05-103-4/+14
* {malloc,realloc,calloc}-gnu: Fix autoconf macro (regression 2021-04-18).Bruno Haible2021-05-094-6/+22
* malloc-gnu, realloc-gnu, calloc-gnu: Ensure errno gets set on IRIX.Bruno Haible2021-05-092-11/+49
* malloc-gnu, realloc-gnu, calloc-gnu tests: Verify errno is set.Bruno Haible2021-05-094-4/+19
* getrandom: Fail with ENOSYS when the system has no randomness source.Bruno Haible2021-05-092-1/+9
* free tests: Avoid test failure on glibc < 2.15.Bruno Haible2021-05-092-1/+8
* Fix build error when libintl is installed.Bruno Haible2021-05-093-0/+10
* Fix build when an older libunistring is installed (regr. 2020-02-23).Bruno Haible2021-05-0712-11/+28
* autoupdateKarl Berry2021-05-062-5/+13
* immutable: Fix crash when immmalloc() fails.Bruno Haible2021-05-012-0/+8
* supersede: Fix crash when malloc() fails.Bruno Haible2021-05-012-0/+8
* libc-config: fix include problem on older DebianPaul Eggert2021-04-273-10/+15
* gnulib-tool: port better to current AutoconfPaul Eggert2021-04-263-11/+10
* reallocarray: a bit more tuningPaul Eggert2021-04-253-5/+15
* reallocarray: don’t crash if item size is 0Paul Eggert2021-04-254-6/+23
* Fix messed-up previous patchPaul Eggert2021-04-242-1/+3
* xmalloca, etc.: avoid unlikely trapPaul Eggert2021-04-243-4/+10
* xmalloca, etc.: fix some xalloc-oversized issuesPaul Eggert2021-04-245-11/+38
* reallocarray: check for ptrdiff_t overflowPaul Eggert2021-04-2410-29/+73
* calloc-gnu-tests: add overflow testsPaul Eggert2021-04-242-21/+23
* * ChangeLog: Fix thinko.Paul Eggert2021-04-221-1/+1
* libc-config: port better to Fedora RawhidePaul Eggert2021-04-223-6/+26
* realloc: port to AIX 7.1Paul Eggert2021-04-212-2/+6
* malloc: simplifyPaul Eggert2021-04-212-3/+5
* malloca: avoid ptrdiff_t overflowPaul Eggert2021-04-213-3/+13
* careadlinkat: avoid ptrdiff_t overflowPaul Eggert2021-04-213-17/+20
* execute-tests: pacify compilerPaul Eggert2021-04-212-3/+10
* malloc-gnu-tests, etc.: use volatile for clangPaul Eggert2021-04-208-17/+36
* malloc-gnu-tests: pacify -Walloc-size-larger-thanPaul Eggert2021-04-183-6/+13
* safe-alloc: fix pointer implementationPaul Eggert2021-04-185-130/+76
* calloc-gnu: now LGPLv2+Paul Eggert2021-04-182-1/+7
* safe-alloc: simplify via reallocarrayPaul Eggert2021-04-184-17/+14
* xalloc-oversized: fix SIZE_MAX optimization bugPaul Eggert2021-04-182-11/+15
* xalloc: new function xreallocarrayPaul Eggert2021-04-184-13/+37
* group-member: simplify via realloc-gnuPaul Eggert2021-04-183-5/+7
* backupfile: simplify via realloc-gnuPaul Eggert2021-04-183-3/+9
* safe-alloc: improve docPaul Eggert2021-04-182-5/+14
* malloc-gnu-tests, etc.: test ptrdiff_t overflowPaul Eggert2021-04-187-2/+44
* malloc-gnu, etc.: prefer AS_CASE to woolly AS_IFPaul Eggert2021-04-184-6/+8