From: Jim Meyering Date: Mon, 27 Jan 2003 10:45:51 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: COREUTILS-4_5_5~72 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3ab066a0d68958f33890bbf479579ca6e651ff1e;p=platform%2Fupstream%2Fcoreutils.git *** empty log message *** --- diff --git a/ChangeLog b/ChangeLog index 0bb2c4d..299ac6f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,17 @@ -2003-01-22 Jim Meyering +2003-01-27 Jim Meyering * Version 4.5.5. + * src/ls.c (decode_switches): If `dired' is set without + `format == long_format', then silently reset dired. This doesn't + change the behavior of ls (all prior uses of dired were protected + by `&& format == long_format'), and lets us... + (DIRED_INDENT): ... remove `format == long_format' conjunct. + (PUSH_CURRENT_DIRED_POS): Likewise. + (main): Likewise. + +2003-01-22 Jim Meyering + * tests/du/no-x: New test, for functionality added to lib/ftw.c. * tests/du/Makefile.am (TESTS): Add no-x.