about summary refs log tree commit diff
path: root/time/tzset.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-3/+3
* Move libc_freeres_ptrs and libc_subfreeres to hidden/weak functionsAdhemerval Zanella Netto2023-03-271-1/+2
* Update copyright dates with scripts/update-copyrightsJoseph Myers2023-01-061-1/+1
* Update copyright dates with scripts/update-copyrightsPaul Eggert2022-01-011-1/+1
* Update copyright dates with scripts/update-copyrightsPaul Eggert2021-01-021-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
* time: Use int, not long int, for internal GMT offsetsFlorian Weimer2019-02-031-4/+4
* 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-17/+10
* Fix year 2039 bug for localtime with 64-bit time_t (bug 22639).Joseph Myers2018-05-181-1/+1
* Update copyright dates with scripts/update-copyrights.Joseph Myers2018-01-011-1/+1
* time: Remove the internal_function attributeFlorian Weimer2017-08-311-4/+1
* Update timezone code from tzcode 2017b.Joseph Myers2017-06-161-0/+2
* tzset: Clean up preprocessor macros min, max, signFlorian Weimer2017-03-071-7/+7
* timezone: Remove TZNAME_MAX limit from sysconf [BZ #15576]Florian Weimer2017-03-071-37/+4
* tzset: Remove unused NOID macroFlorian Weimer2017-03-031-2/+0
* tzset: Remove __attribute_noinline__ from compute_offsetFlorian Weimer2017-03-031-1/+0
* Update copyright dates with scripts/update-copyrights.Joseph Myers2017-01-011-1/+1
* Update copyright dates with scripts/update-copyrights.Joseph Myers2016-01-041-1/+1
* Convert 703 function definitions to prototype style.Joseph Myers2015-10-161-10/+3
* Move bits/libc-lock.h and bits/libc-lockP.h out of bits/ (bug 14912).Joseph Myers2015-09-081-1/+1
* test-skeleton: Support temporary files without memory leaks [BZ#18333]Florian Weimer2015-04-271-1/+6
* Make time zone file parser more robust [BZ #17715]Florian Weimer2015-04-241-205/+196
* Reduce lock contention in __tz_convert() [BZ #16145] (partial fix)Kevin Easton2015-02-241-2/+2
* Update copyright dates with scripts/update-copyrights.Joseph Myers2015-01-021-1/+1
* Use glibc_likely instead __builtin_expect.Ondřej Bílka2014-02-101-6/+6
* Update copyright notices with scripts/update-copyrightsAllan McRae2014-01-011-1/+1
* Support TZ transition times < 00:00:00.Paul Eggert2013-12-171-2/+5
* Use (void) in no-arguments function definitions.Joseph Myers2013-06-081-1/+1
* Avoid use of "register" as optimization hint.Joseph Myers2013-06-071-3/+3
* Update copyright notices with scripts/update-copyrights.Joseph Myers2013-01-021-1/+1
* Fix daylight time change for the USIan Wienand2012-05-091-6/+12
* Replace FSF snail mail address with URLs.Paul Eggert2012-02-091-3/+2
* * time/tzset.c: Optimize a bit for size. cvs/fedora-glibc-20090310T1925Ulrich Drepper2009-03-101-53/+41
* * time/tzset.c (__tzset_parse_tz): Use correct string when parsingUlrich Drepper2009-03-101-12/+9
* * time/tzset.c (tzset_internal): Correct parsing of TZ envvar.Ulrich Drepper2009-02-241-9/+39
* * time/tzset.c (__tzset_parse_tz): DST offset must also allow hourUlrich Drepper2009-02-051-2/+2
* Remove useless "if" before "free".Ulrich Drepper2008-03-191-2/+1
* [BZ #5186]Ulrich Drepper2007-10-171-4/+3
* * include/time.h: Declare __tzset_parse_tz and __tzset_compute.Ulrich Drepper2007-10-141-108/+122
* [BZ #601]Ulrich Drepper2004-12-061-0/+1
* Update.Ulrich Drepper2004-09-141-4/+4
* (tzset_internal): Add new parameter which is nonzero if called through tzset....Ulrich Drepper2004-08-111-5/+12
* [BZ #154]Ulrich Drepper2004-08-091-4/+5
* * time/tzset.c (tzset_internal): Cap hour in POSIX $TZ rule format toRoland McGrath2004-02-091-2/+2
* Update.Ulrich Drepper2003-02-011-6/+3
* * include/libc-symbols.h (__libc_freeres_fn_section, libc_freeres_fn):Roland McGrath2002-11-011-3/+1
* Update.Ulrich Drepper2002-03-121-1/+1