summaryrefslogtreecommitdiff
path: root/lib/malloca.c
Commit message (Expand)AuthorAgeFilesLines
* malloca: improve -fanalyzer malloc checkingPaul Eggert2021-08-011-6/+12
* Put LGPLv2+ notices in source files where appropriate.Bruno Haible2021-06-041-8/+8
* malloca: avoid ptrdiff_t overflowPaul Eggert2021-04-211-3/+5
* maint: run 'make update-copyright'Paul Eggert2020-12-311-1/+1
* maint: Run 'make update-copyright'Paul Eggert2019-12-311-1/+1
* maint: Run 'make update-copyright'Paul Eggert2019-01-011-1/+1
* malloca: Add a compile-time verification.Paul Eggert2018-02-031-0/+4
* malloca: Add an argument check.Bruno Haible2018-02-031-0/+6
* malloca, xmalloca: Make multithread-safe.Bruno Haible2018-02-021-102/+38
* maint: Run 'make update-copyright'Paul Eggert2018-01-011-1/+1
* all: prefer https: URLsPaul Eggert2017-09-131-1/+1
* malloca: Silence a warning from clang's memory sanitizer.Tim Rühsen2017-07-211-1/+11
* version-etc: new yearPaul Eggert2017-01-011-1/+1
* version-etc: new yearPaul Eggert2016-01-011-1/+1
* version-etc: new yearPaul Eggert2014-12-311-1/+1
* maint: update copyrightEric Blake2014-01-011-1/+1
* malloca: port to compilers that reject size-zero arraysPaul Eggert2013-05-191-7/+13
* malloca: port --enable-gcc-warnings to clangPaul Eggert2013-05-151-8/+11
* maint: update all copyright year number rangesEric Blake2013-01-011-1/+1
* maint: replace FSF snail-mail addresses with URLsPaul Eggert2012-02-091-2/+1
* malloca: Avoid warnings on x86_64 mingw64.Marc-André Lureau2012-01-251-2/+4
* maint: update all copyright year number rangesJim Meyering2012-01-011-1/+1
* * lib/malloca.c (_GL_USE_STDLIB_ALLOC, malloc): Likewise.Paul Eggert2011-04-081-3/+1
* maint: update almost all copyright ranges to include 2011Jim Meyering2011-01-011-1/+1
* rewrite int foo[2*X-1] to verify(X) or to int foo[X?1:-1]Paul Eggert2010-10-101-2/+3
* Avoid relocwrapper link errors due to gnulib replacement functions.Bruno Haible2010-06-091-0/+3
* update nearly all FSF copyright year lists to include 2010Jim Meyering2010-01-011-1/+1
* update nearly all FSF copyright year lists to include 2009Jim Meyering2009-12-291-1/+1
* Use spaces for indentation, not tabs.Bruno Haible2009-12-101-32/+32
* Move to here from allocsa.c.Bruno Haible2007-06-091-0/+137