*** empty log message ***
authorJim Meyering <jim@meyering.net>
Wed, 1 Mar 2000 13:23:53 +0000 (13:23 +0000)
committerJim Meyering <jim@meyering.net>
Wed, 1 Mar 2000 13:23:53 +0000 (13:23 +0000)
lib/.cvsignore
lib/ChangeLog

index df8d079..9874167 100644 (file)
@@ -1,5 +1,6 @@
 .deps
 Makefile
+charset.alias
 getdate.c
 getdate.tab.c
 lstat.c
@@ -8,4 +9,3 @@ safe-lstat.h
 safe-stat.c
 safe-stat.h
 stat.c
-charset.alias
index 1fde157..6e42fb8 100644 (file)
@@ -1,3 +1,18 @@
+2000-03-01  Jim Meyering  <meyering@lucent.com>
+
+       * localcharset.c: Guard some #includes with `#if HAVE_...'.
+       * unicodeio.c: Likewise.
+
+2000-02-02  Bruno Haible  <haible@clisp.cons.org>
+
+       * config.charset: New file.
+       * localcharset.c: New file.
+       * unicodeio.h, unicodeio.c: New files.
+       * Makefile.am (DEFS): Add -DLIBDIR=...
+       (libfetish_a_SOURCES): Add localcharset.c and unicodeio.c.
+       (noinst_HEADERS): Add unicodeio.h.
+       (all-local, install-exec-local, charset.alias): New targets.
+
 2000-02-28  Paul Eggert  <eggert@twinsun.com>
 
        * lib/quotearg.c (ALERT_CHAR): New macro.