summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2003-10-02 17:15:35 +0000
committerJim Meyering <jim@meyering.net>2003-10-02 17:15:35 +0000
commit55ad6cc69245b4efc2bed28ab756dc2ace8d52a8 (patch)
treef894aa8a8988aa6b4fdf03a9115df2cadc80f962 /ChangeLog
parent77043f0f2100f846705abcdd730716a8bceeec6e (diff)
downloadcoreutils-55ad6cc69245b4efc2bed28ab756dc2ace8d52a8.tar.xz
*** empty log message ***
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog15
1 files changed, 14 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index b1d0e300d..73c811e3e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,16 @@
+2003-10-02 Jim Meyering <jim@meyering.net>
+
+ * tests/du/inaccessible-cwd: Ensure that even when run from an
+ inaccessible directory, du can still operate on accessible
+ directories elsewhere.
+
+ * tests/rm/deep-1: Ensure that du can process a hierarchy
+ of depth 400 while using no more than 50KB of stack space.
+
+2003-10-01 Jim Meyering <jim@meyering.net>
+
+ * src/du.c (is_symlink_to_dir): Remove now-unnecessary function.
+
2003-10-01 Akim Demaille <akim@epita.fr>
* Version 5.0.92.
@@ -14,7 +27,7 @@
Now, du works better:
- 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) (FIXME: add test with small stack)
+ doesn't)
- works even when run from an inaccessible directory (FIXME: add test)
- du -D now dereferences all symlinks specified on the command line,
not just the ones that reference directories (FIXME: confirm