From: Jim Meyering Date: Thu, 20 Feb 2003 10:36:52 +0000 (+0000) Subject: . X-Git-Tag: v4.5.8~46 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=59e474dc56026911301e5e1e243f4d4c0e40c9bb;p=thirdparty%2Fcoreutils.git . --- diff --git a/ChangeLog b/ChangeLog index f9c9794d99..3de5b4012d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,24 @@ -2003-02-19 Jim Meyering +2003-02-20 Jim Meyering * 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 + + * 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.