aboutsummaryrefslogtreecommitdiff
path: root/time/tzfile.c
AgeCommit message (Expand)AuthorFilesLines
2024-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert1-1/+1
2023-06-22Call "CST" a time zone abbreviation, not a namePaul Eggert1-2/+2
2023-06-02Fix all the remaining misspellings -- BZ 25337Paul Pluzhnikov1-1/+1
2023-03-27Move libc_freeres_ptrs and libc_subfreeres to hidden/weak functionsAdhemerval Zanella Netto1-1/+4
2023-01-06Update copyright dates with scripts/update-copyrightsJoseph Myers1-1/+1
2023-01-05time: Set daylight to 1 for matching DST/offset change (bug 29951)Florian Weimer1-19/+22
2022-12-09time: Use 64 bit time on tzfileAdhemerval Zanella Netto1-1/+1
2022-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert1-1/+1
2021-12-30timezone: handle truncated timezones from tzcode-2021d and later (BZ #28707)Hans-Peter Nilsson1-2/+2
2021-10-07Fix subscript error with odd TZif file [BZ #28338]Paul Eggert1-2/+1
2021-06-22Use 64 bit time_t stat internallyAdhemerval Zanella1-3/+3
2021-01-02Update copyright dates with scripts/update-copyrightsPaul Eggert1-1/+1
2020-09-11Remove internal usage of extensible stat functionsAdhemerval Zanella1-2/+2
2020-05-15Update timezone code from tzcode 2020aPaul Eggert1-1/+1
2020-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2019-09-07Prefer https to http for gnu.org and fsf.org URLsPaul Eggert1-1/+1
2019-02-25Break more lines before not after operators.Joseph Myers1-3/+3
2019-02-22Break some lines before not after operators.Joseph Myers1-2/+2
2019-02-04time: Avoid alignment gaps in __tzfile_readFlorian Weimer1-30/+27
2019-02-03time: Use struct alloc_buffer in __tzfile_readFlorian Weimer1-49/+50
2019-02-03time: Use int, not long int, for internal GMT offsetsFlorian Weimer1-3/+3
2019-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2018-12-05Y2038: make __tz_convert compatible with 64-bit-timeAlbert ARIBAUD (3ADEV)1-10/+4
2018-10-24Y2038: Add 64-bit time for all architecturesAlbert ARIBAUD (3ADEV)1-9/+9
2018-09-18Simplify tzfile fstat failure codePaul Eggert1-4/+1
2018-09-18Fix tzfile low-memory assertion failurePaul Eggert1-1/+2
2018-05-11time: Use 64-bit time values for time zone parsingFlorian Weimer1-80/+38
2018-02-21Fix -Os getc_unlocked linknamespace, localplt issues (bug 15105, bug 19463).Joseph Myers1-6/+6
2018-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2017-03-07timezone: Remove TZNAME_MAX limit from sysconf [BZ #15576]Florian Weimer1-24/+0
2017-03-03tzset: Remove unused NOID macroFlorian Weimer1-1/+0
2017-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2016-01-11Force rereading TZDEFRULES after it was used to set DST rules only (bug #19253)Andreas Schwab1-0/+6
2016-01-04Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2015-04-27Check tzspec_len == 0 in __tzfile_readH.J. Lu1-1/+2
2015-04-24Make time zone file parser more robust [BZ #17715]Florian Weimer1-2/+13
2015-01-02Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2014-11-12Fix tzfile.c namespace (bug 17583).Joseph Myers1-18/+21
2014-02-10Use glibc_likely instead __builtin_expect.Ondřej Bílka1-18/+18
2014-01-01Update copyright notices with scripts/update-copyrightsAllan McRae1-1/+1
2013-10-20Replace alloca in __tzfile_read by malloc. Fixes bug 15670Ondřej Bílka1-18/+8
2013-06-07Avoid use of "register" as optimization hint.Joseph Myers1-3/+3
2013-01-26 * time/tzfile.c: Include stdint.h for SIZE_MAX.Maxim Kuvyrkov1-0/+1
2013-01-02Update copyright notices with scripts/update-copyrights.Joseph Myers1-2/+1
2012-02-09Replace FSF snail mail address with URLs.Paul Eggert1-3/+2
2011-12-21Fix one typoUlrich Drepper1-1/+1
2011-12-17Check values from TZ file headerUlrich Drepper1-9/+44
2011-11-14Use O_CLOEXEC in tzfile handlingUlrich Drepper1-3/+3
2009-06-23Handle empty TZ strings at the end of new-style timzeone files correctly.Andreas Schwab1-0/+4
2009-06-15Fix computation of tzspec_len.Ulrich Drepper1-1/+1