From: Jim Meyering Date: Thu, 2 Oct 2003 20:26:06 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: v5.1.0~492 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=43cee1d6fc34967f5f3be8f161182987db14f51d;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/ChangeLog b/ChangeLog index 7c5d21e6bf..73383dc162 100644 --- 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