From: Paul Eggert Date: Wed, 16 Mar 2005 01:05:10 +0000 (+0000) Subject: * strftime.c (my_strftime): Prepend space to format. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1d6d8aeb29bf86129b8d190f327228f3786dd8e4;p=pspp * strftime.c (my_strftime): Prepend space to format. --- diff --git a/lib/ChangeLog b/lib/ChangeLog index b0d2e540d4..a8058e9c5c 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,9 @@ +2005-03-15 Paul Eggert + + * strftime.c (my_strftime): Prepend space to format so that we can + reliably distinguish strftime failure from empty output on POSIX + hosts. + 2005-03-08 Paul Eggert * iconvme.c (SIZE_MAX): New macro, if not already defined.