From: Jim Meyering Date: Sun, 21 Aug 2005 16:06:16 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: CPPI-1_12~107 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ecd05fa0fd30a3cdf4eccf0f17e72721a3815ad8;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/ChangeLog b/ChangeLog index 37cb9f6316..33349266cb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,12 @@ -2005-08-19 Jim Meyering +2005-08-21 Jim Meyering * Version 5.3.1. + * src/du.c (time_style): Add `const' attribute. + (tot_dui): Remove unnecessary (and too-short) initializer list. + +2005-08-19 Jim Meyering + * src/sort.c (usage) [-b,-t]: Ensure that there are at least two spaces between each option and the corresponding description -- this lets help2man format entries properly. Reported by Edward Welbourne.