summaryrefslogtreecommitdiffstats
path: root/lib/libc/time (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* update to tzcode2005kmillert2005-07-194-17/+16
* fix formatting for -c;jmc2005-07-051-9/+9
* Update to tzcode2005j.millert2005-07-0515-486/+1041
* Always remember to check snprintf return value for -1.cloder2005-03-061-2/+2
* Explicitly leave room for the NUL byte in {wday,mon}_name; Francois Perradmillert2005-03-021-3/+3
* uses %ld, so pass the already present long instead of an int, should fixdhartmei2004-10-281-2/+2
* did not compile, sighderaadt2004-10-191-1/+2
* Update to tzcode2004e from elsie.nci.nih.govmillert2004-10-187-191/+438
* signed vs unsigned char casting...deraadt2004-09-151-2/+2
* merge in tzcode2004amillert2004-06-286-29/+145
* more display/list fixes, and a little whitespace;jmc2004-04-161-2/+1
* Document %v. ok deraadt@otto2004-04-141-1/+5
* sort options, correct SYNOPSIS, and sync usage();jmc2004-04-014-23/+22
* Stop parsing the buffer after an appropriate number of digits; from NetBSDmillert2004-01-201-22/+19
* Updated from tzcode2003dmillert2003-10-131-30/+33
* Update to tzcode2003c from elsie.nci.nih.govmillert2003-10-067-73/+124
* - remove some unnecessary quotingjmc2003-07-071-20/+17
* mop up some more 3/4 license issuesderaadt2003-06-041-6/+2
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-6/+2
* layout problems; jmc okderaadt2003-05-291-2/+3
* typos;jmc2003-05-073-12/+16
* string handling; ok millertderaadt2003-04-061-14/+21