From c57d0486d022f1d1d8a20267348a60cdd73f1600 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Wed, 1 Oct 2003 08:11:45 +0000 Subject: *** empty log message *** --- ChangeLog | 26 +++++++++++++++++++++++++- 1 file changed, 25 insertions(+), 1 deletion(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 70f6dcae2..b1d0e300d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,31 @@ -2003-09-28 Jim Meyering +2003-10-01 Akim Demaille * 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 + + 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 + * Makefile.maint (sc_cast_of_alloca_return_value): New rule. (syntax-check-rules): Add it. -- cgit v1.2.3-70-g09d2