diff options
author | Jim Meyering <jim@meyering.net> | 2005-06-23 14:41:27 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2005-06-23 14:41:27 +0000 |
commit | 888d47b2b2108188dad377ed4a4dbbc58e9d5d1f (patch) | |
tree | e03c51814d220b0f6f733dbdb489151c5e194b4b | |
parent | 89b0b72ca3dc835c67c204c1daec20db0467d43b (diff) | |
download | coreutils-888d47b2b2108188dad377ed4a4dbbc58e9d5d1f.tar.xz |
*** empty log message ***
-rw-r--r-- | ChangeLog | 13 |
1 files changed, 11 insertions, 2 deletions
@@ -1,11 +1,20 @@ +2005-06-23 Jim Meyering <jim@meyering.net> + + * Version 5.3.1. + + * src/du.c: Include hard-locale.h and strftime.h. + (DUINFO_INI, DUINFO_SET, DUINFO_ADD): + Enclose body in `do {...} while (0)', not just `{...}'. + Adjust uses (add semicolons). + Adjust formatting, indentation. + (usage): Tweak formatting to maintain more or less constant indentation. + 2005-06-14 William Brendling <wbrendling@gmail.com> * src/du.c: Add --last-time and --time-style options. 2005-06-22 Paul Eggert <eggert@cs.ucla.edu> - * Version 5.3.1. - * tests/umask-check: New file. * tests/Makefile.am (EXTRA_DIST): Add umask-check. * tests/mkdir/perm: Use umask-check. |