1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-04-16 00:36:08 +02:00
This commit is contained in:
Jim Meyering
2005-09-16 07:53:31 +00:00
parent 158d982669
commit 60da98e144

View File

@@ -2,8 +2,9 @@
* Version 5.3.1-cvs.
Date no longer allocates virtual memory to do its job,
Date no longer needs to allocate virtual memory to do its job,
so it can no longer fail due to an out-of-memory condition.
* src/date.c: Include fprintftime.h.
Don't include strftime.h or xanstrftime.h -- no longer needed.
(show_date): Use new fprintftime function rather than xanstrftime.