diff options
author | Jim Meyering <jim@meyering.net> | 2002-11-24 16:12:28 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2002-11-24 16:12:28 +0000 |
commit | 6f5375c038aea496240581fc527baf69b7676980 (patch) | |
tree | 392770b13c35797cb43c459c9f55bbd1383824c7 /ChangeLog | |
parent | 40d8af424494661b3fc9985772ba680c41fc1fd5 (diff) | |
download | coreutils-6f5375c038aea496240581fc527baf69b7676980.tar.xz |
*** empty log message ***
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 18 |
1 files changed, 17 insertions, 1 deletions
@@ -1,10 +1,26 @@ -2002-11-23 Jim Meyering <jim@meyering.net> +2002-11-24 Jim Meyering <jim@meyering.net> * 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 <jim@meyering.net> + * 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 <eggert@twinsun.com> + + * 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 <martin.buck@ascom.ch * src/stty.c (struct speeds): Add support for all baud rates defined |