]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
.
authorJim Meyering <jim@meyering.net>
Thu, 20 Feb 2003 10:36:52 +0000 (10:36 +0000)
committerJim Meyering <jim@meyering.net>
Thu, 20 Feb 2003 10:36:52 +0000 (10:36 +0000)
ChangeLog

index f9c9794d99e0c90261e1a147e9edd5d3d15d8a39..3de5b4012d4da4b42c785e9ff5e7164ea44e8855 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,24 @@
-2003-02-19  Jim Meyering  <jim@meyering.net>
+2003-02-20  Jim Meyering  <jim@meyering.net>
 
        * Version 4.5.8.
 
+       Now, df always displays the device file name corresponding to the
+       listed mount point under `Filesystem'.  Before, for an unmounted
+       block- or character-special file argument, it would display the
+       command-line argument instead.
+       * src/df.c (show_disk): Return a value indicating whether
+       there was a match.  Don't try to find a mount point here.
+       (show_entry): If show_disk doesn't find a match, call show_point.
+
+2003-02-19  Jim Meyering  <jim@meyering.net>
+
+       * src/du.c: Include "mmap-stack.h".
+       (du_files): Add prototype with ATTRIBUTE_NORETURN.
+       Exit from this function, not from...
+       (main): ...here.
+       Instead, if possible, invoke du_files through a macro that
+       runs it with a large, mmap'd stack.
+
        * src/join.c (usage): Change wording in --help output:
        use FILENUM instead of `SIDE' and say what FILENUM means.
        Reported by Bernhard Gabler.