summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2000-11-09 08:33:01 +0000
committerJim Meyering <jim@meyering.net>2000-11-09 08:33:01 +0000
commit0fd7aaf38c6eb97b79490239dfa0dcbcef54e6c7 (patch)
treebc1d903b2b9e5b33b7b7c29cb2f28a2819fe64c4 /lib
parent48a83af35c232967c813e9a1c5f7e1af983b6117 (diff)
downloadcoreutils-0fd7aaf38c6eb97b79490239dfa0dcbcef54e6c7.tar.xz
*** empty log message ***
Diffstat (limited to 'lib')
-rw-r--r--lib/ChangeLog16
1 files changed, 16 insertions, 0 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog
index 5585ff2c2..2d5f4f252 100644
--- a/lib/ChangeLog
+++ b/lib/ChangeLog
@@ -1,3 +1,19 @@
+2000-11-09 Paul Eggert <eggert@twinsun.com>
+
+ * lib/unicodeio.c (MB_LEN_MAX): Make sure it's at least 6,
+ to avoid buggy C libraries.
+
+2000-11-08 Paul Eggert <eggert@twinsun.com>
+
+ * lib/unicodeio.c (<wchar.h>): Do not include; no longer needed,
+ since we no longer use wcrtomb.
+ (<limits.h>): 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 <haible@clisp.cons.org>
* unicodeio.c: Include wchar.h.