* manual/lang.texi: Document MTASC-safety properties.
[jlayton/glibc.git] / time /
2014-01-01 Allan McRaeUpdate copyright notices with scripts/update-copyrights
2013-12-17 Paul EggertSupport TZ transition times < 00:00:00.
2013-12-04 Ondřej BílkaAllow strptime read outputs from strftime. Fixes bug...
2013-10-25 Ondřej BílkaMake strptime %Z consistent between doc and code. Fixes...
2013-10-20 Ondřej BílkaReplace alloca in __tzfile_read by malloc. Fixes bug...
2013-06-08 Joseph MyersUse (void) in no-arguments function definitions.
2013-06-07 Joseph MyersAvoid use of "register" as optimization hint.
2013-06-05 Andreas SchwabProperly handle %W in strptime
2013-05-16 Ryan S. ArnoldAdd #include <stdint.h> for uint[32|64]_t usage (except...
2013-04-23 Siddhesh PoyarekarConsistently use ISSPACE to check for whitespace
2013-04-10 Siddhesh PoyarekarAccept leading and trailing spaces in getdate input...
2013-02-17 Andreas JaegerSort Versions files
2013-02-07 Roland McGrathRemove lots of inline keywords.
2013-01-26 Maxim Kuvyrkov * time/tzfile.c: Include stdint.h for SIZE_MAX.
2013-01-02 Joseph MyersUpdate copyright notices with scripts/update-copyrights.
2013-01-01 Joseph MyersAdd script to update copyright notices and reformat...
2012-12-03 Jeff Law * time/sys/time.h (settimeofday): Do not mark...
2012-11-04 Thomas Schwinge[BZ #157] Remove include/stub-tag.h for good.
2012-08-25 Marek PolacekFix some typos in comments.
2012-07-01 Joseph MyersMerge glibc-ports into ports/ directory. glibc-2.16-ports-merge
2012-05-24 Roland McGrathSwitch gettimeofday from INTUSE to libc_hidden_proto.
2012-05-23 Paul Eggertmktime: avoid signed integer overflow
2012-05-23 Paul Eggertmktime: simplify computation of average
2012-05-23 Paul Eggertmktime: do not assume signed right shift propagates...
2012-05-23 Paul Eggertmktime: merge another wrapv change from gnulib
2012-05-23 Paul Eggertmktime: remove incorrect attempt at unusual arithmetics
2012-05-23 Paul Eggertmktime: check signed shifts on long_int and time_t...
2012-05-23 Paul Eggertmktime: do not assume 'long' is wide enough
2012-05-23 Paul Eggertmktime: merge wrapv change from gnulib
2012-05-22 H.J. LuUpdate copyright years for time/mktime.c
2012-05-22 Paul Eggertmktime: merge comment-quoting-style change from gnulib
2012-05-22 Paul Eggerttime/mktime.c (compile-command): Add "-I."
2012-05-22 Paul Eggertmktime: merge mktime-internal.h change from gnulib
2012-05-22 Paul Eggertmktime: merge time_r change from gnulib
2012-05-22 Paul Eggertmktime: merge DEBUG change from gnulib
2012-05-22 Paul Eggertmktime: merge <sys/types.h> change from gnulib
2012-05-22 Paul Eggertmktime: merge HAVE_CONFIG_H change from gnulib
2012-05-17 H.J. LuFold copyright years
2012-05-16 Roland McGrathBZ#10375: Configure magic to use -U_FORTIFY_SOURCE...
2012-05-16 H.J. LuRemove __snseconds_t
2012-05-09 Ian WienandFix daylight time change for the US
2012-04-11 H.J. LuAdd __snseconds_t and __SNSECONDS_T_TYPE
2012-04-02 Thomas SchwingeTestsuite #include fixes.
2012-03-16 H.J. LuUse time_t on ays, rem, y and yg in __offtime
2012-03-14 Andreas JaegerMerge branch 'master' into bug13658-branch
2012-03-07 Ulrich DrepperRemove distribute variable from Makefiles
2012-02-26 Ulrich DrepperFix ISO C11 definitions in time.h
2012-02-09 Paul EggertReplace FSF snail mail address with URLs.
2012-01-31 Ulrich DrepperMerge branch 'master' of ssh://sourceware.org/git/glibc
2012-01-30 Joseph MyersRemove miscellaneous __STDC__ conditionals.
2012-01-08 Ulrich DrepperRemove pre-ISO C support
2012-01-03 Ulrich DrepperMerge branch 'c11'
2012-01-01 Ulrich DrepperImplement timespec_get
2011-12-21 Ulrich DrepperFix one typo
2011-12-18 Ulrich DrepperCheck values from TZ file header
2011-11-15 Ulrich DrepperClean up internal fopen uses
2011-11-14 Ulrich DrepperUse O_CLOEXEC in tzfile handling
2011-04-23 Jim MeyeringRemove doubled words.
2011-04-01 Ulrich DrepperFix typos in comments.
2010-01-09 Ulrich DrepperMerge branch 'master' of ssh://sources.redhat.com/git...
2010-01-09 Ulrich DrepperAdd support for XPG7 testing.
2009-10-30 Keith StribleyImplement Burmese language locale for Myanmar.
2009-06-23 Andreas SchwabHandle empty TZ strings at the end of new-style timzeon...
2009-06-15 Ulrich DrepperFix computation of tzspec_len.
2009-06-15 Akinori HattoriHandle leap seconds even if no DST rule exists.
2009-05-16 Andreas SchwabRemove redundant .gitignore files.
2009-05-15 Jim Meyeringrename each .cvsignore file to .gitignore
2009-03-10 Ulrich Drepper* time/tzset.c: Optimize a bit for size. cvs/fedora-glibc-20090310T1925
2009-03-10 Ulrich Drepper* time/tzset.c (__tzset_parse_tz): Use correct string...
2009-02-26 Ulrich Drepper* wctype/wctype.h: The *_l functions are in POSIX 2008.
2009-02-26 Ulrich Drepper* include/features.h: Define macros for XPG7/POSIX...
2009-02-24 Ulrich Drepper* time/tzset.c (tzset_internal): Correct parsing of...
2009-02-05 Ulrich Drepper* time/tzset.c (__tzset_parse_tz): DST offset must...
2008-07-06 Ulrich Drepper(__mktime_internal): Normalize tp->tm_isdst value.
2008-06-27 Ulrich DrepperRemove use of __P.
2008-06-27 Ulrich Drepper[BZ #6657]
2008-06-13 Ulrich Drepper[BZ #6612] cvs/fedora-glibc-20080613T1601
2008-04-11 Ulrich Drepper[BZ #5443]
2008-03-19 Ulrich DrepperRemove useless "if" before "free".
2007-12-12 Ulrich Drepper* time/bug-getdate1.c (do_test): Don't use century...
2007-12-10 Ulrich Drepper[BZ #5424, BZ #5428, BZ #5451]
2007-11-06 Ulrich Drepper* time/tzfile.c (__tzfile_read): Fix check for version...
2007-10-17 Ulrich Drepper[BZ #5186]
2007-10-17 Ulrich Drepper(__tzfile_read): Read POSIX TZ string if available...
2007-10-16 Ulrich DrepperHelp the compiler recognize unreachable code on 32...
2007-10-16 Ulrich Drepper[BZ #5184]
2007-10-16 Ulrich Drepper(__tzfile_read): Take extra memory requested by caller...
2007-10-16 Ulrich Drepper(__tzfile_compute): For use_last case set i to num_tran...
2007-10-14 Ulrich Drepper* include/time.h: Declare __tzset_parse_tz and __tzset_...
2007-10-14 Ulrich Drepper[BZ #1140]
2007-07-28 Ulrich Drepper[BZ #4772]
2007-07-28 Ulrich Drepper* include/time.h (enum ptime_locale_status): Remove.
2007-07-10 Ulrich Drepper[BZ #4773]
2007-03-17 Ulrich Drepper* elf/dl-open.c (dl_open_worker): Declare l in 2 different cvs/fedora-glibc-20070317T2130
2007-03-05 Ulrich Drepper(find_transition): Instead of a linear search try to...
2007-02-09 Ulrich Drepper[BZ #3944]
2007-01-11 Ulrich Drepper[BZ #2510, BZ #2830, BZ #3137, BZ #3313, BZ #3426,...
2007-07-31 Jakub Jelinek.
2006-11-14 Ulrich Drepper[BZ #3137]
2006-11-11 Ulrich Drepper* time/tzfile.c (__tzfile_read): Extend to handle new...
next