summaryrefslogtreecommitdiff
path: root/time
AgeCommit message (Expand)Author
2010-01-09Add support for XPG7 testing.Ulrich Drepper
2009-10-30Implement Burmese language locale for Myanmar.Keith Stribley
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
2009-05-16Remove redundant .gitignore files.Andreas Schwab
2009-05-15rename each .cvsignore file to .gitignoreJim Meyering
2009-03-10* time/tzset.c: Optimize a bit for size.cvs/fedora-glibc-20090310T1925Ulrich Drepper
2009-03-10* time/tzset.c (__tzset_parse_tz): Use correct string when parsingUlrich Drepper
2009-02-26* wctype/wctype.h: The *_l functions are in POSIX 2008.Ulrich Drepper
2009-02-26* include/features.h: Define macros for XPG7/POSIX 2008.Ulrich Drepper
2009-02-24* time/tzset.c (tzset_internal): Correct parsing of TZ envvar.Ulrich Drepper
2009-02-05* time/tzset.c (__tzset_parse_tz): DST offset must also allow hourUlrich Drepper
2008-07-06(__mktime_internal): Normalize tp->tm_isdst value.Ulrich Drepper
2008-06-27Remove use of __P.Ulrich Drepper
2008-06-27[BZ #6657]Ulrich Drepper
2008-06-13[BZ #6612]cvs/fedora-glibc-20080613T1601Ulrich Drepper
2008-04-11[BZ #5443]Ulrich Drepper
2008-03-19Remove useless "if" before "free".Ulrich Drepper
2007-12-12* time/bug-getdate1.c (do_test): Don't use century values whichUlrich Drepper
2007-12-10[BZ #5424, BZ #5428, BZ #5451]Ulrich Drepper
2007-11-06* time/tzfile.c (__tzfile_read): Fix check for version 0 data files.Ulrich Drepper
2007-10-17[BZ #5186]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[BZ #5184]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-07-28[BZ #4772]Ulrich Drepper
2007-07-28* include/time.h (enum ptime_locale_status): Remove.Ulrich Drepper
2007-07-10[BZ #4773]Ulrich Drepper
2007-03-17* elf/dl-open.c (dl_open_worker): Declare l in 2 differentcvs/fedora-glibc-20070317T2130Ulrich Drepper
2007-03-05(find_transition): Instead of a linear search try to guess the transition ind...Ulrich Drepper
2007-02-09[BZ #3944]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
2006-11-14[BZ #3137]Ulrich Drepper
2006-11-11* time/tzfile.c (__tzfile_read): Extend to handle new file formatUlrich Drepper
2006-09-09[BZ #2821]cvs/fedora-glibc-20060910T1832Ulrich Drepper
2006-01-212006-01-21 Roland McGrath <roland@redhat.com>Roland McGrath
2006-01-05* include/features.h: Grok _ATFILE_SOURCE and define __USE_ATFILE whenRoland McGrath
2005-12-14Moved to csu/errno-loc.c.Ulrich Drepper
2005-12-142005-12-13 Ulrich Drepper <drepper@redhat.com>Ulrich Drepper
2005-11-24[BZ #1920]Ulrich Drepper
2005-11-11* io/Makefile (routines): Add fstatat, fstatat64, fxstatat, fxstatat64,Ulrich Drepper
2005-10-14* time/asctime.c (asctime_internal): Use __snprintf instead ofUlrich Drepper
2005-10-14[BZ #1468]Ulrich Drepper
2005-10-14[BZ #1460]Ulrich Drepper