summaryrefslogtreecommitdiffstats
path: root/lib/libc/time/strptime.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* signed vs unsigned char casting...deraadt2004-09-151-2/+2
* Stop parsing the buffer after an appropriate number of digits; from NetBSDmillert2004-01-201-22/+19
* Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.millert2002-02-161-3/+3
* Kill very odd use of __CONCAT: completely unneeded, obfuscated, andespie2001-08-231-2/+2
* fix %p matching. checked by angelos. closes PR1612d2001-01-081-5/+7
* month/weekday names are case insensitive; jpo@EasternGraphics.comderaadt1998-04-251-31/+31
* Make %Y override an earlier %y (%y stuff gets delayed due to century specs).millert1998-03-171-1/+2
* %C influences %y regardless of ordering. This becomes a bit trickymillert1998-03-151-20/+40
* Fix %m, %I, %S, %y, %C, and %j conversions. Fixes by nakayosh@kcn.or.jpmillert1998-03-151-12/+19
* + strptime, from netbsdderaadt1998-02-041-0/+371