]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
*** empty log message ***
authorJim Meyering <jim@meyering.net>
Sat, 15 Jun 2002 06:54:05 +0000 (06:54 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 15 Jun 2002 06:54:05 +0000 (06:54 +0000)
old/fileutils/ChangeLog

index 322ab536dde825d9a75508cbd263d2c1d7bf7a95..0c4e8f2ff15e705b3e00b85271ebe8f5d196b8dc 100644 (file)
@@ -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.