diff options
author | Jim Meyering <jim@meyering.net> | 1996-06-19 03:32:08 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1996-06-19 03:32:08 +0000 |
commit | 93cff2fae123c7e64957b3b58ffc16cf7653a4a3 (patch) | |
tree | 92b26bf329b9c284796b51ce1ae94e9c8b7f4f19 | |
parent | ec0f2c34d31c932700da58d1c7b26d6a2fd8819f (diff) | |
download | coreutils-93cff2fae123c7e64957b3b58ffc16cf7653a4a3.tar.xz |
.
-rw-r--r-- | old/fileutils/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index a0d1ecd8c..307f74133 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -1,5 +1,13 @@ Tue Jun 18 20:54:05 1996 Jim Meyering <meyering@na-net.ornl.gov> + * ln.c (do_link): Refine last change so we don't disallow commands + like `ln --force A B' when A and B are hard links to the same file. + See comments in the source. Reported by Erik Naggum <erik@naggum.no>. + + * ls.c (decode_switches): Correct typo in error message: + enironment -> environment. From Santiago Vila Doncel + <sanvila@unex.es>. + * aclocal.m4: Update from gettext-0.10.20. * ABOUT-NLS: Likewise. * intl/*: Likewise. |