log lib/xmalloc.c @ 17363:5a51fb7777a9

age author description
Tue, 01 Jan 2013 00:50:58 +0000 Eric Blake maint: update all copyright year number ranges
Tue, 20 Nov 2012 22:25:07 -0800 Paul Eggert xalloc: better 'inline'
Sun, 01 Jan 2012 10:04:58 +0100 Jim Meyering maint: update all copyright year number ranges
Fri, 25 Mar 2011 10:45:39 -0600 Eric Blake xmalloc: revert yesterday's regression
Thu, 24 Mar 2011 13:10:38 -0700 Paul Eggert xmalloc: Do not leak if underlying realloc is C99 compatible.
Sat, 01 Jan 2011 20:17:23 +0100 Jim Meyering maint: update almost all copyright ranges to include 2011
Sat, 20 Nov 2010 18:54:00 +0100 Bruno Haible Port to uClibc.
Sun, 29 Aug 2010 19:29:56 +0200 Bruno Haible Make the module 'calloc-gnu' work again on AIX and OSF/1.
Fri, 01 Jan 2010 10:31:12 +0100 Jim Meyering update nearly all FSF copyright year lists to include 2010
Thu, 12 Mar 2009 13:09:42 +0100 Jim Meyering avoid gcc warnings about unused macro definitions
Tue, 13 May 2008 21:28:43 -0600 Eric Blake Split xmemdup0 into its own module.
Fri, 09 May 2008 13:54:18 -0600 Eric Blake Add xmemdup0.
Sun, 07 Oct 2007 19:14:58 +0200 Bruno Haible Change copyright notice from GPLv2+ to GPLv3+.
Wed, 08 Nov 2006 00:22:30 +0000 Paul Eggert * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Move
Mon, 06 Nov 2006 21:24:35 +0000 Paul Eggert * lib/xalloc.h (xnmalloc, xnrealloc, x2nrealloc): Now static
Wed, 13 Sep 2006 22:38:14 +0000 Paul Eggert * _fpending.c: Include <config.h> unconditionally, since we no
Mon, 19 Sep 2005 17:28:14 +0000 Paul Eggert Use a consistent style for including <config.h>.
Wed, 22 Jun 2005 07:12:04 +0000 Paul Eggert * xmalloc.c (HAVE_GNU_CALLOC): New constant.
Sat, 14 May 2005 06:03:57 +0000 Paul Eggert *** empty log message ***
Tue, 05 Oct 2004 06:45:51 +0000 Paul Eggert Rename xclone to xmemdup. Remove obsolete xalloc macros.
Mon, 09 Aug 2004 18:31:09 +0000 Paul Eggert Remove dependency of xalloc in exitfail, error, gettext.
Tue, 01 Jun 2004 03:49:45 +0000 Paul Eggert Remove dependency of hash and xalloc modules on the malloc and realloc
Sat, 22 Nov 2003 15:07:36 +0000 Jim Meyering (x2nrealloc_inline): Fix typos in comments: s/size/size_t/.
Mon, 27 Oct 2003 08:00:26 +0000 Paul Eggert New function xalloc_oversized.
Mon, 27 Oct 2003 07:28:24 +0000 Paul Eggert Add x2realloc, x2nrealloc. Port to C99 inline.
Thu, 16 Oct 2003 07:06:25 +0000 Jim Meyering Include <string.h>, for declarations of memset and memcpy.
Mon, 13 Oct 2003 06:07:10 +0000 Paul Eggert Revamp xalloc interface so that it can check for address arithmetic overflow.
Fri, 12 Sep 2003 20:14:10 +0000 Paul Eggert Use "exit.h" rather than rolling EXIT_FAILURE ourselves in each module.
Fri, 12 Sep 2003 18:24:51 +0000 Paul Eggert Remove K&R cruft.
Tue, 22 Jul 2003 22:10:55 +0000 Paul Eggert Sync with coreutils xalloc.h, xmalloc.c, xmemcoll.h, xmemcoll.c.
Wed, 18 Jun 2003 05:52:19 +0000 Paul Eggert Assume C89, so PARAMS isn't needed.
Thu, 21 Nov 2002 19:16:29 +0000 Bruno Haible Comment tweaks.
Thu, 21 Nov 2002 08:43:42 +0000 Jim Meyering Adjust to work with new autoconf macros, AC_FUNC_MALLOC
Tue, 05 Nov 2002 21:45:29 +0000 Bruno Haible Include gettext.h instead of <libintl.h> with #ifdefs.
Fri, 26 Jan 2001 11:13:28 +0000 Jim Meyering [HAVE_DONE_WORKING_MALLOC_CHECK]: Enclose error-evoking
Mon, 07 Aug 2000 17:06:38 +0000 Jim Meyering (xalloc_msg_memory_exhausted): Now char const[],
Mon, 31 Jul 2000 06:44:51 +0000 Jim Meyering Use `virtual memory exhausted', not `Memory exhausted'.
Sun, 09 Jul 2000 07:22:43 +0000 Jim Meyering update copyright date
Sun, 26 Sep 1999 19:05:39 +0000 Jim Meyering (xalloc_die): Rename from xalloc_fail and update callers.
Wed, 01 Sep 1999 13:09:19 +0000 Jim Meyering (xalloc_fail_func): Use `PARAMS'.
Sun, 18 Apr 1999 23:17:05 +0000 Jim Meyering (xalloc_fail): Pass xalloc_msg_memory_exhausted through gettext.
Mon, 08 Mar 1999 02:43:14 +0000 Jim Meyering (xalloc_fail): Use "%s" format so the message doesn't
Fri, 01 Jan 1999 17:40:08 +0000 Jim Meyering Add comments.
Mon, 07 Dec 1998 03:12:10 +0000 Jim Meyering ansideclify
Sat, 15 Nov 1997 17:18:01 +0000 Jim Meyering remove fixup_null_alloc prototype
Mon, 03 Nov 1997 15:19:20 +0000 Jim Meyering make sure autoconf tests have been run
Mon, 03 Nov 1997 05:25:44 +0000 Jim Meyering (xalloc_fail): Renamed from fixup_null_alloc.
Sun, 26 Oct 1997 04:39:53 +0000 Jim Meyering (xalloc_fail_func): Initialize to 0, not NULL.
Sat, 25 Oct 1997 21:51:21 +0000 Jim Meyering Include xalloc.h.
Thu, 17 Oct 1996 01:58:19 +0000 Jim Meyering libitize
Mon, 15 Jul 1996 03:56:06 +0000 Jim Meyering indent cpp-directives
Mon, 15 Jul 1996 02:41:49 +0000 Jim Meyering update FSF address in copyright and remove any trailing blanks
Mon, 20 Mar 1995 15:09:56 +0000 Jim Meyering sync from FSF
Tue, 21 Mar 1995 01:36:18 +0000 Jim Meyering GNU text utilities
Wed, 26 Oct 1994 12:55:54 +0000 Jim Meyering GNU shell utilities
Thu, 13 Oct 1994 02:05:39 +0000 Jim Meyering GNU shell utilities
Tue, 27 Sep 1994 19:58:10 +0000 Jim Meyering GNU shell utilities
Mon, 15 Nov 1993 14:23:38 +0000 Jim Meyering GNU shell utilities
Tue, 12 Oct 1993 01:50:02 +0000 Jim Meyering GNU shell utilities
Mon, 04 Oct 1993 21:07:58 +0000 Jim Meyering GNU shell utilities