aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Import tzcode 2022evendor/tzcode/tzcode2022eDag-Erling Smørgrav2022-12-142-1/+23
|
* Import tzcode 2022dvendor/tzcode/tzcode2022dDag-Erling Smørgrav2022-12-143-1/+23
|
* Import tzcode 2022cvendor/tzcode/tzcode2022cPhilip Paeps2022-08-1655-10501/+20750
|
* Unsplit vendor import of tzcode 2010nvendor/tzcode/unsplitPhilip Paeps2022-08-1646-298/+0
| | | | | | | | | | Historically, to work around CVS limitations, imports on the tzcode vendor branch were split into subdirectories, which were then merged to their respective counterparts in contrib. In the Git era, this split is unnecessary and adds more work. Undo the split for the most recent vendor import of tzcode 2010n to prepare for the vendor import of tzcode 2022c.
* Vendor import of tzcode2010n:vendor/tzcode/tzcode2010nEdwin Groothuis2010-10-264-14/+30
| | | | | | | | | | | | | | | | | | | | | | | * Makefile Change LOCALTIME default from "Factory" to "GMT"; do not compile "factory" file (but keep it in the distribution). * Theory Remove reference to "Factory" zone. * localtime.c Initialize ttinfo structures filled by tzparse (thanks to Ravindra for reporting a valgrind warning). * zic.c Fix generation of POSIX strings for zones with rules using "weekday<=n" forms of dates (thanks to Lei Liu for finding the problem). Also, limit output for non-POSIX-specificable zones defined to follow the same rules every year. (Note that no zones of either of the above types appear in the distribution; these changes cater to add-on zones). Obtained from: ftp://elsie.nci.nih.gov/pub/ Notes: svn path=/vendor/tzcode/dist/; revision=214400 svn path=/vendor/tzcode/tzcode2010n/; revision=214403; tag=vendor/tzcode/tzcode2010n
* Vendor import of tzcode2010mvendor/tzcode/tzcode2010mEdwin Groothuis2010-10-011-1/+47
| | | | | | | | Obtained from: ftp://elsie.nci.nih.gov/pub/ Notes: svn path=/vendor/tzcode/dist/; revision=213319 svn path=/vendor/tzcode/tzcode2010m/; revision=213320; tag=vendor/tzcode/tzcode2010m
* Vendor import of tzcode2010lvendor/tzcode/tzcode2010lEdwin Groothuis2010-09-093-18/+25
| | | | | Notes: svn path=/vendor/tzcode/dist/; revision=212353 svn path=/vendor/tzcode/tzcode2010l/; revision=212354; tag=vendor/tzcode/tzcode2010l
* Vendor import of tzcode2010f:vendor/tzcode/tzcode2010fEdwin Groothuis2010-03-224-5/+25
| | | | | | | | | | - Updated quotes and links. - Put warning about case insensitivity of names, but not always in abbreviations. Notes: svn path=/vendor/tzcode/dist/; revision=205480 svn path=/vendor/tzcode/tzcode2010f/; revision=205481; tag=vendor/tzcode/tzcode2010f
* Import of tzcode2010c:vendor/tzcode/tzcode2010cEdwin Groothuis2010-03-021-5/+5
| | | | | | | | localtime.c - more core dump avoidance work Notes: svn path=/vendor/tzcode/dist/; revision=204570 svn path=/vendor/tzcode/tzcode2010c/; revision=204571; tag=vendor/tzcode/tzcode2010c
* Vendor import of tzcode2010a:vendor/tzcode/tzcode2010aEdwin Groothuis2010-02-173-10/+25
| | | | | | | | | | | | | | | | | | | | * asctime.c - Set errno to EINVAL and return "??? ??? ?? ??:??:?? ????\n" if asctime_r is called with a NULL struct tm pointer. (Note that asctime_r is called by ctime_r and asctime; asctime is called by ctime.) * localtime.c - Set errno to EINVAL and return WRONG if time1 is called with a NULL struct tm pointer; avoid dereference if a NULL struct tm pointer is passed to timelocal, timegm, or timeoff. (Note that time1 is called by mktime, timegm, and timeoff; mktime is called by timelocal.) Obtained from: ftp://elsie.nci.nih.gov/pub/ Notes: svn path=/vendor/tzcode/dist/; revision=204001 svn path=/vendor/tzcode/tzcode2010a/; revision=204002; tag=vendor/tzcode/tzcode2010a
* Vendor import of tzcode2009t:vendor/tzcode/tzcode2009tEdwin Groothuis2009-12-225-10/+25
| | | | | | | | | | | | | | | | Unused: - Updates to tz-link.html and tz-art.htm - Typo in tzfile.5.txt zic: - Fix URL / reference to Calendrical Calculations: Third Edition libc/stdtime: - Fix typo in tzfile.5 Notes: svn path=/vendor/tzcode/dist/; revision=200830 svn path=/vendor/tzcode/tzcode2009t/; revision=200831; tag=vendor/tzcode/tzcode2009t
* Vendor import of tzcode2009r:vendor/tzcode/tzcode2009rEdwin Groothuis2009-11-111-1/+15
| | | | | | | | | | - Extra links in unused/tz-link.htm Obtained from: ftp://elsie.nci.nih.gov/pub/ Notes: svn path=/vendor/tzcode/dist/; revision=199195 svn path=/vendor/tzcode/tzcode2009r/; revision=199196; tag=vendor/tzcode/tzcode2009r
* Vendor import of tzcode2009q:vendor/tzcode/tzcode2009qEdwin Groothuis2009-11-022-6/+34
| | | | | | | | | | | - Add more references in tz-art.htm - Cleanup unnecessary local variables in zdump. Obtained from: ftp://elsie.nci.nih.gov/pub/ Notes: svn path=/vendor/tzcode/dist/; revision=198828 svn path=/vendor/tzcode/tzcode2009q/; revision=198829; tag=vendor/tzcode/tzcode2009q
* Vendor import of tzcode2009kvendor/tzcode/tzcode2009kEdwin Groothuis2009-07-213-8/+16
| | | | | | | | | | | | | | | | | | | | | zic.c: Do not end a binary file with a POSIX-style time zone string for locations that end up in permanent DST (thanks to Andreas Schwab). tz-art.htm Add notes on "A Matter of Life and Death" (thanks to Dave Cantor). tz-link.htm Remove seemingly obsolete public.planetmirror.com/pub/timezone link (thanks to Nathan Stratton Treadway). Obtained from: ftp://elsie.nci.nih.gov/pub/ Notes: svn path=/vendor/tzcode/dist/; revision=195794 svn path=/vendor/tzcode/tzcode2009k/; revision=195795; tag=vendor/tzcode/tzcode2009k
* MFV of tzcode2009i:vendor/tzcode/tzcode2009iEdwin Groothuis2009-06-091-4/+3
| | | | | | | | Fix link of TZ timezone maps at http://efele.net/maps/tz/ Notes: svn path=/vendor/tzcode/dist/; revision=193786 svn path=/vendor/tzcode/tzcode2009i/; revision=193787; tag=vendor/tzcode/tzcode2009i
* Vendor import of tzcode2009hvendor/tzcode/tzcode2009hEdwin Groothuis2009-05-2715-17/+52
| | | | | | | | | | - Clarify the license for the tzcode: public domain Obtained from: ftp://elsie.nci.nih.gov/pub/ Notes: svn path=/vendor/tzcode/dist/; revision=192887 svn path=/vendor/tzcode/tzcode2009h/; revision=192888; tag=vendor/tzcode/tzcode2009h
* Vendor import of tzcode2009e.vendor/tzcode/tzcode2009eEdwin Groothuis2009-05-2048-1624/+9498
| | | | | | | | Obtained from: ftp://elsie.nci.nih.gov/pub/ Notes: svn path=/vendor/tzcode/dist/; revision=192437 svn path=/vendor/tzcode/tzcode2009e/; revision=192438; tag=vendor/tzcode/tzcode2009e
* Cleanup of vendor/tzcode/dist, these files don't exist in the latestEdwin Groothuis2008-09-274-693/+0
| | | | | | | imported sources. Notes: svn path=/vendor/tzcode/dist/; revision=183403
* Flatten the dist tree of vendor/tzcodeEdwin Groothuis2008-09-2722-0/+0
| | | | Notes: svn path=/vendor/tzcode/dist/; revision=183400
* Remove files no longer on the vendor branch.Stefan Farfeleder2004-06-202-274/+0
| | | | Notes: svn path=/vendor/tzcode/dist/; revision=130780
* Import the rest of tzcode2004a, the bits needed for the timezone compiler.Stefan Farfeleder2004-06-209-92/+1162
| | | | | | | Obtained from: ftp://elsie.nci.nih.gov/pub/tzcode2004a.tar.gz Notes: svn path=/vendor/tzcode/dist/; revision=130777
* Import tzcode2004a.Stefan Farfeleder2004-06-145-133/+398
| | | | | | | Obtained from: ftp://elsie.nci.nih.gov/pub/tzcode2004a.tar.gz Notes: svn path=/vendor/tzcode/dist/; revision=130459
* First stage in giving zic/zdump its own version of private.h so that theyGarrett Wollman1999-01-211-0/+269
| | | | | | | are decoupled somewhat from libc/stdtime's version. Notes: svn path=/vendor/tzcode/dist/; revision=42994
* Updated timezone compiler from Arthur Olson.Garrett Wollman1999-01-2110-112/+973
| | | | | | | Obtained from: ftp://elsie.nci.nih.gov/pub/tzcode1999a.tar.gz Notes: svn path=/vendor/tzcode/dist/; revision=42991
* Update timezone file description to match new zic (coming soon).Garrett Wollman1999-01-212-10/+28
| | | | | | | Update man page to reflect reality. Notes: svn path=/vendor/tzcode/dist/; revision=42986
* Second part of the timezone code import for version 96h. This includesGarrett Wollman1996-07-1810-396/+791
| | | | | | | | a number of bug fixes to the compiler (which bugs would previously have caused undesirable behavior during transition times). Notes: svn path=/vendor/tzcode/dist/; revision=17211
* Import the 96h release of ADO's timezone code. This release isGarrett Wollman1996-07-186-421/+809
| | | | | | | | | primarily bugfixes, but is also contains a disclaimer of copyright. As we are completely off the vendor branch here, this import has no effect on the source tree. Notes: svn path=/vendor/tzcode/dist/; revision=17208
* recording cvs-1.6 file deathPeter Wemm1995-12-301-1530/+0
| | | | Notes: svn path=/vendor/tzcode/dist/; revision=13122
* One more try, and if it doesn't work this time I'm giving up.Garrett Wollman1994-09-131-1/+1
| | | | | | | (Check in original localtime.c.) Notes: svn path=/vendor/tzcode/dist/; revision=2710
* The rest of tzcode94g from Arthur David Olson.Garrett Wollman1994-09-139-0/+4180
| | | | | | | Obtained From: Arthur David Olson, ftp://elsie.nci.nih.gov/pub/tzcode94g.tar.gz Notes: svn path=/vendor/tzcode/dist/; revision=2708
* This commit was manufactured by cvs2svn to create branch 'ADO'.cvs2svn1994-09-131-0/+5
| | | | Notes: svn path=/vendor/tzcode/dist/; revision=2707
* The latest and greatest timezone code from Arthur David Olson, part 1.Garrett Wollman1994-09-138-0/+3055
This import comprises the `zic' and `zdump' programs. Obtained from: Arthur David Olson, ftp://elsie.nci.nih.gov/pub/tzcode94g Notes: svn path=/vendor/tzcode/dist/; revision=2702