From: Jim Meyering Date: Thu, 23 Jun 2005 15:20:11 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: CPPI-1_12~511 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c8c1251a7bea98686d3d26ce7ff7beab5ef63610;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/ChangeLog b/ChangeLog index eba611b141..5388102dee 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 `{...}'.