changeset 2769:9207b6865a8c

*** empty log message ***
author Jim Meyering <jim@meyering.net>
date Sun, 23 Jul 2000 21:48:28 +0000
parents 0ba16adfc3ae
children afedfb0793df
files lib/ChangeLog
diffstat 1 files changed, 9 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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>