1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-08-05 08:10:15 +02:00

*** empty log message ***

This commit is contained in:
Jim Meyering
2005-08-02 20:52:49 +00:00
parent 7a44d1f860
commit a930898d64
+7 -1
View File
@@ -1,7 +1,13 @@
2005-07-29 Jim Meyering <jim@meyering.net>
2005-08-02 Jim Meyering <jim@meyering.net>
* Version 5.3.1.
* src/date.c: Include "xanstrftime.h".
(show_date): Use xanstrftime instead of open-coding it.
* src/du.c: Likewise.
2005-07-29 Jim Meyering <jim@meyering.net>
* src/date.c (show_date): Remove now-unnecessary code that
treated an empty format string as a special case.
* tests/date/Test.pm (empty-format): New test, for this case.