diff options
author | Jim Meyering <jim@meyering.net> | 2003-10-01 08:11:45 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2003-10-01 08:11:45 +0000 |
commit | c57d0486d022f1d1d8a20267348a60cdd73f1600 (patch) | |
tree | 720112698538a51b330e4a27a3753e5080e5e4f4 | |
parent | 2b730915f83111ee6396ee2510dbce40ed78830a (diff) | |
download | coreutils-c57d0486d022f1d1d8a20267348a60cdd73f1600.tar.xz |
*** empty log message ***
-rw-r--r-- | ChangeLog | 26 |
1 files changed, 25 insertions, 1 deletions
@@ -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. |