diff options
author | Jim Meyering <jim@meyering.net> | 2000-03-02 07:38:57 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2000-03-02 07:38:57 +0000 |
commit | ddfcfb0da34f4409ea66e945d5878ab86b5cc49a (patch) | |
tree | 721265338245dafcb3fb60ba94027125cd7307b3 /old | |
parent | 5624900715d76eeacbdeb0e51af51c0ccd1cb03c (diff) | |
download | coreutils-ddfcfb0da34f4409ea66e945d5878ab86b5cc49a.tar.xz |
.
Diffstat (limited to 'old')
-rw-r--r-- | old/fileutils/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index c1168b682..def6e48e5 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -1,3 +1,14 @@ +2000-03-01 Paul Eggert <eggert@twinsun.com> + + * src/df.c (show_point): Ignore shortcuts based on path + prefixes that are loop file system mount points, since they + yield undesirable output. + +2000-02-29 Jim Meyering <meyering@lucent.com> + + * src/ls.c (decode_switches): Remove `e' from getopt_long's list of + option characters. Reported by John Summerfield. + 2000-02-28 Jim Meyering <meyering@lucent.com> * tests/install/basic-1: Use ginstall, not install. |