Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | move zic and zdump source to appropriate directories | 2015-02-09 | 1 | -658/+0 | |
| | |||||
* | if isascii isn't defined, don't define a retarded version | 2015-02-09 | 1 | -4/+1 | |
| | |||||
* | this removes just a few ifdef checks for things that should always be enabled, | 2015-02-09 | 1 | -9/+1 | |
| | | | | | | | | | and which we definitely don't want to workaround. no change in the compiled code (yet). some of these, like the first chunk are plain silly. the compiler used to compile asctime has nothing to do with the format strings strftime should support. ok deraadt | ||||
* | update to tzcode2010k from elsie.nci.nih.gov; OK miod@ | 2010-08-23 | 1 | -12/+15 | |
| | |||||
* | update to tzcode2007j from elsie.nci.nih.gov; mostly ANSIfication | 2007-12-29 | 1 | -19/+18 | |
| | |||||
* | Update to tzcode2007f from elsie.nci.nih.gov | 2007-06-30 | 1 | -3/+3 | |
| | |||||
* | Update to tzcode2007a. This adds support for 64bit time_t in case | 2007-02-06 | 1 | -22/+19 | |
| | | | | | | | | | we need it in the future. All of our platforms currently have 32bit time_t types. This also extends the timezone data file format to support both 32bit and 64bit data. The 64bit data is located after the 32bit data so binaries linked with the older tzcode simply won't look at it. A version field in the file header is used to determine whether the data file is the old or extended format. OK miod@ | ||||
* | Update to tzcode2006a; primarily just cast and const fixes. | 2006-02-18 | 1 | -24/+29 | |
| | |||||
* | 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 | -83/+342 | |
| | |||||
* | did not compile, sigh | 2004-10-19 | 1 | -1/+2 | |
| | |||||
* | Update to tzcode2004e from elsie.nci.nih.gov | 2004-10-18 | 1 | -21/+55 | |
| | |||||
* | sort options, correct SYNOPSIS, and sync usage(); | 2004-04-01 | 1 | -2/+2 | |
| | |||||
* | Update to tzcode2003c from elsie.nci.nih.gov | 2003-10-06 | 1 | -2/+2 | |
| | | | | | Fixes a pasto and implements better int oflow checking (doesn't rely on unspecified behavior). | ||||
* | strcpy/strcat -> strlcpy/strlcat | 2003-04-05 | 1 | -3/+3 | |
| | | | | ok tedu@, hints by deraadt@ and millert@ | ||||
* | license clarifications; arthur_david_olson@nih.gov | 2003-02-14 | 1 | -1/+6 | |
| | |||||
* | use strlcpy vs strncpy+a[len-1]='\0'. millert@ ok. | 2001-06-27 | 1 | -5/+5 | |
| | |||||
* | cosmetic changes from tzcode2001a | 2001-03-26 | 1 | -5/+4 | |
| | |||||
* | tzcode1999a from ftp://elsie.nci.nih.gov/pub | 1999-01-29 | 1 | -5/+5 | |
| | |||||
* | tzcode1998b from ftp://elsie.nci.nih.gov/pub | 1998-01-18 | 1 | -23/+26 | |
| | |||||
* | Remove unnecesary local changes. The strncpy()'s are safe because | 1997-01-21 | 1 | -3/+1 | |
| | | | | | the string is static and so the last element is always init'd to zero. | ||||
* | Update to tzcode1996o + our fixes. Fixes problem pointed out | 1997-01-14 | 1 | -10/+44 | |
| | | | | by cross@va.pubnix.com. | ||||
* | use strncpy correctly | 1996-08-27 | 1 | -4/+7 | |
| | |||||
* | Fix RCS ids | 1996-08-19 | 1 | -7/+3 | |
| | | | | Make sure everything uses {SYS,}LIBC_SCCS properly | ||||
* | initial import of NetBSD tree | 1995-10-18 | 1 | -0/+337 | |