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