summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2005-06-23 14:41:27 +0000
committerJim Meyering <jim@meyering.net>2005-06-23 14:41:27 +0000
commit888d47b2b2108188dad377ed4a4dbbc58e9d5d1f (patch)
treee03c51814d220b0f6f733dbdb489151c5e194b4b /ChangeLog
parent89b0b72ca3dc835c67c204c1daec20db0467d43b (diff)
downloadcoreutils-888d47b2b2108188dad377ed4a4dbbc58e9d5d1f.tar.xz
*** empty log message ***
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog13
1 files changed, 11 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index fbddeedc7..eba611b14 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.