Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and | 2009-10-27 | 1 | -9/+1 | |
| | | | | | | | unmaintainable). these days, people use source. these id's do not provide any benefit, and do hurt the small install media (the 33,000 line diff is essentially mechanical) ok with the idea millert, ok dms | ||||
* | Pass a pointer to warn2 so the warn2 == IN_ALL would not be an | 2008-10-31 | 1 | -2/+2 | |
| | | | | always-false condition. From FreeBSD (delphij). | ||||
* | update to tzcode2007j from elsie.nci.nih.gov; mostly ANSIfication | 2007-12-29 | 1 | -8/+8 | |
| | |||||
* | Check snprintf(3) return value for error or truncation. | 2007-09-17 | 1 | -3/+8 | |
| | | | | | | Mostly path construction, where truncation could be bad. ok and input from deraadt@ millert@ ray@ | ||||
* | zap remaining rcsid. | 2005-08-08 | 1 | -5/+1 | |
| | | | | | | Kill old files that are no longer compiled. okay theo | ||||
* | Update to tzcode2005j. | 2005-07-05 | 1 | -54/+74 | |
| | |||||
* | Update to tzcode2004e from elsie.nci.nih.gov | 2004-10-18 | 1 | -15/+38 | |
| | |||||
* | mop up some more 3/4 license issues | 2003-06-04 | 1 | -6/+2 | |
| | |||||
* | a few more strlcy; ok from beck & ho | 2003-03-13 | 1 | -2/+2 | |
| | |||||
* | Update license based on lite2 version | 2002-06-19 | 1 | -14/+30 | |
| | |||||
* | oops, major oops; moritz@jodeit.org | 2002-05-26 | 1 | -2/+3 | |
| | |||||
* | remaining easy snprintf conversions | 2002-05-25 | 1 | -9/+9 | |
| | |||||
* | Minor updates from tzcode2002c | 2002-04-04 | 1 | -9/+7 | |
| | |||||
* | Update to tzcode2000f from ftp://elsie.nci.nih.gov/pub/ | 2000-09-06 | 1 | -13/+70 | |
| | |||||
* | sync with ftp://elsie.nci.nih.gov/pub/tzcode2000c.tar.gz, millert@ ok | 2000-04-16 | 1 | -12/+9 | |
| | |||||
* | realloc repair | 1998-08-14 | 1 | -3/+9 | |
| | |||||
* | do the right thing if maxsiz == 0 | 1998-07-06 | 1 | -2/+3 | |
| | |||||
* | Always NUL terminate buf even if there was not enough space to | 1998-07-06 | 1 | -2/+4 | |
| | | | | | | | write the whole time string. XPG4.2 says "the contents of the array are indeterminate" in this case so this is allowed, though obviously you can't rely on this behavior if you care about portability... | ||||
* | Changed %c in the builtin C locale from "%D %X" to the more | 1998-02-14 | 1 | -5/+5 | |
| | | | | common "%a %b %d %H:%M:%S %Y". This fixes problems with calendar(1). | ||||
* | use tzcode strftime(3) as it is kept up to date. | 1998-01-19 | 1 | -0/+666 | |