summaryrefslogtreecommitdiff
path: root/lib/xmalloc.c
Commit message (Expand)AuthorAgeFilesLines
* update nearly all FSF copyright year lists to include 2010Jim Meyering2010-01-011-3/+3
* avoid gcc warnings about unused macro definitionsJim Meyering2009-03-121-5/+1
* Split xmemdup0 into its own module.Eric Blake2008-05-131-18/+0
* Add xmemdup0.Eric Blake2008-05-091-1/+19
* Change copyright notice from GPLv2+ to GPLv3+.Bruno Haible2007-10-071-5/+4
* * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): MovePaul Eggert2006-11-081-0/+4
* * lib/xalloc.h (xnmalloc, xnrealloc, x2nrealloc): Now staticPaul Eggert2006-11-061-128/+7
* * _fpending.c: Include <config.h> unconditionally, since we noPaul Eggert2006-09-131-4/+3
* Use a consistent style for including <config.h>.Paul Eggert2005-09-191-1/+1
* * xmalloc.c (HAVE_GNU_CALLOC): New constant.Paul Eggert2005-06-221-3/+15
* *** empty log message ***Paul Eggert2005-05-141-1/+1
* Rename xclone to xmemdup. Remove obsolete xalloc macros.Paul Eggert2004-10-051-2/+10
* Remove dependency of xalloc in exitfail, error, gettext.Paul Eggert2004-08-091-27/+1
* Remove dependency of hash and xalloc modules on the malloc and reallocPaul Eggert2004-06-011-12/+4
* (x2nrealloc_inline): Fix typos in comments: s/size/size_t/.Jim Meyering2003-11-221-5/+5
* New function xalloc_oversized.Paul Eggert2003-10-271-13/+3
* Add x2realloc, x2nrealloc. Port to C99 inline.Paul Eggert2003-10-271-6/+122
* Include <string.h>, for declarations of memset and memcpy.Jim Meyering2003-10-161-1/+2
* Revamp xalloc interface so that it can check for address arithmetic overflow.Paul Eggert2003-10-131-15/+62
* Use "exit.h" rather than rolling EXIT_FAILURE ourselves in each module.Paul Eggert2003-09-121-4/+1
* Remove K&R cruft.Paul Eggert2003-09-121-11/+3
* Sync with coreutils xalloc.h, xmalloc.c, xmemcoll.h, xmemcoll.c.Paul Eggert2003-07-221-5/+2
* Assume C89, so PARAMS isn't needed.Paul Eggert2003-06-181-2/+4
* Comment tweaks.Bruno Haible2002-11-211-2/+4
* Adjust to work with new autoconf macros, AC_FUNC_MALLOCJim Meyering2002-11-211-4/+4
* Include gettext.h instead of <libintl.h> with #ifdefs.Bruno Haible2002-11-051-9/+4
* [HAVE_DONE_WORKING_MALLOC_CHECK]: Enclose error-evokingJim Meyering2001-01-261-2/+2
* (xalloc_msg_memory_exhausted): Now char const[],Jim Meyering2000-08-071-4/+3
* Use `virtual memory exhausted', not `Memory exhausted'.Jim Meyering2000-07-311-1/+1
* update copyright dateJim Meyering2000-07-091-1/+1
* (xalloc_die): Rename from xalloc_fail and update callers.Jim Meyering1999-09-261-5/+9
* (xalloc_fail_func): Use `PARAMS'.Jim Meyering1999-09-011-1/+1
* (xalloc_fail): Pass xalloc_msg_memory_exhausted through gettext.Jim Meyering1999-04-181-1/+1
* (xalloc_fail): Use "%s" format so the message doesn'tJim Meyering1999-03-081-2/+2
* Add comments.Jim Meyering1999-01-011-20/+4
* ansideclifyJim Meyering1998-12-071-9/+5
* remove fixup_null_alloc prototypeJim Meyering1997-11-151-2/+1
* make sure autoconf tests have been runJim Meyering1997-11-031-0/+7
* (xalloc_fail): Renamed from fixup_null_alloc.Jim Meyering1997-11-031-32/+24
* (xalloc_fail_func): Initialize to 0, not NULL.Jim Meyering1997-10-261-1/+1
* Include xalloc.h.Jim Meyering1997-10-251-24/+30
* libitizeJim Meyering1996-10-171-7/+33
* indent cpp-directivesJim Meyering1996-07-151-5/+5
* update FSF address in copyright and remove any trailing blanksJim Meyering1996-07-151-2/+2
* sync from FSFJim Meyering1995-03-201-21/+59
* Initial revisionJim Meyering1992-11-011-0/+65