summaryrefslogtreecommitdiff
path: root/lib/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2005-03-19 05:33:16 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2005-03-19 05:33:16 +0000
commitbd73d9d8b643b0fd433d2e8b234afacb6b373d80 (patch)
tree7b8b582ef0c33723103fc93005b3f7bf487a4f68 /lib/ChangeLog
parent18445fac86ffaf4bf8b41111eee9f8c86f9943c1 (diff)
downloadcoreutils-bd73d9d8b643b0fd433d2e8b234afacb6b373d80.tar.xz
* strftime.c (my_strftime): If the underlying strftime returns 0
(which shouldn't happen), generate nothing instead of returning 0 immediately, so that nstrftime (NULL, ...) doesn't return 0.
Diffstat (limited to 'lib/ChangeLog')
-rw-r--r--lib/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog
index 1d908a231..4d2260dab 100644
--- a/lib/ChangeLog
+++ b/lib/ChangeLog
@@ -1,3 +1,9 @@
+2005-03-18 Paul Eggert <eggert@cs.ucla.edu>
+
+ * strftime.c (my_strftime): If the underlying strftime returns 0
+ (which shouldn't happen), generate nothing instead of returning 0
+ immediately, so that nstrftime (NULL, ...) doesn't return 0.
+
2005-03-15 Paul Eggert <eggert@cs.ucla.edu>
* strftime.c (my_strftime): Prepend space to format so that we can