summaryrefslogtreecommitdiff
path: root/lib/libc/time/strptime.c
AgeCommit message (Expand)Author
2004-01-20Stop parsing the buffer after an appropriate number of digits; from NetBSDTodd C. Miller
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ...Todd C. Miller
2001-08-23Kill very odd use of __CONCAT: completely unneeded, obfuscated, andMarc Espie
2001-01-08fix %p matching. checked by angelos. closes PR1612David Leonard
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
1998-03-15Fix %m, %I, %S, %y, %C, and %j conversions. Fixes by nakayosh@kcn.or.jpTodd C. Miller
1998-02-04+ strptime, from netbsdTheo de Raadt