| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove doubled words. | Jim Meyering | 2011-04-22 | 1 | -2/+2 |
* | Fix typos in comments. | Ulrich Drepper | 2011-04-01 | 1 | -3/+3 |
* | Add support for XPG7 testing. | Ulrich Drepper | 2010-01-09 | 6 | -20/+20 |
* | Implement Burmese language locale for Myanmar. | Keith Stribley | 2009-10-30 | 1 | -3/+1 |
* | Handle empty TZ strings at the end of new-style timzeone files correctly. | Andreas Schwab | 2009-06-23 | 1 | -0/+4 |
* | Fix computation of tzspec_len. | Ulrich Drepper | 2009-06-15 | 1 | -1/+1 |
* | Handle leap seconds even if no DST rule exists. | Akinori Hattori | 2009-06-15 | 1 | -4/+3 |
* | Remove redundant .gitignore files. | Andreas Schwab | 2009-05-16 | 1 | -6/+0 |
* | rename each .cvsignore file to .gitignore | Jim Meyering | 2009-05-15 | 1 | -0/+0 |
* | * time/tzset.c: Optimize a bit for size. cvs/fedora-glibc-20090310T1925 | Ulrich Drepper | 2009-03-10 | 1 | -53/+41 |
* | * time/tzset.c (__tzset_parse_tz): Use correct string when parsing | Ulrich Drepper | 2009-03-10 | 2 | -12/+39 |
* | * wctype/wctype.h: The *_l functions are in POSIX 2008. | Ulrich Drepper | 2009-02-26 | 1 | -3/+4 |
* | * include/features.h: Define macros for XPG7/POSIX 2008. | Ulrich Drepper | 2009-02-26 | 1 | -2/+2 |
* | * time/tzset.c (tzset_internal): Correct parsing of TZ envvar. | Ulrich Drepper | 2009-02-24 | 1 | -9/+39 |
* | * time/tzset.c (__tzset_parse_tz): DST offset must also allow hour | Ulrich Drepper | 2009-02-05 | 1 | -2/+2 |
* | (__mktime_internal): Normalize tp->tm_isdst value. | Ulrich Drepper | 2008-07-06 | 1 | -2/+4 |
* | Remove use of __P. | Ulrich Drepper | 2008-06-27 | 1 | -10/+1 |
* | [BZ #6657] | Ulrich Drepper | 2008-06-27 | 1 | -2/+1 |
* | [BZ #6612] cvs/fedora-glibc-20080613T1601 | Ulrich Drepper | 2008-06-13 | 1 | -15/+28 |
* | [BZ #5443] | Ulrich Drepper | 2008-04-11 | 2 | -12/+12 |
* | Remove useless "if" before "free". | Ulrich Drepper | 2008-03-19 | 2 | -8/+4 |
* | * time/bug-getdate1.c (do_test): Don't use century values which | Ulrich Drepper | 2007-12-12 | 2 | -5/+5 |
* | [BZ #5424, BZ #5428, BZ #5451] | Ulrich Drepper | 2007-12-10 | 3 | -10/+161 |
* | * time/tzfile.c (__tzfile_read): Fix check for version 0 data files. | Ulrich Drepper | 2007-11-06 | 1 | -1/+1 |
* | [BZ #5186] | Ulrich Drepper | 2007-10-17 | 1 | -4/+3 |
* | (__tzfile_read): Read POSIX TZ string if available even when time_t is 32-bit... | Ulrich Drepper | 2007-10-17 | 1 | -6/+57 |
* | Help the compiler recognize unreachable code on 32-bit machines. | Ulrich Drepper | 2007-10-16 | 1 | -3/+3 |
* | [BZ #5184] | Ulrich Drepper | 2007-10-16 | 1 | -30/+40 |
* | (__tzfile_read): Take extra memory requested by caller into account when copy... | Ulrich Drepper | 2007-10-16 | 1 | -1/+1 |
* | (__tzfile_compute): For use_last case set i to num_transition rather than num... | Ulrich Drepper | 2007-10-16 | 1 | -2/+3 |
* | * include/time.h: Declare __tzset_parse_tz and __tzset_compute. | Ulrich Drepper | 2007-10-14 | 2 | -223/+266 |
* | [BZ #1140] | Ulrich Drepper | 2007-10-14 | 1 | -20/+50 |
* | [BZ #4772] | Ulrich Drepper | 2007-07-28 | 1 | -0/+12 |
* | * include/time.h (enum ptime_locale_status): Remove. | Ulrich Drepper | 2007-07-28 | 2 | -201/+219 |
* | [BZ #4773] | Ulrich Drepper | 2007-07-10 | 1 | -29/+68 |
* | * elf/dl-open.c (dl_open_worker): Declare l in 2 different cvs/fedora-glibc-20070317T2130 | Ulrich Drepper | 2007-03-17 | 1 | -2/+3 |
* | (find_transition): Instead of a linear search try to guess the transition ind... | Ulrich Drepper | 2007-03-05 | 1 | -3/+50 |
* | [BZ #3944] | Ulrich Drepper | 2007-02-09 | 3 | -5/+66 |
* | [BZ #2510, BZ #2830, BZ #3137, BZ #3313, BZ #3426, BZ #3465, BZ #3480, BZ #34... | Ulrich Drepper | 2007-01-11 | 4 | -97/+88 |
* | . | Jakub Jelinek | 2007-07-31 | 4 | -88/+97 |
* | [BZ #3137] | Ulrich Drepper | 2006-11-14 | 1 | -1/+3 |
* | * time/tzfile.c (__tzfile_read): Extend to handle new file format | Ulrich Drepper | 2006-11-11 | 1 | -31/+81 |
* | [BZ #2821] cvs/fedora-glibc-20060910T1832 | Ulrich Drepper | 2006-09-09 | 3 | -6/+24 |
* | 2006-01-21 Roland McGrath <roland@redhat.com> | Roland McGrath | 2006-01-21 | 1 | -1/+4 |
* | * include/features.h: Grok _ATFILE_SOURCE and define __USE_ATFILE when | Roland McGrath | 2006-01-05 | 1 | -2/+3 |
* | Moved to csu/errno-loc.c. | Ulrich Drepper | 2005-12-14 | 7 | -0/+279 |
* | 2005-12-13 Ulrich Drepper <drepper@redhat.com> | Ulrich Drepper | 2005-12-14 | 2 | -0/+69 |
* | [BZ #1920] | Ulrich Drepper | 2005-11-24 | 1 | -1/+1 |
* | * io/Makefile (routines): Add fstatat, fstatat64, fxstatat, fxstatat64, | Ulrich Drepper | 2005-11-11 | 1 | -5/+14 |
* | * time/asctime.c (asctime_internal): Use __snprintf instead of | Ulrich Drepper | 2005-10-14 | 1 | -7/+7 |