summaryrefslogtreecommitdiffstats
path: root/lib/libc/time/zdump.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* update to tzcode2010k from elsie.nci.nih.gov; OK miod@millert2010-08-231-12/+15
|
* update to tzcode2007j from elsie.nci.nih.gov; mostly ANSIficationmillert2007-12-291-19/+18
|
* Update to tzcode2007f from elsie.nci.nih.govmillert2007-06-301-3/+3
|
* Update to tzcode2007a. This adds support for 64bit time_t in casemillert2007-02-061-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.millert2006-02-181-24/+29
|
* zap remaining rcsid.espie2005-08-081-5/+1
| | | | | | Kill old files that are no longer compiled. okay theo
* Update to tzcode2005j.millert2005-07-051-83/+342
|
* did not compile, sighderaadt2004-10-191-1/+2
|
* Update to tzcode2004e from elsie.nci.nih.govmillert2004-10-181-21/+55
|
* sort options, correct SYNOPSIS, and sync usage();jmc2004-04-011-2/+2
|
* Update to tzcode2003c from elsie.nci.nih.govmillert2003-10-061-2/+2
| | | | | Fixes a pasto and implements better int oflow checking (doesn't rely on unspecified behavior).
* strcpy/strcat -> strlcpy/strlcattdeval2003-04-051-3/+3
| | | | ok tedu@, hints by deraadt@ and millert@
* license clarifications; arthur_david_olson@nih.govmillert2003-02-141-1/+6
|
* use strlcpy vs strncpy+a[len-1]='\0'. millert@ ok.lebel2001-06-271-5/+5
|
* cosmetic changes from tzcode2001amillert2001-03-261-5/+4
|
* tzcode1999a from ftp://elsie.nci.nih.gov/pubd1999-01-291-5/+5
|
* tzcode1998b from ftp://elsie.nci.nih.gov/pubmillert1998-01-181-23/+26
|
* Remove unnecesary local changes. The strncpy()'s are safe becausemillert1997-01-211-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 outmillert1997-01-141-10/+44
| | | | by cross@va.pubnix.com.
* use strncpy correctlyderaadt1996-08-271-4/+7
|
* Fix RCS idstholo1996-08-191-7/+3
| | | | Make sure everything uses {SYS,}LIBC_SCCS properly
* initial import of NetBSD treederaadt1995-10-181-0/+337