| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2006-08-21 | Remove from CVS, since the bootstrap script generates them automatically. | Paul Eggert | 1 | -241/+0 | |
| 2005-09-22 | Sync from gnulib. | Paul Eggert | 1 | -1/+1 | |
| 2005-06-22 | From gnulib: | Jim Meyering | 1 | -3/+15 | |
| (HAVE_GNU_CALLOC): New constant. (xcalloc): Use it to avoid needless tests. | |||||
| 2005-05-14 | Update FSF postal mail address. | Jim Meyering | 1 | -1/+1 | |
| 2004-10-05 | Rename xclone to xmemdup. Remove obsolete xalloc macros. | Paul Eggert | 1 | -2/+10 | |
| Remove xstrdup.c and move xstrdup implementation to xmalloc.c. | |||||
| 2004-08-09 | Remove dependency of xalloc on error, etc. | Paul Eggert | 1 | -27/+1 | |
| 2004-06-01 | Update from gnulib. | Jim Meyering | 1 | -12/+4 | |
| 2003-11-22 | (x2nrealloc_inline): Fix typos in comments: s/size/size_t/. | Jim Meyering | 1 | -5/+5 | |
| 2003-10-31 | Update from gnulib. | Jim Meyering | 1 | -19/+125 | |
| 2003-10-16 | Include <string.h>, for declarations of memset and memcpy. | Jim Meyering | 1 | -1/+2 | |
| 2003-10-13 | Import latest version from gnulib. | Jim Meyering | 1 | -15/+62 | |
| 2003-09-13 | Include "xalloc.h" first, to check interface. | Jim Meyering | 1 | -15/+4 | |
| Include <stdlib.h> unconditionally. Include exit.h. (EXIT_FAILURE): Remove; now done by exit.h | |||||
| 2003-07-18 | Merge with gnulib. Use a single exit_failure variable rather | Jim Meyering | 1 | -5/+2 | |
| than a separate one for each module. | |||||
| 2003-06-18 | expand copyright years to sync with gnulib | Jim Meyering | 1 | -1/+3 | |
| 2003-04-11 | Remove use of PARAMS. | Jim Meyering | 1 | -2/+2 | |
| 2002-11-22 | Change compile-time error message. Add comment about | Jim Meyering | 1 | -10/+7 | |
| required autoconf version. Include gettext.h instead of <libintl.h>. (textdomain): Remove definition. | |||||
| 2002-07-20 | Adjust to work with new autoconf macros, AC_FUNC_MALLOC | Jim Meyering | 1 | -5/+5 | |
| and AC_FUNC_REALLOC: test #ifndef HAVE_MALLOC/HAVE_REALLOC. | |||||
| 2001-01-26 | [HAVE_DONE_WORKING_MALLOC_CHECK]: Enclose error-evoking | Jim Meyering | 1 | -2/+2 | |
| line in double quotes so that it evokes a better diagnostic. [HAVE_DONE_WORKING_REALLOC_CHECK]: Likewise. | |||||
| 2000-08-07 | (xalloc_msg_memory_exhausted): Now char const[], | Jim Meyering | 1 | -4/+3 | |
| not char *const and pointing to a constant array. (xrealloc): Comment fix. | |||||
| 2000-07-31 | Use `virtual memory exhausted', not `Memory exhausted'. | Jim Meyering | 1 | -1/+1 | |
| 2000-07-09 | update copyright date | Jim Meyering | 1 | -1/+1 | |
| 1999-09-26 | (xalloc_die): Rename from xalloc_fail and update callers. | Jim Meyering | 1 | -5/+9 | |
| Use explicit exit to help avoid warnings. | |||||
| 1999-09-01 | (xalloc_fail_func): Use `PARAMS'. | Jim Meyering | 1 | -1/+1 | |
| 1999-04-18 | (xalloc_fail): Pass xalloc_msg_memory_exhausted through gettext. | Jim Meyering | 1 | -1/+1 | |
| 1999-03-08 | (xalloc_fail): Use "%s" format so the message doesn't | Jim Meyering | 1 | -2/+2 | |
| have to be scanned for % signs. Suggestion from François Pinard. | |||||
| 1999-01-01 | Add comments. | Jim Meyering | 1 | -20/+4 | |
| (xcalloc, xmalloc, xrealloc): Remove prototypes. (calloc): Remove `#ifdef NOT_USED' that used to hide this function. | |||||
| 1998-12-07 | ansideclify | Jim Meyering | 1 | -9/+5 | |
| 1997-11-15 | remove fixup_null_alloc prototype | Jim Meyering | 1 | -2/+1 | |
| 1997-11-03 | make sure autoconf tests have been run | Jim Meyering | 1 | -0/+7 | |
| 1997-11-03 | (xalloc_fail): Renamed from fixup_null_alloc. | Jim Meyering | 1 | -32/+24 | |
| (xcalloc): #ifdef-out unused function. (xrealloc): Remove code to work around deficient versions of realloc. Now we have an autoconf-enabled replacement version. (xmalloc): Remove code to work around deficient versions of malloc. Now we have an autoconf-enabled replacement version. | |||||
| 1997-10-26 | (xalloc_fail_func): Initialize to 0, not NULL. | Jim Meyering | 1 | -1/+1 | |
| 1997-10-25 | Include xalloc.h. | Jim Meyering | 1 | -24/+30 | |
| Change VOID to void. (xalloc_exit_failure): Renamed extern. (xalloc_msg_memory_exhausted): New extern. (xalloc_fail_func): New extern. (fixup_null_alloc): Use new variables. | |||||
| 1996-10-17 | libitize | Jim Meyering | 1 | -7/+33 | |
| 1996-07-15 | indent cpp-directives | Jim Meyering | 1 | -5/+5 | |
| 1996-07-15 | update FSF address in copyright and remove any trailing blanks | Jim Meyering | 1 | -2/+2 | |
| 1995-03-20 | sync from FSF | Jim Meyering | 1 | -21/+59 | |
| 1992-11-01 | Initial revision | Jim Meyering | 1 | -0/+65 | |
