summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2004-03-28 21:44:01 +0000
committerJim Meyering <jim@meyering.net>2004-03-28 21:44:01 +0000
commit6ae7ae952594ed611916ea1137cc62566c044a49 (patch)
tree4306615fdb536f9c1f5271c16365e984aae0e356 /ChangeLog
parentca6d256f125ea496cdb059a201f92f77f1ce0c69 (diff)
downloadcoreutils-6ae7ae952594ed611916ea1137cc62566c044a49.tar.xz
*** empty log message ***
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog12
1 files changed, 11 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index be4f7b6f3..91bb1a8ab 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,17 @@
-2004-03-27 Jim Meyering <jim@meyering.net>
+2004-03-28 Jim Meyering <jim@meyering.net>
* Version 5.3.0.
+ Minor optimization:
+ * src/du.c (process_file): Don't record dev/inode for directories.
+
+ Under some circumstances, without -c, du would mistakenly count the
+ space of hard-linked files, not just the first one it encountered.
+ Reported by Anthony Thyssen.
+ * src/du.c (du_files): Don't ever clear the set of `seen' dev/inodes.
+
+ * src/du.c: Rename global `print_totals' to `print_grand_total'.
+
* src/du.c (main): Rearrange filtering loop to be a tiny bit
more efficient.