From: Jim Meyering Date: Mon, 24 Jul 2000 06:14:32 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: TEXTUTILS-2_0g~124 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=50c130325ef04457ecf76d3041b41baddc0302f7;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/lib/ChangeLog b/lib/ChangeLog index c2a445edcb..db16a5c900 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,15 @@ +2000-07-23 Paul Eggert + + * lib/quotearg.c: + Include even if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX), + so that mbstate_t is always defined. + + Do not inspect MB_LEN_MAX, since it's incorrectly defined to + be 1 in at least one GCC installation, and this configuration + error is likely to be common. Ignoring MB_LEN_MAX hurts + performance on hosts that have mbrtowc but have only unibyte + locales, but I assume these hosts are rare. + 2000-07-23 Paul Eggert * lib/quotearg.c: Streamline by invoking multibyte code only if needed.