diff options
author | Jim Meyering <jim@meyering.net> | 2005-09-16 07:33:41 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2005-09-16 07:33:41 +0000 |
commit | 1e7fb2186b61648fafa16e031d0c5d862a8297c7 (patch) | |
tree | d7ae0fd5631f75144765a14ea6aa170f951a65a3 | |
parent | d514933c67426ca4c5f179035baa852495fdd9e3 (diff) | |
download | coreutils-1e7fb2186b61648fafa16e031d0c5d862a8297c7.tar.xz |
*** empty log message ***
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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. |