log m4/xalloc.m4 @ 9600:99268e709d31

age author description
Wed, 08 Nov 2006 00:22:30 +0000 Paul Eggert * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Move
Mon, 06 Nov 2006 21:38:27 +0000 Paul Eggert * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Remove AC_C_INLINE since
Mon, 06 Nov 2006 13:03:10 +0000 Bruno Haible Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
Mon, 21 Aug 2006 21:46:31 +0000 Paul Eggert Avoid the need for AC_LIBSOURCES in m4 macros.
Mon, 21 Mar 2005 22:06:27 +0000 Paul Eggert Use AC_LIBSOURCES and AC_LIBOBJ to indicate source and object files.
Sun, 23 Jan 2005 08:06:57 +0000 Paul Eggert Use an all-permissive copyright notice, recommended by RMS.
Tue, 05 Oct 2004 06:45:51 +0000 Paul Eggert Rename xclone to xmemdup. Remove obsolete xalloc macros.
Tue, 01 Jun 2004 03:49:45 +0000 Paul Eggert Remove dependency of hash and xalloc modules on the malloc and realloc
Wed, 31 Mar 2004 07:40:41 +0000 Jim Meyering Require AC_FUNC_REALLOC, not jm_FUNC_REALLOC.
Wed, 31 Mar 2004 07:38:35 +0000 Jim Meyering Require AC_FUNC_MALLOC, not jm_FUNC_MALLOC.
Thu, 13 Nov 2003 07:19:08 +0000 Paul Eggert Remove dependency of xalloc.h on SIZE_MAX and PTRDIFF_MAX.
Tue, 11 Nov 2003 11:58:42 +0000 Bruno Haible Rely on SIZE_MAX and PTRDIFF_MAX as defined by ISO C 99.
Thu, 30 Oct 2003 06:33:39 +0000 Paul Eggert Revamp xalloc_oversized so that its count arg need not fit into size_t.
Mon, 27 Oct 2003 08:11:09 +0000 Paul Eggert xalloc.h now uses inline, so includers need to configure this.
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 18:24:51 +0000 Paul Eggert Remove K&R cruft.
Tue, 19 Aug 2003 11:32:28 +0000 Bruno Haible Assume <string.h> exists,
Tue, 31 Dec 2002 13:42:06 +0000 Bruno Haible An autoconf macro for its associated module.