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