summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2003-02-20 10:36:52 +0000
committerJim Meyering <jim@meyering.net>2003-02-20 10:36:52 +0000
commit59e474dc56026911301e5e1e243f4d4c0e40c9bb (patch)
tree3a49f9b2d6e131fcbb9e7be194620003cadcef95 /ChangeLog
parent56644db507b0676011984cce74a097102d04a9bc (diff)
downloadcoreutils-59e474dc56026911301e5e1e243f4d4c0e40c9bb.tar.xz
.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog19
1 files changed, 18 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index f9c9794d9..3de5b4012 100644
--- 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.