From: Jim Meyering Date: Sun, 24 Nov 2002 16:12:28 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: COREUTILS-4_5_4~140 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6f5375c038aea496240581fc527baf69b7676980;p=platform%2Fupstream%2Fcoreutils.git *** empty log message *** --- diff --git a/ChangeLog b/ChangeLog index 5b032d3..1333ac5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,10 +1,26 @@ -2002-11-23 Jim Meyering +2002-11-24 Jim Meyering * Version 4.5.4. + * src/du.c (du_files): Don't strip any trailing slash. + Rewrite so that `/' is no longer represented internally as + the empty string. + (count_entry): When appending a file name component, + account for the fact that the current path may end in `/'. + François Pinard reported that `du symlink-to-dir/' was not + equivalent to `du symlink-to-dir/.'. Now it is. + +2002-11-23 Jim Meyering + * src/tac.c (output): Declare some local variables to be of type size_t, rather than `int' to avoid warnings from gcc. +2002-11-21 Paul Eggert + + * src/ls.c (decode_switches): Use case-sensitive matching to + decode the QUOTING_STYLE environment variable. This is more + consistent with the documentation, and with --quoting-style. + 2002-11-21 Martin Buck