summaryrefslogtreecommitdiffstats
path: root/lib/libc/time/localtime.c (follow)
Commit message (Collapse)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
| | | | | | | | | 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-9/+7
|
* Re-add the change from tzcode2005c, this time with an added boundsmillert2005-08-091-20/+46
| | | | check from Arthur David Olson that fixes a possible infinite loop.
* 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
| | | | | | Kill old files that are no longer compiled. okay theo
* 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
| | | | | Fixes a pasto and implements better int oflow checking (doesn't rely on unspecified behavior).
* 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
| | | | -1 for calendar times that cannot be represented.
* 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
| | | | | | | | | | | | | All POSIX libc api now there (to P1003.1c/D10) (more md stuff is needed for other libc/arch/*) (setlogin is no longer a special syscall) Add -pthread option to gcc (that makes it use -lc_r and -D_POSIX_THREADS). Doc some re-entrant routines Add libc_r to intro(3) dig() uses some libc srcs and an extra -I was needed there. Add more md stuff to libc_r. Update includes for the pthreads api Update libc_r TODO
* 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
| | | | issetugid() case. thanks bitblt and tholo
* Remove unnecesary local changes. The strncpy()'s are safe becausemillert1997-01-211-2/+2
| | | | | 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-5/+18
| | | | by cross@va.pubnix.com.
* 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
| | | | Make sure everything uses {SYS,}LIBC_SCCS properly
* 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