changeset 2970:81c0d74f134d

*** empty log message ***
author Jim Meyering <jim@meyering.net>
date Wed, 08 Nov 2000 14:46:20 +0000
parents 6152b49dde12
children 1f48549b7262
files lib/ChangeLog m4/ChangeLog
diffstat 2 files changed, 11 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lib/ChangeLog	Wed Nov 08 14:46:13 2000 +0000
+++ b/lib/ChangeLog	Wed Nov 08 14:46:20 2000 +0000
@@ -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
--- a/m4/ChangeLog	Wed Nov 08 14:46:13 2000 +0000
+++ b/m4/ChangeLog	Wed Nov 08 14:46:20 2000 +0000
@@ -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'.