summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2005-03-19 05:34:47 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2005-03-19 05:34:47 +0000
commitfa19290ba39f9a7e4f38ddc33c8bbc58f3a7e360 (patch)
treec62f9dbc73133f5f8def9cbff69595b0355348f0 /lib
parent077c39d9c71c304f77aee30c1982cb7c401e3065 (diff)
downloadgnulib-fa19290ba39f9a7e4f38ddc33c8bbc58f3a7e360.tar.gz
* 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')
-rw-r--r--lib/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog
index 5b2626b51e..a619c80378 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-16 Bruno Haible <bruno@clisp.org>
* stdint_.h: Use HAVE_LONG_LONG_64BIT instead of HAVE_LONGLONG_64BIT.