fix license quoting in files.yaml
[gnulib.git] / m4 / xalloc.m4
2014-02-02 Ian BeckwithMerge tag 'snapshot-start' into stable
2014-02-02 Ian BeckwithMerge commit 'a39d4083cab589d7cd6a13e8a4b8db8875261d75'
2014-01-01 Eric Blakemaint: update copyright
2013-08-05 Ian BeckwithMerge branch 'stable'
2013-08-05 Ian BeckwithMerge tag 'snapshot-start' into stable
2013-01-01 Eric Blakemaint: update all copyright year number ranges
2012-11-30 Paul Eggertxalloc: better 'inline'
2012-04-04 Ian BeckwithMerge branch 'stable'
2012-03-31 Ian BeckwithMerge tag 'snapshot-start' into stable
2012-01-01 Jim Meyeringmaint: update all copyright year number ranges
2011-09-08 Ian BeckwithMerge branch 'stable'
2011-09-07 Ian BeckwithMerge commit 'snapshot-start' into stable
2011-06-15 Bruno Haiblexalloc: Move AC_LIBOBJ invocations to module description.
2011-02-16 Ian BeckwithMerge branch 'stable'
2011-02-11 Ian BeckwithMerge branch 'upstream' into stable
2011-01-01 Jim Meyeringmaint: update almost all copyright ranges to include...
2010-01-08 Ian BeckwithMerge branch 'stable'
2010-01-08 Ian BeckwithMerge commit '12319ff4e84ca616a671216d991dd6eaf1c39c47...
2010-01-01 Jim Meyeringupdate nearly all FSF copyright year lists to include...
2009-12-29 Jim Meyeringupdate nearly all FSF copyright year lists to include...
2006-11-08 Paul Eggert* lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC...
2006-11-06 Paul Eggert* m4/xalloc.m4 (gl_PREREQ_XMALLOC): Remove AC_C_INLINE...
2006-11-06 Bruno HaibleSimplify xmalloc expressions. Add overflow check in...
2006-08-21 Paul EggertAvoid the need for AC_LIBSOURCES in m4 macros.
2005-03-21 Paul EggertUse AC_LIBSOURCES and AC_LIBOBJ to indicate source...
2005-01-23 Paul EggertUse an all-permissive copyright notice, recommended...
2004-10-05 Paul EggertRename xclone to xmemdup. Remove obsolete xalloc macros.
2004-06-01 Paul EggertRemove dependency of hash and xalloc modules on the...
2004-03-31 Jim MeyeringRequire AC_FUNC_REALLOC, not jm_FUNC_REALLOC.
2004-03-31 Jim MeyeringRequire AC_FUNC_MALLOC, not jm_FUNC_MALLOC.
2003-11-13 Paul EggertRemove dependency of xalloc.h on SIZE_MAX and PTRDIFF_MAX.
2003-11-11 Bruno HaibleRely on SIZE_MAX and PTRDIFF_MAX as defined by ISO...
2003-10-30 Paul EggertRevamp xalloc_oversized so that its count arg need...
2003-10-27 Paul Eggertxalloc.h now uses inline, so includers need to configur...
2003-10-13 Paul EggertRevamp xalloc interface so that it can check for addres...
2003-09-12 Paul EggertRemove K&R cruft.
2003-08-19 Bruno HaibleAssume <string.h> exists,
2002-12-31 Bruno HaibleAn autoconf macro for its associated module.