summaryrefslogtreecommitdiff
path: root/lib/calloc.c
Commit message (Expand)AuthorAgeFilesLines
* 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