From: Jim Meyering Date: Fri, 16 Sep 2005 07:33:41 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: v5.90~209 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1e7fb2186b61648fafa16e031d0c5d862a8297c7;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/ChangeLog b/ChangeLog index 693bc6a920..386299836e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,6 +2,10 @@ * Version 5.3.1-cvs. + * src/date.c: Include fprintftime.h. + Don't include strftime.h or xanstrftime.h -- no longer needed. + (show_date): Use fprintftime rather than xanstrftime. + * tests/misc/date (subfmt-up1): Test the combination of the to-upper-case modifier (^) and a conversion specifier that expands to a string containing lower case characters.