summaryrefslogtreecommitdiff
path: root/modules
Commit message (Expand)AuthorAgeFilesLines
...
* xalloc: new idx_t-based allocatorsPaul Eggert2021-06-111-0/+1
* ialloc: new modulePaul Eggert2021-06-111-0/+29
* dynarray, scratch_buffer: Fix VPATH builds (regression from yesterday).Bruno Haible2021-06-082-0/+5
* scratch_buffer: Avoid conflict with prepr. macros owned by the system.Bruno Haible2021-06-071-0/+15
* dynarray: Avoid conflict with preprocessor macros owned by the system.Bruno Haible2021-06-071-0/+25
* glob-h: Make last patch work with Solaris 10 cc.Bruno Haible2021-06-071-0/+1
* glob-h: Avoid conflict with preprocessor macros owned by the system.Bruno Haible2021-06-071-0/+17
* git-merge-changelog: Fix license.Bruno Haible2021-06-041-1/+1
* gnupload, git-merge-changelog: Fix module description.Bruno Haible2021-06-042-2/+2
* Write 'LGPLv3+ or GPLv2+' instead of 'LGPLv3+ or GPLv2'.Bruno Haible2021-05-30509-509/+509
* c-stack: Support catching stack overflow on most platforms without libsigsegv.Bruno Haible2021-05-181-7/+1
* sigsegv: Add tests.Bruno Haible2021-05-161-0/+31
* sigsegv: New module.Bruno Haible2021-05-161-0/+101
* linked-list-unportable-test: New module.Bruno Haible2021-05-142-22/+35
* *alloc-gnu tests: Use ASSERT macro.Bruno Haible2021-05-144-0/+4
* Fix build error when libintl is installed.Bruno Haible2021-05-092-0/+2
* Fix build when an older libunistring is installed (regr. 2020-02-23).Bruno Haible2021-05-0711-11/+11
* reallocarray: a bit more tuningPaul Eggert2021-04-251-2/+2
* xmalloca, etc.: fix some xalloc-oversized issuesPaul Eggert2021-04-241-0/+1
* reallocarray: check for ptrdiff_t overflowPaul Eggert2021-04-243-1/+4
* malloca: avoid ptrdiff_t overflowPaul Eggert2021-04-211-0/+2
* careadlinkat: avoid ptrdiff_t overflowPaul Eggert2021-04-211-0/+2
* safe-alloc: fix pointer implementationPaul Eggert2021-04-181-0/+1
* calloc-gnu: now LGPLv2+Paul Eggert2021-04-181-1/+1
* safe-alloc: simplify via reallocarrayPaul Eggert2021-04-182-2/+2
* xalloc: new function xreallocarrayPaul Eggert2021-04-181-1/+1
* group-member: simplify via realloc-gnuPaul Eggert2021-04-181-1/+1
* backupfile: simplify via realloc-gnuPaul Eggert2021-04-181-1/+1
* malloc-gnu-tests, etc.: test ptrdiff_t overflowPaul Eggert2021-04-183-0/+3
* More systematic file naming.Bruno Haible2021-04-183-3/+3
* xalloc: adjust to malloc ptrdiff_t changePaul Eggert2021-04-171-0/+3
* malloc, etc.: check for ptrdiff_t overflowPaul Eggert2021-04-176-6/+6
* stdio: Fix build error in some configurations (regression 2021-04-11).Bruno Haible2021-04-171-0/+25
* hamt tests: Fix link error.Bruno Haible2021-04-151-0/+1
* Support several gnulib-tool invocations under the same configure.ac.Bruno Haible2021-04-1165-43/+90
* Rename GNULIB_OVERRIDES_CHAR16_T, GNULIB_OVERRIDES_CHAR32_T.Bruno Haible2021-04-111-2/+2
* Rename GNULIB_OVERRIDES_WINT_T.Bruno Haible2021-04-114-4/+4
* execute tests: Avoid test failure in certain environments.Bruno Haible2021-04-081-0/+2
* group-member: minor tweak to omit a *Paul Eggert2021-04-061-0/+1
* backupfile: less-aggressive buffer growthPaul Eggert2021-04-062-0/+2
* backupfile, backup-rename: Trim dependencies.Bruno Haible2021-04-042-5/+3
* xgethostname: reorganize / simplifyPaul Eggert2021-04-031-2/+1
* xalloc-die: Fix compilation error (regression from 2021-03-28).Bruno Haible2021-04-031-1/+0
* hamt: New module.Marc Nieper-Wißkirchen2021-04-032-0/+40
* strtoll: Work around a bug on native Windows and Minix.Bruno Haible2021-04-022-1/+2
* strtol: Work around a bug on native Windows and Minix.Bruno Haible2021-04-022-7/+6
* strtoull: Work around a bug on native Windows and Minix.Bruno Haible2021-04-022-1/+2
* strtoul: Work around a bug on native Windows and Minix.Bruno Haible2021-04-022-7/+6
* xalloc: new function xpalloc, from dfaPaul Eggert2021-03-282-1/+4
* linked-list tests: Add another test for SIGNAL_SAFE_LIST.Bruno Haible2021-03-281-5/+17