diff options
author | Jim Meyering <jim@meyering.net> | 2001-01-26 11:13:34 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2001-01-26 11:13:34 +0000 |
commit | 0e3fea79f36e19a9ffb74ec43c82b213208ca996 (patch) | |
tree | 43e9feba0fc02023748552efa07836b5d2224705 /lib | |
parent | dcfda5180125c72e734db4b3a57013c2ee953b0d (diff) | |
download | coreutils-0e3fea79f36e19a9ffb74ec43c82b213208ca996.tar.xz |
*** empty log message ***
Diffstat (limited to 'lib')
-rw-r--r-- | lib/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog index 287fe0693..93f60b760 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,10 @@ +2001-01-26 Jim Meyering <meyering@lucent.com> + + * 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 <haible@clisp.cons.org> * unicodeio.c (print_unicode_char): Cast the second iconv() arg, |