summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2000-07-23 21:48:28 +0000
committerJim Meyering <jim@meyering.net>2000-07-23 21:48:28 +0000
commitd53f7b9a5d7cb865c65b32f9d31d62c02e8169ad (patch)
tree3513660ec3151d27c90cf393fc889ed541e8b7dc
parentd565aeb336e7f75a22074cb3db93b65414b2b71c (diff)
downloadcoreutils-d53f7b9a5d7cb865c65b32f9d31d62c02e8169ad.tar.xz
*** empty log message ***
-rw-r--r--lib/ChangeLog10
1 files changed, 9 insertions, 1 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog
index a4ff67879..c2a445edc 100644
--- a/lib/ChangeLog
+++ b/lib/ChangeLog
@@ -1,3 +1,11 @@
+2000-07-23 Paul Eggert <eggert@twinsun.com>
+
+ * lib/quotearg.c: Streamline by invoking multibyte code only if needed.
+ <wchar.h>: Include only if HAVE_MBRTOWC && 1 < MB_LEN_MAX.
+ (MB_CUR_MAX): Redefine to 1 if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX).
+ (quotearg_buffer_restyled): If a unibyte locale, don't bother to
+ invoke multibyte primitives.
+
2000-07-23 Jim Meyering <meyering@lucent.com>
* basename.c (base_name): Add an assertion.
@@ -12,7 +20,7 @@
* mbswidth.h: New file.
* mbswidth.c: New file.
* Makefile.am (libfetish_a_SOURCES): Add mbswidth.c.
- (noinst_HEADERS): Add mbswidth.h.
+ (noinst_HEADERS): Add mbswidth.h.
2000-07-17 Bruno Haible <haible@clisp.cons.org>