. FILEUTILS-3_12m
authorJim Meyering <jim@meyering.net>
Thu, 25 Apr 1996 04:38:01 +0000 (04:38 +0000)
committerJim Meyering <jim@meyering.net>
Thu, 25 Apr 1996 04:38:01 +0000 (04:38 +0000)
old/fileutils/ChangeLog
old/fileutils/NEWS

index 3dbdd3e..0dbf8a7 100644 (file)
@@ -1,3 +1,18 @@
+Wed Apr 24 21:33:43 1996  Jim Meyering  (meyering@na-net.ornl.gov)
+
+       * ln.c (do_link): Remove duplicate `if (lstat(...' block.
+
+       * ln.c (do_link): With --force, don't remove DEST when it's
+       the same as SOURCE.  Before, `ln -f FILE FILE' would remove FILE.
+       Reported by Bruno Haible.
+
+       * mkdir.c (main): Use verbose_fmt_string, not string literal in
+       call to make_path for --parents.  Reported by Ulrich Drepper.
+
+       * doc/mdate-sh: Get year as last rather than 6th field in output
+       of date.  Otherwise, people with 2-word TZ (like `MET DST') lost.
+       From Andreas Schwab.
+
 Tue Apr 23 22:05:35 1996  Jim Meyering  (meyering@na-net.ornl.gov)
 
        * src/*.c, src/*.h: Update Copyright years to include 1996.
index 79dad5d..6d69bbb 100644 (file)
@@ -1,4 +1,5 @@
 Changes in release 3.13:
+* ln -f FILE FILE fails with a diagnostic rather than silently removing FILE
 * when building on systems that have getopt_long (like Linux), the system-
   provided function will be used -- so executables may be a little smaller
 * chgrp, chown, cp -p, and mv all modify owner and/or group on systems