summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2005-09-16 07:39:08 +0000
committerJim Meyering <jim@meyering.net>2005-09-16 07:39:08 +0000
commit27d4959a0830d2803f3773cf85e8ca49335ee6a0 (patch)
treeb93f04b2fea4d40b22a39254a6e362059b1ffe12
parent0877688dc8873aa49f92132ff85e2525f7961acf (diff)
downloadcoreutils-27d4959a0830d2803f3773cf85e8ca49335ee6a0.tar.xz
*** empty log message ***
-rw-r--r--ChangeLog4
1 files changed, 3 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 386299836..5d7505ab8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,9 +2,11 @@
* Version 5.3.1-cvs.
+ Date no longer allocates 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 fprintftime rather than xanstrftime.
+ (show_date): Use new fprintftime function rather than xanstrftime.
* tests/misc/date (subfmt-up1): Test the combination of the
to-upper-case modifier (^) and a conversion specifier that