Age | Commit message (Expand) | Author | Files | Lines |
2012-03-16 | Use time_t on ays, rem, y and yg in __offtime | H.J. Lu | 1 | -2/+2 |
2012-03-07 | Remove distribute variable from Makefiles | Ulrich Drepper | 1 | -2/+1 |
2012-02-25 | Fix ISO C11 definitions in time.h | Ulrich Drepper | 1 | -11/+8 |
2012-02-09 | Replace FSF snail mail address with URLs. | Paul Eggert | 39 | -117/+78 |
2012-01-30 | Remove miscellaneous __STDC__ conditionals. | Joseph Myers | 1 | -6/+2 |
2012-01-07 | Remove pre-ISO C support | Ulrich Drepper | 2 | -40/+40 |
2012-01-01 | Implement timespec_get | Ulrich Drepper | 4 | -15/+76 |
2011-12-21 | Fix one typo | Ulrich Drepper | 1 | -1/+1 |
2011-12-17 | Check values from TZ file header | Ulrich Drepper | 1 | -9/+44 |
2011-11-15 | Clean up internal fopen uses | Ulrich Drepper | 1 | -3/+3 |
2011-11-14 | Use O_CLOEXEC in tzfile handling | Ulrich Drepper | 1 | -3/+3 |
2011-04-22 | Remove doubled words. | Jim Meyering | 1 | -2/+2 |
2011-04-01 | Fix typos in comments. | Ulrich Drepper | 1 | -3/+3 |
2010-01-09 | Add support for XPG7 testing. | Ulrich Drepper | 6 | -20/+20 |
2009-10-30 | Implement Burmese language locale for Myanmar. | Keith Stribley | 1 | -3/+1 |
2009-06-23 | Handle empty TZ strings at the end of new-style timzeone files correctly. | Andreas Schwab | 1 | -0/+4 |
2009-06-15 | Fix computation of tzspec_len. | Ulrich Drepper | 1 | -1/+1 |
2009-06-15 | Handle leap seconds even if no DST rule exists. | Akinori Hattori | 1 | -4/+3 |
2009-05-16 | Remove redundant .gitignore files. | Andreas Schwab | 1 | -6/+0 |
2009-05-15 | rename each .cvsignore file to .gitignore | Jim Meyering | 1 | -0/+0 |
2009-03-10 | * time/tzset.c: Optimize a bit for size.cvs/fedora-glibc-20090310T1925 | Ulrich Drepper | 1 | -53/+41 |
2009-03-10 | * time/tzset.c (__tzset_parse_tz): Use correct string when parsing | Ulrich Drepper | 2 | -12/+39 |
2009-02-26 | * wctype/wctype.h: The *_l functions are in POSIX 2008. | Ulrich Drepper | 1 | -3/+4 |
2009-02-26 | * include/features.h: Define macros for XPG7/POSIX 2008. | Ulrich Drepper | 1 | -2/+2 |
2009-02-24 | * time/tzset.c (tzset_internal): Correct parsing of TZ envvar. | Ulrich Drepper | 1 | -9/+39 |
2009-02-05 | * time/tzset.c (__tzset_parse_tz): DST offset must also allow hour | Ulrich Drepper | 1 | -2/+2 |
2008-07-06 | (__mktime_internal): Normalize tp->tm_isdst value. | Ulrich Drepper | 1 | -2/+4 |
2008-06-27 | Remove use of __P. | Ulrich Drepper | 1 | -10/+1 |
2008-06-27 | [BZ #6657] | Ulrich Drepper | 1 | -2/+1 |
2008-06-13 | [BZ #6612]cvs/fedora-glibc-20080613T1601 | Ulrich Drepper | 1 | -15/+28 |
2008-04-11 | [BZ #5443] | Ulrich Drepper | 2 | -12/+12 |
2008-03-19 | Remove useless "if" before "free". | Ulrich Drepper | 2 | -8/+4 |
2007-12-12 | * time/bug-getdate1.c (do_test): Don't use century values which | Ulrich Drepper | 2 | -5/+5 |
2007-12-10 | [BZ #5424, BZ #5428, BZ #5451] | Ulrich Drepper | 3 | -10/+161 |
2007-11-06 | * time/tzfile.c (__tzfile_read): Fix check for version 0 data files. | Ulrich Drepper | 1 | -1/+1 |
2007-10-17 | [BZ #5186] | Ulrich Drepper | 1 | -4/+3 |
2007-10-17 | (__tzfile_read): Read POSIX TZ string if available even when time_t is 32-bit... | Ulrich Drepper | 1 | -6/+57 |
2007-10-16 | Help the compiler recognize unreachable code on 32-bit machines. | Ulrich Drepper | 1 | -3/+3 |
2007-10-16 | [BZ #5184] | Ulrich Drepper | 1 | -30/+40 |
2007-10-16 | (__tzfile_read): Take extra memory requested by caller into account when copy... | Ulrich Drepper | 1 | -1/+1 |
2007-10-16 | (__tzfile_compute): For use_last case set i to num_transition rather than num... | Ulrich Drepper | 1 | -2/+3 |
2007-10-14 | * include/time.h: Declare __tzset_parse_tz and __tzset_compute. | Ulrich Drepper | 2 | -223/+266 |
2007-10-14 | [BZ #1140] | Ulrich Drepper | 1 | -20/+50 |
2007-07-28 | [BZ #4772] | Ulrich Drepper | 1 | -0/+12 |
2007-07-28 | * include/time.h (enum ptime_locale_status): Remove. | Ulrich Drepper | 2 | -201/+219 |
2007-07-10 | [BZ #4773] | Ulrich Drepper | 1 | -29/+68 |
2007-03-17 | * elf/dl-open.c (dl_open_worker): Declare l in 2 differentcvs/fedora-glibc-20070317T2130 | Ulrich Drepper | 1 | -2/+3 |
2007-03-05 | (find_transition): Instead of a linear search try to guess the transition ind... | Ulrich Drepper | 1 | -3/+50 |
2007-02-09 | [BZ #3944] | Ulrich Drepper | 3 | -5/+66 |
2007-01-11 | [BZ #2510, BZ #2830, BZ #3137, BZ #3313, BZ #3426, BZ #3465, BZ #3480, BZ #34... | Ulrich Drepper | 4 | -97/+88 |