]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
*** empty log message ***
authorJim Meyering <jim@meyering.net>
Sat, 15 Sep 2001 11:16:12 +0000 (11:16 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 15 Sep 2001 11:16:12 +0000 (11:16 +0000)
old/fileutils/ChangeLog

index 1745f365923a165dcca97ea33c08efcd0609c30e..efc1fe16d17b2945345328efe2f673ab8f795e20 100644 (file)
@@ -1,7 +1,14 @@
-2001-09-08  Jim Meyering  <meyering@lucent.com>
 
        * Version 4.1.1.
 
+2001-05-11  Paul Eggert  <eggert@twinsun.com>
+
+       * 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  <meyering@lucent.com>
+
        * 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.