summaryrefslogtreecommitdiff
path: root/m4/xalloc.m4
Commit message (Expand)AuthorAgeFilesLines
* maint: run 'make update-copyright'Simon Josefsson2023-01-011-1/+1
* maint: run 'make update-copyright'Paul Eggert2022-01-011-1/+1
* maint: run 'make update-copyright'Paul Eggert2020-12-311-1/+1
* maint: Run 'make update-copyright'Paul Eggert2019-12-311-1/+1
* maint: Run 'make update-copyright'Paul Eggert2019-01-011-1/+1
* maint: Run 'make update-copyright'Paul Eggert2018-01-011-1/+1
* version-etc: new yearPaul Eggert2017-01-011-1/+1
* version-etc: new yearPaul Eggert2016-01-011-1/+1
* version-etc: new yearPaul Eggert2014-12-311-1/+1
* maint: update copyrightEric Blake2014-01-011-1/+1
* maint: update all copyright year number rangesEric Blake2013-01-011-1/+1
* xalloc: better 'inline'Paul Eggert2012-11-291-17/+2
* maint: update all copyright year number rangesJim Meyering2012-01-011-1/+1
* xalloc: Move AC_LIBOBJ invocations to module description.Bruno Haible2011-06-161-3/+1
* maint: update almost all copyright ranges to include 2011Jim Meyering2011-01-011-2/+1
* update nearly all FSF copyright year lists to include 2010Jim Meyering2010-01-011-2/+2
* update nearly all FSF copyright year lists to include 2009Jim Meyering2009-12-291-1/+2
* * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): MovePaul Eggert2006-11-081-2/+2
* * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Remove AC_C_INLINE sincePaul Eggert2006-11-061-2/+1
* Simplify xmalloc expressions. Add overflow check in xmalloc arguments.Bruno Haible2006-11-061-1/+2
* Avoid the need for AC_LIBSOURCES in m4 macros.Paul Eggert2006-08-211-3/+2
* Use AC_LIBSOURCES and AC_LIBOBJ to indicate source and object files.Paul Eggert2005-03-211-2/+5
* Use an all-permissive copyright notice, recommended by RMS.Paul Eggert2005-01-231-7/+5
* Rename xclone to xmemdup. Remove obsolete xalloc macros.Paul Eggert2004-10-051-7/+1
* Remove dependency of hash and xalloc modules on the malloc and reallocPaul Eggert2004-06-011-3/+1
* Require AC_FUNC_REALLOC, not jm_FUNC_REALLOC.Jim Meyering2004-03-311-1/+1
* Require AC_FUNC_MALLOC, not jm_FUNC_MALLOC.Jim Meyering2004-03-311-2/+2
* Remove dependency of xalloc.h on SIZE_MAX and PTRDIFF_MAX.Paul Eggert2003-11-131-3/+1
* Rely on SIZE_MAX and PTRDIFF_MAX as defined by ISO C 99.Bruno Haible2003-11-111-1/+9
* Revamp xalloc_oversized so that its count arg need not fit into size_t.Paul Eggert2003-10-301-2/+1
* xalloc.h now uses inline, so includers need to configure this.Paul Eggert2003-10-271-1/+2
* Revamp xalloc interface so that it can check for address arithmetic overflow.Paul Eggert2003-10-131-1/+3
* Remove K&R cruft.Paul Eggert2003-09-121-2/+1
* Assume <string.h> exists,Bruno Haible2003-08-191-4/+3
* An autoconf macro for its associated module.Bruno Haible2002-12-311-0/+26