X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2FChangeLog;h=9da8633d6031ae38143a417f8ec6c48a577518e0;hb=618f09f72ba36d7c43802fa5fc07aca28172e6fd;hp=06c85e6d7abc88829f0ae726987640fc1e184534;hpb=2e879d32087d6528dd1b1c3d55e1869ede6bbc61;p=gnulib.git diff --git a/lib/ChangeLog b/lib/ChangeLog index 06c85e6d7..9da8633d6 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,19 @@ +2000-05-01 Jim Meyering + + * full-write.c (full_write): Remove `FIXME' part of comment. + +2000-04-29 Jim Meyering + + * path-concat.c: Declare strdup only if it's not defined. + * canon-host.c: Likewise. + +2000-04-28 Jim Meyering + + * rpmatch.c [HAVE_LIMITS_H]: Include limits.h before regex.h to avoid + redefinition warning on some systems (HPUX). Otherwise, regex.h is + included first, then limits.h is included by locale.h by libintl.h. + From John David Anglin. + 2000-04-25 Jim Meyering * makepath.c (S_IRWXUGO): Define.