about summary refs log tree commit diff
path: root/time/tzfile.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright dates with scripts/update-copyrightsPaul Eggert2024-01-011-1/+1
* Call "CST" a time zone abbreviation, not a namePaul Eggert2023-06-221-2/+2
* Fix all the remaining misspellings -- BZ 25337Paul Pluzhnikov2023-06-021-1/+1
* Move libc_freeres_ptrs and libc_subfreeres to hidden/weak functionsAdhemerval Zanella Netto2023-03-271-1/+4
* Update copyright dates with scripts/update-copyrightsJoseph Myers2023-01-061-1/+1
* time: Set daylight to 1 for matching DST/offset change (bug 29951)Florian Weimer2023-01-051-19/+22
* time: Use 64 bit time on tzfileAdhemerval Zanella Netto2022-12-091-1/+1
* Update copyright dates with scripts/update-copyrightsPaul Eggert2022-01-011-1/+1
* timezone: handle truncated timezones from tzcode-2021d and later (BZ #28707)Hans-Peter Nilsson2021-12-301-2/+2
* Fix subscript error with odd TZif file [BZ #28338]Paul Eggert2021-10-071-2/+1
* Use 64 bit time_t stat internallyAdhemerval Zanella2021-06-221-3/+3
* Update copyright dates with scripts/update-copyrightsPaul Eggert2021-01-021-1/+1
* Remove internal usage of extensible stat functionsAdhemerval Zanella2020-09-111-2/+2
* Update timezone code from tzcode 2020aPaul Eggert2020-05-151-1/+1
* Update copyright dates with scripts/update-copyrights.Joseph Myers2020-01-011-1/+1
* Prefer https to http for gnu.org and fsf.org URLsPaul Eggert2019-09-071-1/+1
* Break more lines before not after operators.Joseph Myers2019-02-251-3/+3
* Break some lines before not after operators.Joseph Myers2019-02-221-2/+2
* time: Avoid alignment gaps in __tzfile_readFlorian Weimer2019-02-041-30/+27
* time: Use struct alloc_buffer in __tzfile_readFlorian Weimer2019-02-031-49/+50
* time: Use int, not long int, for internal GMT offsetsFlorian Weimer2019-02-031-3/+3
* Update copyright dates with scripts/update-copyrights.Joseph Myers2019-01-011-1/+1
* Y2038: make __tz_convert compatible with 64-bit-timeAlbert ARIBAUD (3ADEV)2018-12-051-10/+4
* Y2038: Add 64-bit time for all architecturesAlbert ARIBAUD (3ADEV)2018-10-241-9/+9
* Simplify tzfile fstat failure codePaul Eggert2018-09-181-4/+1
* Fix tzfile low-memory assertion failurePaul Eggert2018-09-181-1/+2
* time: Use 64-bit time values for time zone parsingFlorian Weimer2018-05-111-80/+38
* Fix -Os getc_unlocked linknamespace, localplt issues (bug 15105, bug 19463).Joseph Myers2018-02-211-6/+6
* Update copyright dates with scripts/update-copyrights.Joseph Myers2018-01-011-1/+1
* timezone: Remove TZNAME_MAX limit from sysconf [BZ #15576]Florian Weimer2017-03-071-24/+0
* tzset: Remove unused NOID macroFlorian Weimer2017-03-031-1/+0
* Update copyright dates with scripts/update-copyrights.Joseph Myers2017-01-011-1/+1
* Force rereading TZDEFRULES after it was used to set DST rules only (bug #19253)Andreas Schwab2016-01-111-0/+6
* Update copyright dates with scripts/update-copyrights.Joseph Myers2016-01-041-1/+1
* Check tzspec_len == 0 in __tzfile_readH.J. Lu2015-04-271-1/+2
* Make time zone file parser more robust [BZ #17715]Florian Weimer2015-04-241-2/+13
* Update copyright dates with scripts/update-copyrights.Joseph Myers2015-01-021-1/+1
* Fix tzfile.c namespace (bug 17583).Joseph Myers2014-11-121-18/+21
* Use glibc_likely instead __builtin_expect.Ondřej Bílka2014-02-101-18/+18
* Update copyright notices with scripts/update-copyrightsAllan McRae2014-01-011-1/+1
* Replace alloca in __tzfile_read by malloc. Fixes bug 15670Ondřej Bílka2013-10-201-18/+8
* Avoid use of "register" as optimization hint.Joseph Myers2013-06-071-3/+3
* * time/tzfile.c: Include stdint.h for SIZE_MAX.Maxim Kuvyrkov2013-01-261-0/+1
* Update copyright notices with scripts/update-copyrights.Joseph Myers2013-01-021-2/+1
* Replace FSF snail mail address with URLs.Paul Eggert2012-02-091-3/+2
* Fix one typoUlrich Drepper2011-12-211-1/+1
* Check values from TZ file headerUlrich Drepper2011-12-171-9/+44
* Use O_CLOEXEC in tzfile handlingUlrich Drepper2011-11-141-3/+3
* Handle empty TZ strings at the end of new-style timzeone files correctly.Andreas Schwab2009-06-231-0/+4
* Fix computation of tzspec_len.Ulrich Drepper2009-06-151-1/+1