summaryrefslogtreecommitdiffstats
path: root/lib/libc/time/strptime.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Stop exposing <sys/localedef.h> and various symbols internal to the libcguenther2016-05-231-2/+2
* Wrap <time.h> so that internal calls go direct and symbols not in C99 are weakguenther2015-09-121-1/+2
* Add support for setting tm_zone now that we have the timezone symbol.millert2015-04-071-4/+5
* move include lines around a bittedu2015-02-091-3/+3
* Add UTC support to %Z conversion in strptime().doug2014-10-111-3/+10
* Fix a crash when there is text after a failed %Z conversion in strptime.doug2014-10-021-6/+7
* Fix logic bug; we can only infer tm_yday if both tm_mday and tm_monmillert2014-02-131-2/+2
* POSIX indicates that some fields should be computed even if notmillert2012-01-161-2/+68
* Fix typo, %F pattern corresponds to %Y-%m-%d (the ISO 8601 date format),landry2011-01-191-2/+2
* Add %F, %g, %G, %u, %z (extended) and %Z.jasper2010-11-081-5/+231
* First pass at removing clauses 3 and 4 from NetBSD licenses.ray2008-06-261-8/+1
* zap remaining rcsid.espie2005-08-081-4/+1
* 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