diff options
author | Jim Meyering <jim@meyering.net> | 2005-09-16 07:53:31 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2005-09-16 07:53:31 +0000 |
commit | 60da98e144b59a955f55baac07dbca256cfe3d3f (patch) | |
tree | 9d0c5e41ae8938207ae61231ace62e06e524cc17 /ChangeLog | |
parent | 158d982669d3d05079da2b9cc8d8fcd8adf35a4b (diff) | |
download | coreutils-60da98e144b59a955f55baac07dbca256cfe3d3f.tar.xz |
.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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. |