aboutsummaryrefslogtreecommitdiff
path: root/time/tzset.c
AgeCommit message (Expand)AuthorFilesLines
2021-01-02Update copyright dates with scripts/update-copyrightsPaul 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-03time: Use int, not long int, for internal GMT offsetsFlorian Weimer1-4/+4
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-17/+10
2018-05-18Fix year 2039 bug for localtime with 64-bit time_t (bug 22639).Joseph Myers1-1/+1
2018-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2017-08-31time: Remove the internal_function attributeFlorian Weimer1-4/+1
2017-06-16Update timezone code from tzcode 2017b.Joseph Myers1-0/+2
2017-03-07tzset: Clean up preprocessor macros min, max, signFlorian Weimer1-7/+7
2017-03-07timezone: Remove TZNAME_MAX limit from sysconf [BZ #15576]Florian Weimer1-37/+4
2017-03-03tzset: Remove unused NOID macroFlorian Weimer1-2/+0
2017-03-03tzset: Remove __attribute_noinline__ from compute_offsetFlorian Weimer1-1/+0
2017-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2016-01-04Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2015-10-16Convert 703 function definitions to prototype style.Joseph Myers1-10/+3
2015-09-08Move bits/libc-lock.h and bits/libc-lockP.h out of bits/ (bug 14912).Joseph Myers1-1/+1
2015-04-27test-skeleton: Support temporary files without memory leaks [BZ#18333]Florian Weimer1-1/+6
2015-04-24Make time zone file parser more robust [BZ #17715]Florian Weimer1-205/+196
2015-02-24Reduce lock contention in __tz_convert() [BZ #16145] (partial fix)Kevin Easton1-2/+2
2015-01-02Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2014-02-10Use glibc_likely instead __builtin_expect.Ondřej Bílka1-6/+6
2014-01-01Update copyright notices with scripts/update-copyrightsAllan McRae1-1/+1
2013-12-17Support TZ transition times < 00:00:00.Paul Eggert1-2/+5
2013-06-08Use (void) in no-arguments function definitions.Joseph Myers1-1/+1
2013-06-07Avoid use of "register" as optimization hint.Joseph Myers1-3/+3
2013-01-02Update copyright notices with scripts/update-copyrights.Joseph Myers1-1/+1
2012-05-09Fix daylight time change for the USIan Wienand1-6/+12
2012-02-09Replace FSF snail mail address with URLs.Paul Eggert1-3/+2
2009-03-10* time/tzset.c: Optimize a bit for size.cvs/fedora-glibc-20090310T1925Ulrich Drepper1-53/+41
2009-03-10* time/tzset.c (__tzset_parse_tz): Use correct string when parsingUlrich Drepper1-12/+9
2009-02-24* time/tzset.c (tzset_internal): Correct parsing of TZ envvar.Ulrich Drepper1-9/+39
2009-02-05* time/tzset.c (__tzset_parse_tz): DST offset must also allow hourUlrich Drepper1-2/+2
2008-03-19Remove useless "if" before "free".Ulrich Drepper1-2/+1
2007-10-17[BZ #5186]Ulrich Drepper1-4/+3
2007-10-14* include/time.h: Declare __tzset_parse_tz and __tzset_compute.Ulrich Drepper1-108/+122
2004-12-06[BZ #601]Ulrich Drepper1-0/+1
2004-09-14Update.Ulrich Drepper1-4/+4
2004-08-11(tzset_internal): Add new parameter which is nonzero if called through tzset....Ulrich Drepper1-5/+12
2004-08-09[BZ #154]Ulrich Drepper1-4/+5
2004-02-09* time/tzset.c (tzset_internal): Cap hour in POSIX $TZ rule format toRoland McGrath1-2/+2
2003-02-01Update.Ulrich Drepper1-6/+3
2002-11-01* include/libc-symbols.h (__libc_freeres_fn_section, libc_freeres_fn):Roland McGrath1-3/+1
2002-03-12Update.Ulrich Drepper1-1/+1
2002-03-12Update.Ulrich Drepper1-62/+58
2001-07-06Update to LGPL v2.1.Andreas Jaeger1-8/+8
2001-01-03Update.Ulrich Drepper1-2/+3
2000-08-24(free_mem): New function. Free allocated memory.Ulrich Drepper1-1/+17
2000-02-22Update.Ulrich Drepper1-1/+1