From: Jim Meyering Date: Tue, 19 Aug 2003 10:02:57 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: v5.0.91~132 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d3bfb37e64a98e4c91829647c274a4f83bbb25bc;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/lib/ChangeLog b/lib/ChangeLog index 16e5a06245..d5034facde 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,11 @@ +2003-08-18 Paul Eggert + + * same.c: Include and unconditionally, + as we're now assuming that part of hosted C89. + (free) [!HAVE_DECL_FREE]: Remove decl; no longer needed. + (same_name): Invoke pathconf on destination, not source, as + that's a bit clearer even if they are the same dir. + 2003-08-18 Jim Meyering * getopt.h: Remove space before TAB.