summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2004-05-04 07:26:41 +0000
committerJim Meyering <jim@meyering.net>2004-05-04 07:26:41 +0000
commitc9316ddd8543fb0e0ef4544535d6cb36f70e0eaa (patch)
tree11d959b62980bf9bd60d69d72c5e9b09b3db5570
parent3145fdd1eda17c7a24d7561cdeecacef2268d34b (diff)
downloadcoreutils-c9316ddd8543fb0e0ef4544535d6cb36f70e0eaa.tar.xz
*** empty log message ***
-rw-r--r--ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4bdf4feb1..8f961b97e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+2004-04-29 Paul Eggert <eggert@cs.ucla.edu>
+
+ * src/df.c (show_disk, show_point): If several filesystems are
+ mounted on the same mount point, prefer the last one, not the first.
+ Problem reported by Christian Jones in
+ <http://mail.gnu.org/archive/html/bug-coreutils/2004-04/msg00200.html>.
+ (show_disk): Remove unused statp arg. Return bool, not int.
+ (show_point): Rewrite to avoid gotos. Use the same algorithm
+ for lofs and dummies for each pass through the mount table,
+ rather than subtly different algorithms (which are probably
+ inadvertent).
+
2004-05-03 Jim Meyering <jim@meyering.net>
* Makefile.am (EXTRA_DIST): Add m4/ChangeLog, now that we no longer