changeset 2330:dc8b0955c578

.
author Jim Meyering <jim@meyering.net>
date Sat, 04 Mar 2000 12:53:29 +0000
parents add6290501b6
children 1f9635a65cef
files lib/ChangeLog
diffstat 1 files changed, 14 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lib/ChangeLog
+++ b/lib/ChangeLog
@@ -1,3 +1,17 @@
+2000-03-04  Jim Meyering  <meyering@lucent.com>
+
+	* unicodeio.c (<errno.h>): Include it.
+	(errno): Declare if not defined.
+
+	* localcharset.c: Add Bruno's comment justifying use of volatile.
+
+	* config.charset: New version, incorporating remarks from a linux
+	i18n mailing list.  From Bruno Haible.
+
+2000-03-02  Jim Meyering  <meyering@lucent.com>
+
+	* Makefile.am (EXTRA_DIST): Add config.charset.
+
 2000-03-01  Jim Meyering  <meyering@lucent.com>
 
 	* localcharset.c: Guard some #includes with `#if HAVE_...'.