summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2000-11-08 14:46:20 +0000
committerJim Meyering <jim@meyering.net>2000-11-08 14:46:20 +0000
commitd97a803a93df2f643767d7d6b4a0b77b38c0fa0b (patch)
tree3ec7759ca0017e1819e21e01df35d236d7950229
parent34b831c8eb9b2162672b7d6acd7e57daeaed6d2c (diff)
downloadgnulib-d97a803a93df2f643767d7d6b4a0b77b38c0fa0b.tar.gz
*** empty log message ***
-rw-r--r--lib/ChangeLog7
-rw-r--r--m4/ChangeLog4
2 files changed, 11 insertions, 0 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog
index 1e317cb97f..5585ff2c25 100644
--- a/lib/ChangeLog
+++ b/lib/ChangeLog
@@ -1,3 +1,10 @@
+2000-11-03 Bruno Haible <haible@clisp.cons.org>
+
+ * unicodeio.c: Include wchar.h.
+ (wcrtomb): Provide fallback definition for broken platforms.
+ (print_unicode_char): New alternative definition for platforms where
+ wchar_t is Unicode.
+
2000-11-06 Paul Eggert <eggert@twinsun.com>
* lib/getusershell.c (setusershell): Use rewind rather than
diff --git a/m4/ChangeLog b/m4/ChangeLog
index cf32bcd4af..1feacec2a9 100644
--- a/m4/ChangeLog
+++ b/m4/ChangeLog
@@ -1,3 +1,7 @@
+2000-11-03 Bruno Haible <haible@clisp.cons.org>
+
+ * jm-macros.m4 (jm_MACROS): Add test for wcrtomb.
+
2000-11-04 Jim Meyering <meyering@lucent.com>
* regex.m4: Use the `m4_' prefix on `syscmd' and `m4_sysval'.