From: Jim Meyering Date: Sat, 20 Jul 2002 07:12:58 +0000 (+0000) Subject: . X-Git-Tag: FILEUTILS-4_1_10^0 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2b6249f98c448513618f1c9b525253895cfe4b1d;p=thirdparty%2Fcoreutils.git . --- diff --git a/lib/ChangeLog b/lib/ChangeLog index e7414e86a1..7aa22528d6 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,5 +1,8 @@ 2002-07-20 Jim Meyering + * xmalloc.c: Adjust to work with new autoconf macros, AC_FUNC_MALLOC + and AC_FUNC_REALLOC: test #ifndef HAVE_MALLOC/HAVE_REALLOC. + * gettext.h: Upgrade to gettext-0.11.3. 2002-07-13 Bruno Haible