]> Savannah Git Hosting - gnulib.git/shortlog
gnulib.git
2021-05-30 Bruno HaibleWrite 'LGPLv3+ or GPLv2+' instead of 'LGPLv3+ or GPLv2'.
2021-05-29 Paul Eggert* stackvma.c: Fix misspelled comment.
2021-05-29 Paul Eggertsigsegv: Port to Solaris 11
2021-05-25 Karl Berryautoupdate
2021-05-24 Bruno Haiblec-stack: Document another restriction.
2021-05-22 Bruno Haiblestdio: Fix compilation error on DragonFly BSD.
2021-05-22 Larkin Nicklegetprogname: port to Tru64
2021-05-21 Paul Eggertsigsegv: don’t assume SIGSTKSZ is a constant
2021-05-20 Paul Eggertfstatat: doc improvement
2021-05-18 Bruno Haiblec-stack: Support catching stack overflow on most platfo...
2021-05-17 Bruno Haiblesigsegv, c-stack: Avoid compilation error with glibc...
2021-05-16 Bruno Haiblesigsegv: Add tests.
2021-05-16 Bruno Haiblesigsegv: New module.
2021-05-15 Pádraig Bradyrealloc-gnu: avoid glibc MALLOC_CHECK_ issue
2021-05-15 Paul Eggertc-stack: work around Solaris 11 bugs
2021-05-14 Bruno Haiblefcntl tests: Avoid failure in MacPorts.
2021-05-14 Bruno Haiblelinked-list-unportable-test: New module.
2021-05-14 Simon Josefssonvalgrind-tests: Doc fix and introduce AM_VALGRINDFLAGS.
2021-05-14 Bruno Haiblemalloc-gnu, realloc-gnu, calloc-gnu: Ensure errno gets...
2021-05-14 Bruno HaibleDEPENDENCIES: Mention the requirement for 'join'.
2021-05-14 Bruno Haible*alloc-gnu tests: Use ASSERT macro.
2021-05-14 Simon Josefssonvalgrind-tests: Fix 'sh: yes: unknown operand' error.
2021-05-14 Simon Josefssonvalgrind-tests: Fix LOG_VALGRIND when valgrind is missing.
2021-05-14 Simon Josefssonvalgrind-tests: Better option handling.
2021-05-14 Markus Mützelwindows-spawn: Don't assume that UNICODE is not defined.
2021-05-13 Bruno Haiblegetrandom: Produce a better error code.
2021-05-13 Bruno Haiblefstatat: Document a glibc 2.7 bug.
2021-05-13 Bruno Haibleposix_spawn, posix_spawnp: Fix build error on Minix...
2021-05-13 Bruno Haiblereallocarray tests: Avoid test failure on NetBSD.
2021-05-12 Bruno Haiblegnulib-tool: Fail properly if the 'join' program is...
2021-05-09 Bruno Haible{realloc,calloc}-gnu: Fix autoconf macro (regression...
2021-05-09 Bruno Haible{malloc,realloc,calloc}-gnu: Fix autoconf macro (regres...
2021-05-09 Bruno Haiblemalloc-gnu, realloc-gnu, calloc-gnu: Ensure errno gets...
2021-05-09 Bruno Haiblemalloc-gnu, realloc-gnu, calloc-gnu tests: Verify errno...
2021-05-09 Bruno Haiblegetrandom: Fail with ENOSYS when the system has no...
2021-05-09 Bruno Haiblefree tests: Avoid test failure on glibc < 2.15.
2021-05-09 Bruno HaibleFix build error when libintl is installed.
2021-05-07 Bruno HaibleFix build when an older libunistring is installed ...
2021-05-06 Karl Berryautoupdate
2021-04-30 Bruno Haibleimmutable: Fix crash when immmalloc() fails.
2021-04-30 Bruno Haiblesupersede: Fix crash when malloc() fails.
2021-04-27 Paul Eggertlibc-config: fix include problem on older Debian
2021-04-27 Paul Eggertgnulib-tool: port better to current Autoconf
2021-04-26 Paul Eggertreallocarray: a bit more tuning
2021-04-26 Paul Eggertreallocarray: don’t crash if item size is 0
2021-04-25 Paul EggertFix messed-up previous patch
2021-04-25 Paul Eggertxmalloca, etc.: avoid unlikely trap
2021-04-25 Paul Eggertxmalloca, etc.: fix some xalloc-oversized issues
2021-04-24 Paul Eggertreallocarray: check for ptrdiff_t overflow
2021-04-24 Paul Eggertcalloc-gnu-tests: add overflow tests
2021-04-22 Paul Eggert* ChangeLog: Fix thinko.
2021-04-22 Paul Eggertlibc-config: port better to Fedora Rawhide
2021-04-21 Paul Eggertrealloc: port to AIX 7.1
2021-04-21 Paul Eggertmalloc: simplify
2021-04-21 Paul Eggertmalloca: avoid ptrdiff_t overflow
2021-04-21 Paul Eggertcareadlinkat: avoid ptrdiff_t overflow
2021-04-21 Paul Eggertexecute-tests: pacify compiler
2021-04-21 Paul Eggertmalloc-gnu-tests, etc.: use volatile for clang
2021-04-19 Paul Eggertmalloc-gnu-tests: pacify -Walloc-size-larger-than
2021-04-19 Paul Eggertsafe-alloc: fix pointer implementation
2021-04-19 Paul Eggertcalloc-gnu: now LGPLv2+
2021-04-19 Paul Eggertsafe-alloc: simplify via reallocarray
2021-04-19 Paul Eggertxalloc-oversized: fix SIZE_MAX optimization bug
2021-04-19 Paul Eggertxalloc: new function xreallocarray
2021-04-19 Paul Eggertgroup-member: simplify via realloc-gnu
2021-04-19 Paul Eggertbackupfile: simplify via realloc-gnu
2021-04-19 Paul Eggertsafe-alloc: improve doc
2021-04-18 Paul Eggertmalloc-gnu-tests, etc.: test ptrdiff_t overflow
2021-04-18 Paul Eggertmalloc-gnu, etc.: prefer AS_CASE to woolly AS_IF
2021-04-18 Paul Eggertmalloc-gnu, etc.: sync better with Autoconf
2021-04-18 Karl Berrylib/mini-gmp.c
2021-04-18 Bruno Haiblemalloc-posix, realloc-posix, calloc-posix: Document...
2021-04-18 Bruno HaibleMore systematic file naming.
2021-04-18 Bruno HaibleAdd comments after 2021-04-11 change.
2021-04-18 Bruno Haibledoc: Update for FreeBSD 13.0/arm64.
2021-04-18 Paul Eggertxalloc: adjust to malloc ptrdiff_t change
2021-04-18 Paul Eggertmalloc, etc.: check for ptrdiff_t overflow
2021-04-17 Bruno Haiblestdio: Fix build error in some configurations (regressi...
2021-04-17 Bruno Haibledoc: Update for FreeBSD 11.0, 12.0, 13.0.
2021-04-17 Paul Eggertmalloc, realloc: fix recently-introduced #undef typos
2021-04-15 Bruno Haiblehamt tests: Fix link error.
2021-04-15 Bruno Haiblec-stack: Don't use an undefined C macro (regression...
2021-04-12 Bruno Haibledoc: Fix confusion between LIBADD and LDADD.
2021-04-11 Bruno Haiblemalloc, realloc, calloc: Support restricted library...
2021-04-11 Bruno HaibleSupport several gnulib-tool invocations under the same...
2021-04-11 Bruno HaibleRename GNULIB_OVERRIDES_CHAR16_T, GNULIB_OVERRIDES_CHAR...
2021-04-11 Bruno HaibleRename GNULIB_OVERRIDES_WINT_T.
2021-04-11 Bruno Haibleincrement-serial: New program.
2021-04-11 Bruno Haibleuseless-if-before-free: Implement --version option...
2021-04-11 Bruno Haiblelibtool-next-version: Implement --version option accord...
2021-04-11 Bruno Haiblegnupload: Implement --version option according to GCS.
2021-04-11 Bruno Haiblegit-version-gen: Implement --version option according...
2021-04-11 Bruno Haiblebootstrap: Implement --version option according to...
2021-04-11 Bruno Haibleannounce-gen: Implement --version option according...
2021-04-11 Bruno HaibleSimplify GNULIB_* variable initializations.
2021-04-10 Paul EggertBlame GCC, not Coverity, in utimens ChangeLog entry.
2021-04-10 Paul Eggertrealloc: fix undef typo
2021-04-08 Paul Eggertutimens: fix confusing arg type in internal func
2021-04-07 Bruno Haibleexecute tests: Avoid test failure in certain environments.
2021-04-07 Paul Eggert* lib/xalloc.h: Fix previous commit by adding missing...
next