From: Jim Meyering Date: Fri, 26 Jan 2001 11:13:34 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: FILEUTILS-4_0_38~20 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=0e3fea79f36e19a9ffb74ec43c82b213208ca996;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/lib/ChangeLog b/lib/ChangeLog index 287fe0693a..93f60b7605 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,10 @@ +2001-01-26 Jim Meyering + + * xmalloc.c [HAVE_DONE_WORKING_MALLOC_CHECK]: Enclose error-evoking + line in double quotes so that it evokes a better diagnostic. + [HAVE_DONE_WORKING_REALLOC_CHECK]: Likewise. + Reported by Axel Kittenberger. + 2001-01-15 Bruno Haible * unicodeio.c (print_unicode_char): Cast the second iconv() arg,