From: Jim Meyering Date: Sun, 13 Oct 2002 14:01:59 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: v4.5.3~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c9c00c8bec9fc19a551467d30b635fb2c68ee801;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/ChangeLog b/ChangeLog index afe335b207..64e33f3eaa 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,6 +2,10 @@ * Version 4.5.3. + * src/du.c (count_entry): Also save cwd when dereferencing (via + --dereference-args, -D) a command-line argument. + Reported by Michal Svec. Based on a patch by Andreas Schwab. + * src/Makefile.am (../AUTHORS): New target/rule. 2002-10-12 Jim Meyering @@ -26,11 +30,6 @@ (file_lines): Reorganize to use memrchr rather than an explicit loop. Adapt to new safe_read ABI. -2002-10-11 Andreas Schwab - - * src/du.c (count_entry): Also save cwd when dereferencing - arguments and we are at toplevel. Reported by Michal Svec. - 2002-10-11 Jim Meyering * tests/du/deref: New file/test, for the above fix.