summaryrefslogtreecommitdiffstats
path: root/lib/libc/time/localtime.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* update to tzcode2007j from elsie.nci.nih.gov; mostly ANSIficationmillert2007-12-291-66/+86
* Update to tzcode2007a. This adds support for 64bit time_t in casemillert2007-02-061-44/+187
* Update to tzcode2006a; primarily just cast and const fixes.millert2006-02-181-9/+7
* Re-add the change from tzcode2005c, this time with an added boundsmillert2005-08-091-20/+46
* Back out a change from tzcode2005c that can cause an infinite loop in mktime().millert2005-08-091-42/+20
* Do not ignore return value of localsub() in localtime_r()millert2005-08-091-2/+2
* zap remaining rcsid.espie2005-08-081-5/+1
* Update to tzcode2005j.millert2005-07-051-108/+277
* Update to tzcode2004e from elsie.nci.nih.govmillert2004-10-181-18/+54
* merge in tzcode2004amillert2004-06-281-4/+27
* Update to tzcode2003c from elsie.nci.nih.govmillert2003-10-061-4/+4
* a few more strlcy; ok from beck & hoderaadt2003-03-131-6/+6
* Minor updates from tzcode2002cmillert2002-04-041-7/+11
* use strlcpy vs strncpy+a[len-1]='\0'. millert@ ok.lebel2001-06-271-6/+4
* sync with ftp://elsie.nci.nih.gov/pub/tzcode2000c.tar.gz, millert@ okd2000-04-161-4/+15
* _THREAD_PRIVATE_* macros changedd2000-01-061-3/+3
* Back out rev 1.7. PCTS 151-2 still passes, and mktime() now correctly returnspjanzen1999-03-091-8/+1
* typod1999-02-021-2/+2
* sync with tzcode1999ad1999-02-011-24/+12
* Add thread-safety to libc, so that libc_r will build (on i386 at least).d1998-11-201-18/+83
* be... slightly more permissive.. but i think this is right, i looked at it for 5 minutesderaadt1998-07-111-4/+4
* do not let :relative paths through (how did i miss this before)deraadt1998-07-111-2/+2
* tzcode1998b from ftp://elsie.nci.nih.gov/pubmillert1998-01-181-38/+58
* correctly code the classes of permitted TZ specifications for thederaadt1997-04-021-2/+6
* Remove unnecesary local changes. The strncpy()'s are safe becausemillert1997-01-211-2/+2
* Update to tzcode1996o + our fixes. Fixes problem pointed outmillert1997-01-141-5/+18
* iUpdate to pass FIPS 151-2 teststholo1996-10-301-1/+8
* 1 char oflowderaadt1996-09-051-2/+2
* use issetugid()deraadt1996-08-251-2/+2
* Fix RCS idstholo1996-08-191-7/+3
* new common tz codederaadt1996-01-291-20/+17
* from netbsd; sync with tzcode96aderaadt1996-01-111-34/+34
* initial import of NetBSD treederaadt1995-10-181-0/+1627