diff options
author | Jeff Johnston <jjohnstn@redhat.com> | 2005-11-18 19:00:29 +0000 |
---|---|---|
committer | Jeff Johnston <jjohnstn@redhat.com> | 2005-11-18 19:00:29 +0000 |
commit | 6b1a6ec67b55220b26f912b8da91fb0cb8a0989e (patch) | |
tree | 909ce72c6d67b424156722b0689e013e11438ff6 /newlib/ChangeLog | |
parent | 19e7c3a068718b5a8493a5458bd440824ab77757 (diff) | |
download | cygnal-6b1a6ec67b55220b26f912b8da91fb0cb8a0989e.tar.gz cygnal-6b1a6ec67b55220b26f912b8da91fb0cb8a0989e.tar.bz2 cygnal-6b1a6ec67b55220b26f912b8da91fb0cb8a0989e.zip |
2005-11-18 Jeff Johnston <jjohnstn@redhat.com>
* libc/time/strptime.c (strptime): Don't abort for %c and %Z.
Treat %c as "%a %b %e %H:%M:%S %Y" and ignore %Z.
Diffstat (limited to 'newlib/ChangeLog')
-rw-r--r-- | newlib/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/newlib/ChangeLog b/newlib/ChangeLog index 74e5111fb..e0c661742 100644 --- a/newlib/ChangeLog +++ b/newlib/ChangeLog @@ -1,3 +1,8 @@ +2005-11-18 Jeff Johnston <jjohnstn@redhat.com> + + * libc/time/strptime.c (strptime): Don't abort for %c and %Z. + Treat %c as "%a %b %e %H:%M:%S %Y" and ignore %Z. + 2005-11-18 Christopher Faylor <cgf@timesys.com> * include/sys/time.h: Move more cygwin stuff to cygwin-specific header. |