X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2FChangeLog;h=6e42fb8061c978a0823c5a37ba3f9aabdc9bfa86;hb=fac1a01e39ca1cddd2dd5d5d672136e3d78c766b;hp=0f071e1b8d5198a66e903f5dfe4a9e51c7eb2e90;hpb=4aec394fbd41eb7d3a9f99eaf112df7fbd15a050;p=gnulib.git diff --git a/lib/ChangeLog b/lib/ChangeLog index 0f071e1b8..6e42fb806 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,23 @@ +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. + (quotearg_buffer_restyled): Use it. + 2000-02-27 Jim Meyering * strtoumax.c: Fix typo in decl of strtoul: s/long long/long/.