summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2003-10-02 17:20:04 +0000
committerJim Meyering <jim@meyering.net>2003-10-02 17:20:04 +0000
commitaeccc1752d6edf6ef3190850c157a99a29babec6 (patch)
tree21ee1aa69667d550c3b94fc68ec0d78ebff24d42 /ChangeLog
parent55ad6cc69245b4efc2bed28ab756dc2ace8d52a8 (diff)
downloadcoreutils-aeccc1752d6edf6ef3190850c157a99a29babec6.tar.xz
*** empty log message ***
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 2 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 73c811e3e..8a60c9088 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -28,7 +28,7 @@
- the depth of hierarchy du can process is no longer limited by
the user's stack size (nftw uses recursion, the fts implementation
doesn't)
- - works even when run from an inaccessible directory (FIXME: add test)
+ - works even when run from an inaccessible directory
- du -D now dereferences all symlinks specified on the command line,
not just the ones that reference directories (FIXME: confirm
this, and add a test)
@@ -36,6 +36,7 @@
- du now accepts -P (--no-dereference)
- du -H now has the POSIX-required meaning (it's equivalent to -D;
before, it was equivalent to --si)
+ - Use O(N) heap space (not O(N^2)) for a hierarchy of depth N.
2003-09-28 Jim Meyering <jim@meyering.net>