Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Unifdef TM_GMTOFF TM_ZONE USG_COMPAT ALTZONE to make the code more readable. | 2019-05-12 | 1 | -4/+1 | |
| | | | | | | No binary change when compiled with -g0. Note that wcsftime.c did not even compile without TM_ZONE. OK millert@ | ||||
* | Move #includes from private.h to the .c files that need them, getting rid of | 2015-10-24 | 1 | -13/+1 | |
| | | | | | | several. Switch from FILENAME_MAX to PATH_MAX (it's for open(), not fopen()). ok deraadt@ tedu@ krw@ | ||||
* | Remove obsolete timezone() function. | 2015-04-07 | 1 | -1/+2 | |
| | | | | Add timezone and daylight symbols for XSI compatibility. | ||||
* | delete useless comment about Open Group | 2015-03-13 | 1 | -5/+1 | |
| | |||||
* | move scheck.c into zic.c | 2015-02-10 | 1 | -7/+1 | |
| | |||||
* | the one true type of time_t is a signed integer | 2015-02-09 | 1 | -10/+1 | |
| | |||||
* | remove INITIALIZE macro and do it the hard way. | 2015-02-09 | 1 | -33/+1 | |
| | |||||
* | unifdef the rest of the HAVEs and HAVE nots | 2015-02-09 | 1 | -30/+1 | |
| | |||||
* | unifdef have gettext. don't have it, won't have it. | 2015-02-09 | 1 | -10/+1 | |
| | |||||
* | trim down some of the ifndef redefine madness | 2015-02-09 | 1 | -90/+10 | |
| | |||||
* | replace homegrown is_digit with correct calls to isdigit() | 2015-02-09 | 1 | -4/+1 | |
| | |||||
* | stop trying to workaround malloc bugs that have not existed for 20 years. | 2015-02-09 | 1 | -8/+1 | |
| | | | | ok deraadt | ||||
* | this removes just a few ifdef checks for things that should always be enabled, | 2015-02-09 | 1 | -7/+1 | |
| | | | | | | | | | and which we definitely don't want to workaround. no change in the compiled code (yet). some of these, like the first chunk are plain silly. the compiler used to compile asctime has nothing to do with the format strings strftime should support. ok deraadt | ||||
* | enh@google reported a warning in crufty y2k code. just delete it. | 2014-05-06 | 1 | -2/+1 | |
| | | | | ok deraadt stsp | ||||
* | Update to tzcode2012f. Now that tzcode is in git there are no moe | 2012-09-13 | 1 | -13/+1 | |
| | | | | SCCS ids. No actual code changes. | ||||
* | Stop defining XPG4_1994_04_09. | 2011-10-10 | 1 | -2/+1 | |
| | | | | | | | | | | | | | | | | As kettenis@ pointed at, http://pubs.opengroup.org/onlinepubs/009695399/functions/strftime.html has the following: The Open Group Corrigendum U033/8 is applied. The %V conversion specifier is changed from "Otherwise, it is week 53 of the previous year, and the next week is week 1" to "Otherwise, it is the last week of the previous year, and the next week is week 1". In effect, strftime(3) with the "%V" format will now return "52" instead of "53" for days in January before the first Monday, when January 1st falls on a Friday, Saturday, or Sunday. ok kettenis@ millert@ | ||||
* | Enable the knob to dynamically allocate (large) state structures. | 2011-07-01 | 1 | -1/+2 | |
| | |||||
* | update to tzcode2007k from elsie.nci.nih.gov | 2008-01-07 | 1 | -6/+2 | |
| | |||||
* | update to tzcode2007j from elsie.nci.nih.gov; mostly ANSIfication | 2007-12-29 | 1 | -79/+14 | |
| | |||||
* | Update to tzcode2007f from elsie.nci.nih.gov | 2007-06-30 | 1 | -3/+3 | |
| | |||||
* | Update to tzcode2007a. This adds support for 64bit time_t in case | 2007-02-06 | 1 | -17/+57 | |
| | | | | | | | | | 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 | -3/+3 | |
| | |||||
* | Update to tzcode2005j. | 2005-07-05 | 1 | -18/+29 | |
| | |||||
* | Update to tzcode2004e from elsie.nci.nih.gov | 2004-10-18 | 1 | -3/+13 | |
| | |||||
* | merge in tzcode2004a | 2004-06-28 | 1 | -3/+3 | |
| | |||||
* | Minor updates from tzcode2002c | 2002-04-04 | 1 | -12/+6 | |
| | |||||
* | Update to tzcode2000f from ftp://elsie.nci.nih.gov/pub/ | 2000-09-06 | 1 | -3/+19 | |
| | |||||
* | sync with ftp://elsie.nci.nih.gov/pub/tzcode2000c.tar.gz, millert@ ok | 2000-04-16 | 1 | -2/+17 | |
| | |||||
* | tzcode1999a from ftp://elsie.nci.nih.gov/pub | 1999-01-29 | 1 | -4/+7 | |
| | |||||
* | Don't try to use our locale stuff, it hoses strftime(3). | 1998-01-23 | 1 | -1/+3 | |
| | |||||
* | We want XPG4 behavior. | 1998-01-19 | 1 | -1/+2 | |
| | |||||
* | use tzcode strftime(3) as it is kept up to date. | 1998-01-19 | 1 | -2/+3 | |
| | |||||
* | tzcode1998b from ftp://elsie.nci.nih.gov/pub | 1998-01-18 | 1 | -2/+15 | |
| | |||||
* | Update to tzcode1996o + our fixes. Fixes problem pointed out | 1997-01-14 | 1 | -6/+66 | |
| | | | | by cross@va.pubnix.com. | ||||
* | iUpdate to pass FIPS 151-2 tests | 1996-10-30 | 1 | -2/+3 | |
| | |||||
* | Fix RCS ids | 1996-08-19 | 1 | -11/+1 | |
| | | | | Make sure everything uses {SYS,}LIBC_SCCS properly | ||||
* | new common tz code | 1996-01-29 | 1 | -13/+18 | |
| | |||||
* | from netbsd; sync with tzcode96a | 1996-01-11 | 1 | -7/+16 | |
| | |||||
* | initial import of NetBSD tree | 1995-10-18 | 1 | -0/+201 | |