summaryrefslogtreecommitdiffstats
path: root/lib/libc/time (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix logic bug; we can only infer tm_yday if both tm_mday and tm_monmillert2014-02-131-2/+2
* Update C standard reference to C99 and document HISTORY and AUTHORS;schwarze2014-01-241-5/+24
* also document that ctime* and asctime* can return NULL; ok deraadt@, millert@otto2014-01-231-2/+6
* document return values; ok deraadt@, jmc@otto2014-01-211-1/+12
* obvious .Pa fixes; found with mandocdb(8)schwarze2014-01-211-3/+3
* most obvious unsigned char casts for ctypederaadt2013-11-241-3/+3
* more library historyschwarze2013-07-171-2/+7
* Use the fancy .In macro for includes. From Jan Klemkow. ok jmc schwarzetedu2013-06-056-20/+20
* add some prototypes, casts, includes, parenthesis, and whatnot totedu2013-04-171-4/+4
* Properly handle "%%" and "%N" where N is not a supported escape.millert2013-01-201-1/+3
* Fix verbiage to make it clear that on success the return value ofkrw2013-01-051-3/+3
* Update to tzcode2012f. Now that tzcode is in git there are no moemillert2012-09-1314-91/+56
* RFC updates:jmc2012-08-181-3/+3
* Update to tzcode2012a from munnari.oz.aumillert2012-03-014-20/+36
* Fix several manpage titles, from Lawrence Teo.haesbaert2012-02-261-3/+3
* POSIX indicates that some fields should be computed even if notmillert2012-01-161-2/+68
* Hook wcsftime(3) to the build; committing on behalf of espiestsp2011-10-161-3/+3
* put in code for wcstfime, as discussed with millert@ and stsp@ (and testedespie2011-10-102-0/+605
* Stop defining XPG4_1994_04_09.ajacoutot2011-10-101-2/+1
* after some thought, i think it unlikely that we will need to specifyjmc2011-09-162-8/+8
* use .St here for ISO 8601 references; ok millertjmc2011-09-162-9/+21
* RFC-2822 -> RFC 2822jmc2011-09-161-3/+3
* only one leap second is permitted, not two; from guentherjmc2011-08-312-8/+8
* Enable the knob to dynamically allocate (large) state structures.millert2011-07-011-1/+2
* Update to tzcode2011g from elsie.nci.nih.gov.millert2011-04-255-69/+165
* Fix typo, %F pattern corresponds to %Y-%m-%d (the ISO 8601 date format),landry2011-01-191-2/+2
* - missing leading '.' before 'It'.jasper2011-01-191-3/+3
* replace a large stack buffer with a malloc call, with help from matthew.tedu2010-11-301-25/+34
* tweak previous;jmc2010-11-081-3/+3
* Add %F, %g, %G, %u, %z (extended) and %Z.jasper2010-11-082-9/+334
* Update to tzcode2010m from elsie.nci.nih.govmillert2010-09-271-1/+47
* update to tzcode2010k from elsie.nci.nih.gov; OK miod@millert2010-08-2316-105/+233
* clarify that strptime reads, not writes, strings when handling %%.tedu2010-04-121-3/+3
* blank lines not allowed outside literal context;schwarze2010-01-031-4/+4
* rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andderaadt2009-10-271-9/+1
* maxzis -> maxsize; from Han Boetesjmc2009-09-091-3/+3
* Pass a pointer to warn2 so the warn2 == IN_ALL would not be anmillert2008-10-311-2/+2
* Reword description of tm_zone and tm_gmtoff fieldsguenther2008-10-231-6/+10
* Document that strptime doesn't set the dst flag.millert2008-10-191-2/+15
* update to tzcode2008g from elsie.nci.nih.govmillert2008-10-061-6/+6
* Update to tzcode2008e from elsie.nci.nih.govmillert2008-07-281-4/+7
* First pass at removing clauses 3 and 4 from NetBSD licenses.ray2008-06-262-17/+3
* Update to tzcode 2008a from elsie.nci.nih.govmillert2008-03-312-14/+21
* update to tzcode2007k from elsie.nci.nih.govmillert2008-01-076-115/+100
* update to tzcode2007j from elsie.nci.nih.gov; mostly ANSIficationmillert2007-12-296-258/+207
* update to tzcode2007h from elsie.nci.nih.govmillert2007-10-041-2/+2
* Check snprintf(3) return value for error or truncation.moritz2007-09-171-3/+8
* Update to tzcode2007f grom elsie.nci.nih.gov; no actual code changesmillert2007-08-222-10/+35
* Update to tzcode2007f from elsie.nci.nih.govmillert2007-06-308-44/+110
* convert to new .Dd format;jmc2007-05-318-16/+16