summaryrefslogtreecommitdiff
path: root/old
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2000-11-18 20:01:14 +0000
committerJim Meyering <jim@meyering.net>2000-11-18 20:01:14 +0000
commit5baa94d136b0d72060474bbfe1ae38ee88ad6727 (patch)
tree915dc8a62a565bdc9161ba4ac834bdbddd0d5868 /old
parent6447e5b99745bd0c40a81cfcd5e6f1a3e6e3202f (diff)
downloadcoreutils-5baa94d136b0d72060474bbfe1ae38ee88ad6727.tar.xz
*** empty log message ***
Diffstat (limited to 'old')
-rw-r--r--old/fileutils/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog
index 4ee15915c..2003f0866 100644
--- a/old/fileutils/ChangeLog
+++ b/old/fileutils/ChangeLog
@@ -2,6 +2,11 @@
* Version 4.0.33.
+ * src/du.c (count_entry): Don't omit the size of a directory entry
+ merely because we couldn't `chdir' into it. That would give subtly
+ different results in some cases. Reported by Mattias Wadenstein
+ via Michael Stone.
+
* src/ls.c: Revert change of 2000-11-11. It inadvertently change
the output format of `ls -l --full-time'.