summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2005-06-23 15:20:11 +0000
committerJim Meyering <jim@meyering.net>2005-06-23 15:20:11 +0000
commitc8c1251a7bea98686d3d26ce7ff7beab5ef63610 (patch)
treeb60b5282d023500e686c9666b329332f2d385428
parenta912688f5c2cf6852f003b8d8774ba2454905dc4 (diff)
downloadcoreutils-c8c1251a7bea98686d3d26ce7ff7beab5ef63610.tar.xz
*** empty log message ***
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index eba611b14..5388102de 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,12 @@
* Version 5.3.1.
+ * src/date.c (show_date): Use fputs rather than printf ("%s\n",.
+
+ * src/du.c (show_date): Rename local `time_format' so as not to
+ shadow the file-scoped global by that name.
+ (show_date): Add a FIXME comment.
+
* src/du.c: Include hard-locale.h and strftime.h.
(DUINFO_INI, DUINFO_SET, DUINFO_ADD):
Enclose body in `do {...} while (0)', not just `{...}'.