aboutsummaryrefslogtreecommitdiff
path: root/time/tzfile.c
AgeCommit message (Expand)Author
2021-01-02Update copyright dates with scripts/update-copyrightsPaul Eggert
2020-09-11Remove internal usage of extensible stat functionsAdhemerval Zanella
2020-05-15Update timezone code from tzcode 2020aPaul Eggert
2020-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2019-09-07Prefer https to http for gnu.org and fsf.org URLsPaul Eggert
2019-02-25Break more lines before not after operators.Joseph Myers
2019-02-22Break some lines before not after operators.Joseph Myers
2019-02-04time: Avoid alignment gaps in __tzfile_readFlorian Weimer
2019-02-03time: Use struct alloc_buffer in __tzfile_readFlorian Weimer
2019-02-03time: Use int, not long int, for internal GMT offsetsFlorian Weimer
2019-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2018-12-05Y2038: make __tz_convert compatible with 64-bit-timeAlbert ARIBAUD (3ADEV)
2018-10-24Y2038: Add 64-bit time for all architecturesAlbert ARIBAUD (3ADEV)
2018-09-18Simplify tzfile fstat failure codePaul Eggert
2018-09-18Fix tzfile low-memory assertion failurePaul Eggert
2018-05-11time: Use 64-bit time values for time zone parsingFlorian Weimer
2018-02-21Fix -Os getc_unlocked linknamespace, localplt issues (bug 15105, bug 19463).Joseph Myers
2018-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2017-03-07timezone: Remove TZNAME_MAX limit from sysconf [BZ #15576]Florian Weimer
2017-03-03tzset: Remove unused NOID macroFlorian Weimer
2017-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2016-01-11Force rereading TZDEFRULES after it was used to set DST rules only (bug #19253)Andreas Schwab
2016-01-04Update copyright dates with scripts/update-copyrights.Joseph Myers
2015-04-27Check tzspec_len == 0 in __tzfile_readH.J. Lu
2015-04-24Make time zone file parser more robust [BZ #17715]Florian Weimer
2015-01-02Update copyright dates with scripts/update-copyrights.Joseph Myers
2014-11-12Fix tzfile.c namespace (bug 17583).Joseph Myers
2014-02-10Use glibc_likely instead __builtin_expect.Ondřej Bílka
2014-01-01Update copyright notices with scripts/update-copyrightsAllan McRae
2013-10-20Replace alloca in __tzfile_read by malloc. Fixes bug 15670Ondřej Bílka
2013-06-07Avoid use of "register" as optimization hint.Joseph Myers
2013-01-26 * time/tzfile.c: Include stdint.h for SIZE_MAX.Maxim Kuvyrkov
2013-01-02Update copyright notices with scripts/update-copyrights.Joseph Myers
2012-02-09Replace FSF snail mail address with URLs.Paul Eggert
2011-12-21Fix one typoUlrich Drepper
2011-12-17Check values from TZ file headerUlrich Drepper
2011-11-14Use O_CLOEXEC in tzfile handlingUlrich Drepper
2009-06-23Handle empty TZ strings at the end of new-style timzeone files correctly.Andreas Schwab
2009-06-15Fix computation of tzspec_len.Ulrich Drepper
2009-06-15Handle leap seconds even if no DST rule exists.Akinori Hattori
2007-11-06* time/tzfile.c (__tzfile_read): Fix check for version 0 data files.Ulrich Drepper
2007-10-17(__tzfile_read): Read POSIX TZ string if available even when time_t is 32-bit...Ulrich Drepper
2007-10-16Help the compiler recognize unreachable code on 32-bit machines.Ulrich Drepper
2007-10-16(__tzfile_read): Take extra memory requested by caller into account when copy...Ulrich Drepper
2007-10-16(__tzfile_compute): For use_last case set i to num_transition rather than num...Ulrich Drepper
2007-10-14* include/time.h: Declare __tzset_parse_tz and __tzset_compute.Ulrich Drepper
2007-10-14[BZ #1140]Ulrich Drepper
2007-03-05(find_transition): Instead of a linear search try to guess the transition ind...Ulrich Drepper
2007-01-11[BZ #2510, BZ #2830, BZ #3137, BZ #3313, BZ #3426, BZ #3465, BZ #3480, BZ #34...Ulrich Drepper
2007-07-31.Jakub Jelinek