diff options
author | Jim Meyering <jim@meyering.net> | 1996-04-25 04:38:01 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1996-04-25 04:38:01 +0000 |
commit | 77da45645d0198e524ce93185b055af7ca5c7a33 (patch) | |
tree | bb618cb73b78c68b4caa4eabbe852e7ef60596fa /old | |
parent | 8b2c88998b1cb473748af7c01ece54ec2a2466eb (diff) | |
download | coreutils-77da45645d0198e524ce93185b055af7ca5c7a33.tar.xz |
.
Diffstat (limited to 'old')
-rw-r--r-- | old/fileutils/ChangeLog | 15 | ||||
-rw-r--r-- | old/fileutils/NEWS | 1 |
2 files changed, 16 insertions, 0 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index 3dbdd3e1a..0dbf8a7d0 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -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. diff --git a/old/fileutils/NEWS b/old/fileutils/NEWS index 79dad5de9..6d69bbb32 100644 --- a/old/fileutils/NEWS +++ b/old/fileutils/NEWS @@ -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 |