From 7f652bf2328ab8e7b930d1c047cf1ce4e5567fee Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Thu, 9 Nov 2000 08:33:01 +0000 Subject: [PATCH] *** empty log message *** --- lib/ChangeLog | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/lib/ChangeLog b/lib/ChangeLog index 5585ff2c25..2d5f4f2525 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,19 @@ +2000-11-09 Paul Eggert + + * lib/unicodeio.c (MB_LEN_MAX): Make sure it's at least 6, + to avoid buggy C libraries. + +2000-11-08 Paul Eggert + + * lib/unicodeio.c (): Do not include; no longer needed, + since we no longer use wcrtomb. + (): Include if HAVE_LIMITS_H. + (MB_LEN_MAX): Define if limits.h doesn't. + (convert_unicode_char): New function, with the conversion part of the + old print_unicode_char. Use wctomb, not wcrtomb. Depend on + HAVE_WCTOMB, not HAVE_WCRTOMB. + (print_unicode_char): Use convert_unicode_char to do the conversion. + 2000-11-03 Bruno Haible * unicodeio.c: Include wchar.h. -- 2.30.2