summaryrefslogtreecommitdiff
path: root/lib/libc/time/strptime.c
AgeCommit message (Collapse)Author
1998-04-25month/weekday names are case insensitive; jpo@EasternGraphics.comTheo de Raadt
1998-03-17Make %Y override an earlier %y (%y stuff gets delayed due to century specs).Todd C. Miller
1998-03-15%C influences %y regardless of ordering. This becomes a bit trickyTodd C. Miller
due to recursion so we do all the work in _strptime which takes an extra flag specifying whether or not to initialize some statics.
1998-03-15Fix %m, %I, %S, %y, %C, and %j conversions. Fixes by nakayosh@kcn.or.jpTodd C. Miller
and myself. Some bugs noted by woods@most.weird.com.
1998-02-04+ strptime, from netbsdTheo de Raadt