| Commit message (Expand) | Author | Age | Files | Lines |
* | Split xmemdup0 into its own module. | Eric Blake | 2008-05-13 | 1 | -18/+0 |
* | Add xmemdup0. | Eric Blake | 2008-05-09 | 1 | -1/+19 |
* | Change copyright notice from GPLv2+ to GPLv3+. | Bruno Haible | 2007-10-07 | 1 | -5/+4 |
* | * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Move | Paul Eggert | 2006-11-08 | 1 | -0/+4 |
* | * lib/xalloc.h (xnmalloc, xnrealloc, x2nrealloc): Now static | Paul Eggert | 2006-11-06 | 1 | -128/+7 |
* | * _fpending.c: Include <config.h> unconditionally, since we no | Paul Eggert | 2006-09-13 | 1 | -4/+3 |
* | Use a consistent style for including <config.h>. | Paul Eggert | 2005-09-19 | 1 | -1/+1 |
* | * xmalloc.c (HAVE_GNU_CALLOC): New constant. | Paul Eggert | 2005-06-22 | 1 | -3/+15 |
* | *** empty log message *** | Paul Eggert | 2005-05-14 | 1 | -1/+1 |
* | Rename xclone to xmemdup. Remove obsolete xalloc macros. | Paul Eggert | 2004-10-05 | 1 | -2/+10 |
* | Remove dependency of xalloc in exitfail, error, gettext. | Paul Eggert | 2004-08-09 | 1 | -27/+1 |
* | Remove dependency of hash and xalloc modules on the malloc and realloc | Paul Eggert | 2004-06-01 | 1 | -12/+4 |
* | (x2nrealloc_inline): Fix typos in comments: s/size/size_t/. | Jim Meyering | 2003-11-22 | 1 | -5/+5 |
* | New function xalloc_oversized. | Paul Eggert | 2003-10-27 | 1 | -13/+3 |
* | Add x2realloc, x2nrealloc. Port to C99 inline. | Paul Eggert | 2003-10-27 | 1 | -6/+122 |
* | Include <string.h>, for declarations of memset and memcpy. | Jim Meyering | 2003-10-16 | 1 | -1/+2 |
* | Revamp xalloc interface so that it can check for address arithmetic overflow. | Paul Eggert | 2003-10-13 | 1 | -15/+62 |
* | Use "exit.h" rather than rolling EXIT_FAILURE ourselves in each module. | Paul Eggert | 2003-09-12 | 1 | -4/+1 |
* | Remove K&R cruft. | Paul Eggert | 2003-09-12 | 1 | -11/+3 |
* | Sync with coreutils xalloc.h, xmalloc.c, xmemcoll.h, xmemcoll.c. | Paul Eggert | 2003-07-22 | 1 | -5/+2 |
* | Assume C89, so PARAMS isn't needed. | Paul Eggert | 2003-06-18 | 1 | -2/+4 |
* | Comment tweaks. | Bruno Haible | 2002-11-21 | 1 | -2/+4 |
* | Adjust to work with new autoconf macros, AC_FUNC_MALLOC | Jim Meyering | 2002-11-21 | 1 | -4/+4 |
* | Include gettext.h instead of <libintl.h> with #ifdefs. | Bruno Haible | 2002-11-05 | 1 | -9/+4 |
* | [HAVE_DONE_WORKING_MALLOC_CHECK]: Enclose error-evoking | Jim Meyering | 2001-01-26 | 1 | -2/+2 |
* | (xalloc_msg_memory_exhausted): Now char const[], | Jim Meyering | 2000-08-07 | 1 | -4/+3 |
* | Use `virtual memory exhausted', not `Memory exhausted'. | Jim Meyering | 2000-07-31 | 1 | -1/+1 |
* | update copyright date | Jim Meyering | 2000-07-09 | 1 | -1/+1 |
* | (xalloc_die): Rename from xalloc_fail and update callers. | Jim Meyering | 1999-09-26 | 1 | -5/+9 |
* | (xalloc_fail_func): Use `PARAMS'. | Jim Meyering | 1999-09-01 | 1 | -1/+1 |
* | (xalloc_fail): Pass xalloc_msg_memory_exhausted through gettext. | Jim Meyering | 1999-04-18 | 1 | -1/+1 |
* | (xalloc_fail): Use "%s" format so the message doesn't | Jim Meyering | 1999-03-08 | 1 | -2/+2 |
* | Add comments. | Jim Meyering | 1999-01-01 | 1 | -20/+4 |
* | ansideclify | Jim Meyering | 1998-12-07 | 1 | -9/+5 |
* | remove fixup_null_alloc prototype | Jim Meyering | 1997-11-15 | 1 | -2/+1 |
* | make sure autoconf tests have been run | Jim Meyering | 1997-11-03 | 1 | -0/+7 |
* | (xalloc_fail): Renamed from fixup_null_alloc. | Jim Meyering | 1997-11-03 | 1 | -32/+24 |
* | (xalloc_fail_func): Initialize to 0, not NULL. | Jim Meyering | 1997-10-26 | 1 | -1/+1 |
* | Include xalloc.h. | Jim Meyering | 1997-10-25 | 1 | -24/+30 |
* | libitize | Jim Meyering | 1996-10-17 | 1 | -7/+33 |
* | indent cpp-directives | Jim Meyering | 1996-07-15 | 1 | -5/+5 |
* | update FSF address in copyright and remove any trailing blanks | Jim Meyering | 1996-07-15 | 1 | -2/+2 |
* | sync from FSF | Jim Meyering | 1995-03-20 | 1 | -21/+59 |
* | Initial revision | Jim Meyering | 1992-11-01 | 1 | -0/+65 |