summaryrefslogtreecommitdiff
path: root/src/time/strptime.c
AgeCommit message (Expand)AuthorLines
2017-03-21fix strptime output for %C without %yJulien Ramseier-2/+3
2017-03-21fix processing of strptime %p formatJulien Ramseier-0/+2
2017-03-21fix off-by-one in strptime %jJulien Ramseier-0/+1
2016-10-20fix gratuitous undefined behavior in strptimeRich Felker-2/+7
2014-06-06implement %y and %C specifiers in strptimeTimo Teräs-4/+10
2014-05-19fix unhandled cases in strptimeRich Felker-5/+16
2013-12-12include cleanups: remove unused headers and add feature test macrosSzabolcs Nagy-1/+0
2012-09-06use restrict everywhere it's required by c99 and/or posix 2008Rich Felker-1/+1
2012-03-02fix bugs in strptime handling of string day/month names, literalsRich Felker-0/+2
2011-09-05strptime: fix use of uninitialized dest field in converting integerRich Felker-1/+1
2011-08-16partially working strptimeRich Felker-148/+149
2011-02-12initial check-in, version 0.5.0v0.5.0Rich Felker-0/+178