summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2007-07-31 10:46:31 +0200
committerJim Meyering <jim@meyering.net>2007-07-31 12:10:11 +0200
commitfd9a6e860b7f196728a975599947a09a316be260 (patch)
tree31d53da2df9076c53cb89d75cc77b37b022d7f40 /ChangeLog
parent3b03442c5423562749982e159111782db6812b14 (diff)
downloadcoreutils-fd9a6e860b7f196728a975599947a09a316be260.tar.xz
du: print size (probably incomplete) of each inaccessible directory
* src/du.c (process_file): Print what we know of the size of a directory even when it is inaccessible. What we print is just the size of the directory itself, not counting any of its contents. * tests/du/inacc-dir: Test for this. * NEWS: Mention this change. Signed-off-by: Jim Meyering <jim@meyering.net>
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 416864316..4d19371b1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
2007-07-31 Jim Meyering <jim@meyering.net>
+ du: print size (probably incomplete) of each inaccessible directory
+ * src/du.c (process_file): Print what we know of the size of a
+ directory even when it is inaccessible. What we print is just the
+ size of the directory itself, not counting any of its contents.
+ * tests/du/inacc-dir: Test for this.
+ * NEWS: Mention this change.
+
Add a test for du not counting size of inaccessible directories.
* tests/du/inacc-dir: New file. Test for fts.c bug fixed yesterday.
* tests/du/Makefile.am (TESTS): Add inacc-dir.