summaryrefslogtreecommitdiffstats
path: root/lib/libc/time/private.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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