summaryrefslogtreecommitdiff
path: root/old
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2001-09-15 11:16:12 +0000
committerJim Meyering <jim@meyering.net>2001-09-15 11:16:12 +0000
commit836ab0b6f70dd2e3111ae0bb536fffb15386d995 (patch)
treeed61ec722a1745e5ee433dc6e6c5287b015b308d /old
parent08e983d3df3b3148943d21cb65a0c749cf159203 (diff)
downloadcoreutils-836ab0b6f70dd2e3111ae0bb536fffb15386d995.tar.xz
*** empty log message ***
Diffstat (limited to 'old')
-rw-r--r--old/fileutils/ChangeLog9
1 files changed, 8 insertions, 1 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog
index 1745f3659..efc1fe16d 100644
--- a/old/fileutils/ChangeLog
+++ b/old/fileutils/ChangeLog
@@ -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.