summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2005-09-16 08:19:00 +0000
committerJim Meyering <jim@meyering.net>2005-09-16 08:19:00 +0000
commit31fc497b9a96d6bec4a342f74c753d47929ae30f (patch)
tree8e1dd9ad98fbf327a745008936d54f559dce3b15
parentdda1650e4aa96f19bf238b1d4e949caa7b41b365 (diff)
downloadcoreutils-31fc497b9a96d6bec4a342f74c753d47929ae30f.tar.xz
*** empty log message ***
-rw-r--r--ChangeLog1
-rw-r--r--NEWS6
2 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0fe92145b..4b35b36af 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -29,6 +29,7 @@
(show_date): Use new fprintftime function rather than xanstrftime.
Correct comment: this function no longer handles a NULL format string.
* src/du.c: Likewise.
+ * NEWS: Mention this.
* tests/misc/date (subfmt-up1): Test the combination of the
to-upper-case modifier (^) and a conversion specifier that
diff --git a/NEWS b/NEWS
index 52e1d28af..b5d9987c4 100644
--- a/NEWS
+++ b/NEWS
@@ -161,6 +161,12 @@ GNU coreutils NEWS -*- outline -*-
"pr -D FORMAT" now accepts the same formats that "date +FORMAT" does.
+** Improved robustness
+
+ 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,
+ no matter how large the result.
+
** Improved portability
hostid now prints exactly 8 hexadecimal digits, possibly with leading zeros,