Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | update to tzcode2007j from elsie.nci.nih.gov; mostly ANSIfication | 2007-12-29 | 1 | -66/+86 | |
| | |||||
* | Update to tzcode2007a. This adds support for 64bit time_t in case | 2007-02-06 | 1 | -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. | 2006-02-18 | 1 | -9/+7 | |
| | |||||
* | Re-add the change from tzcode2005c, this time with an added bounds | 2005-08-09 | 1 | -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(). | 2005-08-09 | 1 | -42/+20 | |
| | |||||
* | Do not ignore return value of localsub() in localtime_r() | 2005-08-09 | 1 | -2/+2 | |
| | |||||
* | 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 | -108/+277 | |
| | |||||
* | Update to tzcode2004e from elsie.nci.nih.gov | 2004-10-18 | 1 | -18/+54 | |
| | |||||
* | merge in tzcode2004a | 2004-06-28 | 1 | -4/+27 | |
| | |||||
* | Update to tzcode2003c from elsie.nci.nih.gov | 2003-10-06 | 1 | -4/+4 | |
| | | | | | Fixes a pasto and implements better int oflow checking (doesn't rely on unspecified behavior). | ||||
* | a few more strlcy; ok from beck & ho | 2003-03-13 | 1 | -6/+6 | |
| | |||||
* | Minor updates from tzcode2002c | 2002-04-04 | 1 | -7/+11 | |
| | |||||
* | use strlcpy vs strncpy+a[len-1]='\0'. millert@ ok. | 2001-06-27 | 1 | -6/+4 | |
| | |||||
* | sync with ftp://elsie.nci.nih.gov/pub/tzcode2000c.tar.gz, millert@ ok | 2000-04-16 | 1 | -4/+15 | |
| | |||||
* | _THREAD_PRIVATE_* macros changed | 2000-01-06 | 1 | -3/+3 | |
| | |||||
* | Back out rev 1.7. PCTS 151-2 still passes, and mktime() now correctly returns | 1999-03-09 | 1 | -8/+1 | |
| | | | | -1 for calendar times that cannot be represented. | ||||
* | typo | 1999-02-02 | 1 | -2/+2 | |
| | |||||
* | sync with tzcode1999a | 1999-02-01 | 1 | -24/+12 | |
| | |||||
* | Add thread-safety to libc, so that libc_r will build (on i386 at least). | 1998-11-20 | 1 | -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 minutes | 1998-07-11 | 1 | -4/+4 | |
| | |||||
* | do not let :relative paths through (how did i miss this before) | 1998-07-11 | 1 | -2/+2 | |
| | |||||
* | tzcode1998b from ftp://elsie.nci.nih.gov/pub | 1998-01-18 | 1 | -38/+58 | |
| | |||||
* | correctly code the classes of permitted TZ specifications for the | 1997-04-02 | 1 | -2/+6 | |
| | | | | issetugid() case. thanks bitblt and tholo | ||||
* | Remove unnecesary local changes. The strncpy()'s are safe because | 1997-01-21 | 1 | -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 out | 1997-01-14 | 1 | -5/+18 | |
| | | | | by cross@va.pubnix.com. | ||||
* | iUpdate to pass FIPS 151-2 tests | 1996-10-30 | 1 | -1/+8 | |
| | |||||
* | 1 char oflow | 1996-09-05 | 1 | -2/+2 | |
| | |||||
* | use issetugid() | 1996-08-25 | 1 | -2/+2 | |
| | |||||
* | Fix RCS ids | 1996-08-19 | 1 | -7/+3 | |
| | | | | Make sure everything uses {SYS,}LIBC_SCCS properly | ||||
* | new common tz code | 1996-01-29 | 1 | -20/+17 | |
| | |||||
* | from netbsd; sync with tzcode96a | 1996-01-11 | 1 | -34/+34 | |
| | |||||
* | initial import of NetBSD tree | 1995-10-18 | 1 | -0/+1627 | |