summaryrefslogtreecommitdiff
path: root/old
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2002-06-15 06:54:05 +0000
committerJim Meyering <jim@meyering.net>2002-06-15 06:54:05 +0000
commitb29576f01fff469581216497eb18a72f8d37fd62 (patch)
treea7aa7f7a1e7ca201dd2589f07923086f77cc4b8e /old
parentd404816448d0229fa7817b0818bb95ae2c8648c9 (diff)
downloadcoreutils-b29576f01fff469581216497eb18a72f8d37fd62.tar.xz
*** empty log message ***
Diffstat (limited to 'old')
-rw-r--r--old/fileutils/ChangeLog23
1 files changed, 22 insertions, 1 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog
index 322ab536d..0c4e8f2ff 100644
--- a/old/fileutils/ChangeLog
+++ b/old/fileutils/ChangeLog
@@ -1,7 +1,28 @@
-2002-06-07 Jim Meyering <meyering@lucent.com>
+2002-06-15 Jim Meyering <meyering@lucent.com>
+
+ * src/sys2.h (S_ISNAM): Add to list of S_IS* macros.
+ Rearrange #if directives for each S_IS macro.
+ From diffutils-2.8.2.
+
+2002-06-13 Jim Meyering <meyering@lucent.com>
* Version 4.1.9.
+ * Makefile.maint (wget-update): `cd' to config first.
+ Warn when omitting a file ... FIXME
+
+2002-06-12 Jim Meyering <meyering@lucent.com>
+
+ * src/mv.c (do_move): Give one diagnostic, not two, when unable to
+ unlink a destination file. This bug was introduced in fileutils-3.16l.
+
+ FIXME$ /bin/mv /etc/passwd /tmp
+ /bin/mv: cannot unlink `/etc/passwd': Permission denied
+ /bin/mv: cannot remove `/etc/passwd': Permission denied
+ [Exit 1]
+
+2002-06-07 Jim Meyering <meyering@lucent.com>
+
* tests/mv/part-fail: Also accept the permission-denied diagnostic
issued by some losing systems. Reported by Volker Borchert.