changeset 2309:5b18f86ca8cc

*** empty log message ***
author Jim Meyering <jim@meyering.net>
date Wed, 01 Mar 2000 13:23:53 +0000
parents fad595bdafc4
children 023e4b044850
files lib/.cvsignore lib/ChangeLog
diffstat 2 files changed, 16 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lib/.cvsignore
+++ b/lib/.cvsignore
@@ -1,5 +1,6 @@
 .deps
 Makefile
+charset.alias
 getdate.c
 getdate.tab.c
 lstat.c
@@ -8,4 +9,3 @@
 safe-stat.c
 safe-stat.h
 stat.c
-charset.alias
--- a/lib/ChangeLog
+++ b/lib/ChangeLog
@@ -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.