From: Jim Meyering Date: Sun, 23 Jul 2000 21:48:28 +0000 (+0000) Subject: *** empty log message *** X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=89bc0205729e4eb2d3bc8cf4f4c2f406d74416c0;p=pspp *** empty log message *** --- diff --git a/lib/ChangeLog b/lib/ChangeLog index a4ff678793..c2a445edcb 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,11 @@ +2000-07-23 Paul Eggert + + * lib/quotearg.c: Streamline by invoking multibyte code only if needed. + : 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 * 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