summaryrefslogtreecommitdiff
path: root/lib/calloc.c
Commit message (Expand)AuthorAgeFilesLines
* Put LGPLv2+ notices in source files where appropriate.Bruno Haible2021-06-041-7/+7
* malloc, etc.: check for ptrdiff_t overflowPaul Eggert2021-04-171-26/+11
* malloc, realloc, calloc: Support restricted library symbols on AIX.Bruno Haible2021-04-111-6/+3
* 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
* maint: Run 'make update-copyright'Paul Eggert2018-01-011-1/+1
* all: prefer https: URLsPaul Eggert2017-09-131-1/+1
* 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
* maint: update all copyright year number rangesEric Blake2013-01-011-1/+1
* maint: update all copyright year number rangesJim Meyering2012-01-011-1/+1
* maint: update almost all copyright ranges to include 2011Jim Meyering2011-01-011-1/+1
* Make the module 'calloc-gnu' work again on AIX and OSF/1.Bruno Haible2010-08-291-2/+5
* 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-5/+5
* Change copyright notice from GPLv2+ to GPLv3+.Bruno Haible2007-10-071-5/+4
* Oops, avoid an infinite recursion.Bruno Haible2007-09-091-0/+3
* New module 'calloc-posix'.Bruno Haible2007-09-091-12/+36
* * _fpending.c: Include <config.h> unconditionally, since we noPaul Eggert2006-09-131-4/+2
* Use a consistent style for including <config.h>.Paul Eggert2005-09-191-1/+1
* (rpl_calloc): Allocate a 1-byte buffer (not 1xS or Nx1)Jim Meyering2005-06-161-5/+4
* *** empty log message ***Paul Eggert2005-05-141-1/+1
* (rpl_calloc): Defend against buggy calloc implementationsPaul Eggert2004-11-171-1/+9
* * modules/calloc: New file.Jim Meyering2004-06-101-0/+39