X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2FChangeLog;h=35c22dd89041f57e30a778fd9e782840b5dcbefa;hb=606ec43d80c524d2f322129b3dd0676fce6ccea2;hp=6e42fb8061c978a0823c5a37ba3f9aabdc9bfa86;hpb=c3e58bf7e34ba14e1c421a8f85fc6afa81f78217;p=gnulib.git diff --git a/lib/ChangeLog b/lib/ChangeLog index 6e42fb806..35c22dd89 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,36 @@ +2000-03-07 Paul Eggert + + * lib/savedir.c (savedir): Work even if directory size is + negative; this can happen with some screwy NFS configurations. + +2000-03-05 Jim Meyering + + * localcharset.c ("path-concat.h"): Include. + (get_charset_aliases): Use path_concat instead of ANSI string + concatenation. + + * unicodeio.h (PARAMS): Define. + Use it to guard prototype. + +2000-03-04 Jim Meyering + + * Makefile.am (install-exec-local): Create $(libdir) before installing + into it. + (uninstall-local): Uncomment this rule so `make distcheck' works + once again. + + * unicodeio.c (): 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 + + * Makefile.am (EXTRA_DIST): Add config.charset. + 2000-03-01 Jim Meyering * localcharset.c: Guard some #includes with `#if HAVE_...'.