From: Jim Meyering Date: Fri, 14 Jul 2000 15:55:13 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: FILEUTILS-4_0x~68 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=269ecb09d97da99b31c49a00550d6f9714c86b70;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/lib/ChangeLog b/lib/ChangeLog index 6f4ea4be87..61bb36fb9d 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,11 @@ +2000-07-10 Paul Eggert + + From a suggestion by Bruno Haible. + * quotearg.c (mbrtowc): Do not use HAVE_WCHAR_H in the definition. + Use defined mbstate_t, not HAVE_MBSTATE_T_OBJECT, + to decide whether to define the BeOS workaround macro; + this adjusts to the change to AC_MBSTATE_T. + 2000-07-13 Paul Eggert * quotearg.h (enum quoting style): New enum clocale_quoting_style.