1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-04-21 03:12:48 +02:00
This commit is contained in:
Jim Meyering
2002-07-20 07:12:58 +00:00
parent 6884ff795d
commit 2b6249f98c

View File

@@ -1,5 +1,8 @@
2002-07-20 Jim Meyering <meyering@lucent.com>
* 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 <bruno@clisp.org>