From 6f5375c038aea496240581fc527baf69b7676980 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sun, 24 Nov 2002 16:12:28 +0000 Subject: [PATCH] *** empty log message *** --- ChangeLog | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) 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