summaryrefslogtreecommitdiff
path: root/src/time/strptime.c
AgeCommit message (Collapse)AuthorLines
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
it's missing at least: - derived fields - week numbers - short year (without century) support - locale modifiers
2011-02-12initial check-in, version 0.5.0v0.5.0Rich Felker-0/+178