summaryrefslogtreecommitdiff
path: root/lib/libc/time
AgeCommit message (Expand)Author
2011-04-25Update to tzcode2011g from elsie.nci.nih.gov.Todd C. Miller
2011-01-19Fix typo, %F pattern corresponds to %Y-%m-%d (the ISO 8601 date format),Landry Breuil
2011-01-19- missing leading '.' before 'It'.Jasper Lievisse Adriaanse
2010-11-30replace a large stack buffer with a malloc call, with help from matthew.Ted Unangst
2010-11-08tweak previous;Jason McIntyre
2010-11-08Add %F, %g, %G, %u, %z (extended) and %Z.Jasper Lievisse Adriaanse
2010-09-27Update to tzcode2010m from elsie.nci.nih.govTodd C. Miller
2010-08-23update to tzcode2010k from elsie.nci.nih.gov; OK miod@Todd C. Miller
2010-04-12clarify that strptime reads, not writes, strings when handling %%.Ted Unangst
2010-01-03blank lines not allowed outside literal context;Ingo Schwarze
2009-10-28rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andTheo de Raadt
2009-09-09maxzis -> maxsize; from Han BoetesJason McIntyre
2008-10-31Pass a pointer to warn2 so the warn2 == IN_ALL would not be anTodd C. Miller
2008-10-23Reword description of tm_zone and tm_gmtoff fieldsPhilip Guenthe
2008-10-19Document that strptime doesn't set the dst flag.Todd C. Miller
2008-10-06update to tzcode2008g from elsie.nci.nih.govTodd C. Miller
2008-07-28Update to tzcode2008e from elsie.nci.nih.govTodd C. Miller
2008-06-26First pass at removing clauses 3 and 4 from NetBSD licenses.Ray Lai
2008-03-31Update to tzcode 2008a from elsie.nci.nih.govTodd C. Miller
2008-01-07update to tzcode2007k from elsie.nci.nih.govTodd C. Miller
2007-12-29update to tzcode2007j from elsie.nci.nih.gov; mostly ANSIficationTodd C. Miller
2007-10-04update to tzcode2007h from elsie.nci.nih.govTodd C. Miller
2007-09-17Check snprintf(3) return value for error or truncation.Moritz Jodeit
2007-08-22Update to tzcode2007f grom elsie.nci.nih.gov; no actual code changesTodd C. Miller
2007-06-30Update to tzcode2007f from elsie.nci.nih.govTodd C. Miller
2007-05-31convert to new .Dd format;Jason McIntyre
2007-02-28- NOTES -> CAVEATSJason McIntyre
2007-02-28use mdoc macros;Jason McIntyre
2007-02-28new sentence, new line;Jason McIntyre
2007-02-27Update to tzcode2007c from elsie.nci.nih.govTodd C. Miller
2007-02-07tweaks; ok millertJason McIntyre
2007-02-06Update to tzcode2007a. This adds support for 64bit time_t in caseTodd C. Miller
2006-07-23remove tzset(3) from SYNOPSIS: it has its own man page;Jason McIntyre
2006-02-18Update to tzcode2006a; primarily just cast and const fixes.Todd C. Miller
2005-08-09Re-add the change from tzcode2005c, this time with an added boundsTodd C. Miller
2005-08-09Back out a change from tzcode2005c that can cause an infinite loop in mktime().Todd C. Miller
2005-08-09Do not ignore return value of localsub() in localtime_r()Todd C. Miller
2005-08-08zap remaining rcsid.Marc Espie
2005-07-22- sync prototypes and header excerpts to realityJared Yanovich
2005-07-19update to tzcode2005kTodd C. Miller
2005-07-05fix formatting for -c;Jason McIntyre
2005-07-05Update to tzcode2005j.Todd C. Miller
2005-03-06Always remember to check snprintf return value for -1.Chad Loder
2005-03-02Explicitly leave room for the NUL byte in {wday,mon}_name; Francois PerradTodd C. Miller
2004-10-28uses %ld, so pass the already present long instead of an int, should fixDaniel Hartmeier
2004-10-19did not compile, sighTheo de Raadt
2004-10-18Update to tzcode2004e from elsie.nci.nih.govTodd C. Miller
2004-09-15signed vs unsigned char casting...Theo de Raadt
2004-06-28merge in tzcode2004aTodd C. Miller
2004-04-16more display/list fixes, and a little whitespace;Jason McIntyre