From: Jim Meyering Date: Sat, 15 Sep 2001 11:16:12 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: TEXTUTILS-2_0_15~109 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=836ab0b6f70dd2e3111ae0bb536fffb15386d995;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index 1745f36592..efc1fe16d1 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -1,7 +1,14 @@ -2001-09-08 Jim Meyering * Version 4.1.1. +2001-05-11 Paul Eggert + + * src/chmod.c, src/chown.c, src/mkdir.c, src/rm.c, src/rmdir.c (main): + Don't strip trailing slashes; POSIX doesn't allow it here. + Don't include "dirname.h" when no longer needed. + +2001-09-08 Jim Meyering + * src/copy.c (copy_internal): Add braces around now-multi-stmt if-block. This fixes a bug introduced by my 2001-08-06 change. * tests/mv/i-4: New test, for the above.