summaryrefslogtreecommitdiffstats
path: root/lib/libc/time (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* - NOTES -> CAVEATSjmc2007-02-281-19/+19
* use mdoc macros;jmc2007-02-281-57/+38
* new sentence, new line;jmc2007-02-281-20/+25
* Update to tzcode2007c from elsie.nci.nih.govmillert2007-02-273-11/+79
* tweaks; ok millertjmc2007-02-071-4/+4
* Update to tzcode2007a. This adds support for 64bit time_t in casemillert2007-02-0618-400/+1090
* remove tzset(3) from SYNOPSIS: it has its own man page;jmc2006-07-231-4/+2
* Update to tzcode2006a; primarily just cast and const fixes.millert2006-02-1814-204/+285
* Re-add the change from tzcode2005c, this time with an added boundsmillert2005-08-091-20/+46
* Back out a change from tzcode2005c that can cause an infinite loop in mktime().millert2005-08-091-42/+20
* Do not ignore return value of localsub() in localtime_r()millert2005-08-091-2/+2
* zap remaining rcsid.espie2005-08-089-44/+9
* - sync prototypes and header excerpts to realityjaredy2005-07-224-34/+38