summaryrefslogtreecommitdiff
path: root/src/time/strptime.c
AgeCommit message (Expand)AuthorFilesLines
2014-06-06implement %y and %C specifiers in strptimeTimo Teräs1-4/+10
2014-05-19fix unhandled cases in strptimeRich Felker1-5/+16
2013-12-12include cleanups: remove unused headers and add feature test macrosSzabolcs Nagy1-1/+0
2012-09-06use restrict everywhere it's required by c99 and/or posix 2008Rich Felker1-1/+1
2012-03-02fix bugs in strptime handling of string day/month names, literalsRich Felker1-0/+2
2011-09-05strptime: fix use of uninitialized dest field in converting integerRich Felker1-1/+1
2011-08-16partially working strptimeRich Felker1-148/+149
2011-02-12initial check-in, version 0.5.0v0.5.0Rich Felker1-0/+178