X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2FChangeLog;h=762ac3c6199415dc86c6acd2d535e37ec75e15ca;hb=d427c96ee152df514e6eb0f73dd4f65021961bca;hp=2982b480bfcc6f9224f2e450ce006b881bf92378;hpb=018039820ee41e5d8a9a7352ae55bc3eb14bac3c;p=gnulib.git diff --git a/lib/ChangeLog b/lib/ChangeLog index 2982b480b..762ac3c61 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,18 @@ +2005-02-24 Bruno Haible + + * localcharset.c: Update from GNU gettext 0.14.2. + * config.charset: Update from GNU gettext 0.14.2. + +2005-02-22 Simon Josefsson + + * iconvme.h, iconvme.c: New files, from libc. + +2005-02-20 Neil Conway + + * xgethostname.c (xgethostname): Check for ENOMEM, which is + returned by OSX/Darwin if the specified buffer is not large + enough for the hostname. + 2005-02-03 Paul Eggert * memrchr.h: New file. @@ -126,7 +141,9 @@ (restore_cwd): Use chdir_long, not chdir. * chdir-long.c: Renamed from chdir.c. * chdir-long.h: Renamed from chdir.h. - [!defined PATH_MAX]: Define chdir_long to chdir on systems like the Hurd. + [!defined PATH_MAX]: Define chdir_long to chdir on systems like the + Hurd. + 2005-01-18 Bob Proulx * obstack.c [DEFAULT_ALIGNMENT]: Use an intermediate type to simplify