From: Jim Meyering Date: Wed, 1 Mar 2000 13:23:53 +0000 (+0000) Subject: *** empty log message *** X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c3e58bf7e34ba14e1c421a8f85fc6afa81f78217;p=pspp *** empty log message *** --- diff --git a/lib/.cvsignore b/lib/.cvsignore index df8d079823..98741672e4 100644 --- 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-lstat.h safe-stat.c safe-stat.h stat.c -charset.alias diff --git a/lib/ChangeLog b/lib/ChangeLog index 1fde157c2b..6e42fb8061 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,18 @@ +2000-03-01 Jim Meyering + + * localcharset.c: Guard some #includes with `#if HAVE_...'. + * unicodeio.c: Likewise. + +2000-02-02 Bruno Haible + + * 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 * lib/quotearg.c (ALERT_CHAR): New macro.