summaryrefslogtreecommitdiffstats
path: root/lib/libc/time/zdump.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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