diff options
author | Jim Meyering <jim@meyering.net> | 2005-06-23 15:20:11 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2005-06-23 15:20:11 +0000 |
commit | c8c1251a7bea98686d3d26ce7ff7beab5ef63610 (patch) | |
tree | b60b5282d023500e686c9666b329332f2d385428 /ChangeLog | |
parent | a912688f5c2cf6852f003b8d8774ba2454905dc4 (diff) | |
download | coreutils-c8c1251a7bea98686d3d26ce7ff7beab5ef63610.tar.xz |
*** empty log message ***
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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 `{...}'. |