*** empty log message ***
authorJim Meyering <jim@meyering.net>
Wed, 1 Oct 2003 08:11:45 +0000 (08:11 +0000)
committerJim Meyering <jim@meyering.net>
Wed, 1 Oct 2003 08:11:45 +0000 (08:11 +0000)
ChangeLog

index 70f6dca..b1d0e30 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,31 @@
-2003-09-28  Jim Meyering  <jim@meyering.net>
+2003-10-01  Akim Demaille  <akim@epita.fr>
 
        * Version 5.0.92.
 
+       * announce-gen (print_news_deltas): New function, extracted from main.
+       (main): Make `news_file' an array.
+       Use '...=s' => \@var for --news and --url-directory specs.
+       Before there were a couple of problems.
+
+2003-09-30  Jim Meyering  <jim@meyering.net>
+
+       Rewrite du.c to use fts.
+
+       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)
+       - 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
+           this, and add a test)
+       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)
+
+2003-09-28  Jim Meyering  <jim@meyering.net>
+
        * Makefile.maint (sc_cast_of_alloca_return_value): New rule.
        (syntax-check-rules): Add it.