about summary refs log tree commit diff
path: root/time/tzset.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Update.Ulrich Drepper2002-03-121-62/+58
* Update to LGPL v2.1.Andreas Jaeger2001-07-061-8/+8
* Update.Ulrich Drepper2001-01-031-2/+3
* (free_mem): New function. Free allocated memory.Ulrich Drepper2000-08-241-1/+17
* Update.Ulrich Drepper2000-02-221-1/+1
* Update.Ulrich Drepper1999-11-081-1/+1
* Update.Ulrich Drepper1999-09-061-5/+12
* Update.Ulrich Drepper1999-04-281-4/+4
* Update.Ulrich Drepper1998-12-101-14/+0
* Update.Ulrich Drepper1998-11-021-7/+6
* Update.Ulrich Drepper1998-10-261-1/+1
* (tz_compute): Correct last patch and describe this in a comment.Ulrich Drepper1998-10-261-12/+8
* (tz_compute): If time to switch to DST is later in the year switch back in th...Ulrich Drepper1998-10-251-2/+13
* Update.Ulrich Drepper1998-09-101-29/+15
* Update.Ulrich Drepper1998-07-311-48/+33
* Update.Ulrich Drepper1998-07-041-2/+3
* Update.Ulrich Drepper1998-05-201-11/+10
* Update.Ulrich Drepper1998-05-151-6/+12
* Update.Ulrich Drepper1998-05-141-5/+7
* Update.Ulrich Drepper1998-02-151-3/+3