summaryrefslogtreecommitdiffstats
path: root/newlib/libc/time/strptime.c
Commit message (Collapse)AuthorAgeFilesLines
* 2005-11-18 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2005-11-181-3/+8
| | | | | * 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.
* 2004-07-29 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2004-07-291-1/+1
| | | | * libc/time/strptime.c: Correct full-name of "March" typo.
* 2004-04-01 Artem B. Bityuckiy <abitytsky@softminecorp.com>Jeff Johnston2004-04-021-0/+3
| | | | | * libc/time/strptime.c: Add standard includes to avoid warning messages at compilation time.
* 2002-04-09 Mark Bradshaw <bradshaw@staff.crosswalk.com>Jeff Johnston2002-04-091-0/+438
* libc/include/time.h: Fix strptime declaration. * libc/time/Makefile.am: Add strptime.c. * libc/time/Makefile.in: Regenerated. * libc/time/strptime.c: New file.