]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
*** empty log message ***
authorJim Meyering <jim@meyering.net>
Thu, 2 Oct 2003 20:26:06 +0000 (20:26 +0000)
committerJim Meyering <jim@meyering.net>
Thu, 2 Oct 2003 20:26:06 +0000 (20:26 +0000)
ChangeLog

index 7c5d21e6bfc38bf8bec2a0ae99183d7de91fcc51..73383dc1628f55c280169f56f7cba34a781f3a94 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -38,8 +38,9 @@
        In progress:
        - 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.
+           before, it was equivalent to --si)
+        - Change fts semantics so that du uses O(N) heap space
+           (not O(N^2)) for a hierarchy of depth N.
 
 2003-09-28  Jim Meyering  <jim@meyering.net>