summaryrefslogtreecommitdiffstats
path: root/lib/libc/time/private.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Move #includes from private.h to the .c files that need them, getting rid ofguenther2015-10-241-13/+1
| | | | | | several. Switch from FILENAME_MAX to PATH_MAX (it's for open(), not fopen()). ok deraadt@ tedu@ krw@
* Remove obsolete timezone() function.millert2015-04-071-1/+2
| | | | Add timezone and daylight symbols for XSI compatibility.
* delete useless comment about Open Groupderaadt2015-03-131-5/+1
|
* move scheck.c into zic.ctedu2015-02-101-7/+1
|
* the one true type of time_t is a signed integertedu2015-02-091-10/+1
|
* remove INITIALIZE macro and do it the hard way.tedu2015-02-091-33/+1
|
* unifdef the rest of the HAVEs and HAVE notstedu2015-02-091-30/+1
|
* unifdef have gettext. don't have it, won't have it.tedu2015-02-091-10/+1
|
* trim down some of the ifndef redefine madnesstedu2015-02-091-90/+10
|
* replace homegrown is_digit with correct calls to isdigit()tedu2015-02-091-4/+1
|
* stop trying to workaround malloc bugs that have not existed for 20 years.tedu2015-02-091-8/+1
| | | | ok deraadt
* this removes just a few ifdef checks for things that should always be enabled,tedu2015-02-091-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.tedu2014-05-061-2/+1
| | | | ok deraadt stsp
* Update to tzcode2012f. Now that tzcode is in git there are no moemillert2012-09-131-13/+1
| | | | SCCS ids. No actual code changes.
* Stop defining XPG4_1994_04_09.ajacoutot2011-10-101-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.millert2011-07-011-1/+2
|
* update to tzcode2007k from elsie.nci.nih.govmillert2008-01-071-6/+2
|
* update to tzcode2007j from elsie.nci.nih.gov; mostly ANSIficationmillert2007-12-291-79/+14
|
* Update to tzcode2007f from elsie.nci.nih.govmillert2007-06-301-3/+3
|
* Update to tzcode2007a. This adds support for 64bit time_t in casemillert2007-02-061-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.millert2006-02-181-3/+3
|
* Update to tzcode2005j.millert2005-07-051-18/+29
|
* Update to tzcode2004e from elsie.nci.nih.govmillert2004-10-181-3/+13
|
* merge in tzcode2004amillert2004-06-281-3/+3
|
* Minor updates from tzcode2002cmillert2002-04-041-12/+6
|
* Update to tzcode2000f from ftp://elsie.nci.nih.gov/pub/millert2000-09-061-3/+19
|
* sync with ftp://elsie.nci.nih.gov/pub/tzcode2000c.tar.gz, millert@ okd2000-04-161-2/+17
|
* tzcode1999a from ftp://elsie.nci.nih.gov/pubd1999-01-291-4/+7
|
* Don't try to use our locale stuff, it hoses strftime(3).millert1998-01-231-1/+3
|
* We want XPG4 behavior.millert1998-01-191-1/+2
|
* use tzcode strftime(3) as it is kept up to date.millert1998-01-191-2/+3
|
* tzcode1998b from ftp://elsie.nci.nih.gov/pubmillert1998-01-181-2/+15
|
* Update to tzcode1996o + our fixes. Fixes problem pointed outmillert1997-01-141-6/+66
| | | | by cross@va.pubnix.com.
* iUpdate to pass FIPS 151-2 teststholo1996-10-301-2/+3
|
* Fix RCS idstholo1996-08-191-11/+1
| | | | Make sure everything uses {SYS,}LIBC_SCCS properly
* new common tz codederaadt1996-01-291-13/+18
|
* from netbsd; sync with tzcode96aderaadt1996-01-111-7/+16
|
* initial import of NetBSD treederaadt1995-10-181-0/+201