From: Jim Meyering Date: Wed, 8 Nov 2000 14:46:20 +0000 (+0000) Subject: *** empty log message *** X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d97a803a93df2f643767d7d6b4a0b77b38c0fa0b;p=pspp *** empty log message *** --- 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 + + * 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 * 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 + + * jm-macros.m4 (jm_MACROS): Add test for wcrtomb. + 2000-11-04 Jim Meyering * regex.m4: Use the `m4_' prefix on `syscmd' and `m4_sysval'.