fix license quoting in files.yaml
[gnulib.git] / lib / mktime.c
2014-02-02 Ian BeckwithMerge tag 'snapshot-start' into stable
2014-02-02 Ian BeckwithMerge commit 'a39d4083cab589d7cd6a13e8a4b8db8875261d75'
2014-01-01 Eric Blakemaint: update copyright
2013-08-05 Ian BeckwithMerge branch 'stable'
2013-08-05 Ian BeckwithMerge tag 'snapshot-start' into stable
2013-01-01 Eric Blakemaint: update all copyright year number ranges
2012-08-19 Paul Eggertmktime: avoid 'static inline'
2012-05-26 Paul Eggert* lib/mktime.c: Revert autoupdate, which fetched the...
2012-05-25 Karl Berryautoupdate
2012-05-24 Paul Eggertmktime: sync from glibc
2012-04-04 Ian BeckwithMerge branch 'stable'
2012-03-31 Ian BeckwithMerge tag 'snapshot-start' into stable
2012-02-10 Paul Eggertmaint: replace FSF snail-mail addresses with URLs
2012-01-08 Bruno Haiblemktime: Avoid compilation error on Solaris 11.
2012-01-06 Paul EggertIn commentary, do not use ` to quote.
2012-01-01 Jim Meyeringmaint: update all copyright year number ranges
2011-02-16 Ian BeckwithMerge branch 'stable'
2011-02-11 Ian BeckwithMerge branch 'upstream' into stable
2011-01-30 Paul Eggertmktime: clarify long_int width checking
2011-01-30 Paul EggertTYPE_MAXIMUM: avoid theoretically undefined behavior
2011-01-30 Paul Eggertmktime: #undef mktime before #defining it
2011-01-30 Paul Eggertmktime: systematically normalize tm_isdst comparisons
2011-01-29 Paul Eggertmktime: fix some integer overflow issues and sidestep...
2011-01-29 Paul Eggertmktime: avoid problems on NetBSD 5 / i386
2011-01-28 Paul Eggertmktime: fix misspelling in comment
2011-01-01 Jim Meyeringmaint: update almost all copyright ranges to include...
2010-01-08 Ian BeckwithMerge branch 'stable'
2010-01-08 Ian BeckwithMerge commit '441aa3044f43e5572f58c354f01e6bc070acd5c7'
2010-01-08 Ian BeckwithMerge commit '12319ff4e84ca616a671216d991dd6eaf1c39c47...
2010-01-01 Jim Meyeringupdate nearly all FSF copyright year lists to include...
2009-12-14 Ian BeckwithMerge branch 'upstream' into stable
2009-12-10 Bruno HaibleUse spaces for indentation, not tabs.
2009-11-15 Ian BeckwithMerge branch 'stable'
2009-11-03 Eric Blakemktime, timegm: share common declaration
2009-10-30 Eric Blakebuild: avoid compiler warnings
2009-09-27 Ian BeckwithMerge branch 'upstream'
2009-09-17 Bruno HaibleDisable assertion that fails on NetBSD 5 / i386.
2008-07-23 Ulrich Dreppermktime.c: normalize tp->tm_isdst value to -1/0/1.
2007-02-12 Paul EggertNew module 'time', so that apps can include <time.h...
2006-09-11 Karl Berryautoupdate
2006-09-08 Paul Eggert* config/srclist.txt: Temporarily comment out mktime...
2005-09-18 Karl Berrysrclist.update
2005-06-23 Paul Eggert* mktime.c: Include <string.h> even if !DEBUG. (From...
2005-05-14 Paul Eggert*** empty log message ***
2005-03-26 Paul EggertPropagate intprops.h comment fixes to mktime.c and...
2005-03-15 Paul Eggert* mktime.c (TYPE_TWOS_COMPLEMENT, TYPE_ONES_COMPLEMENT,
2005-03-09 Paul EggertFactor int-properties macros into a single file, except for
2005-03-08 Karl Berryautoupdate
2004-12-03 Paul Eggert(__mktime_internal): If SEC_REQUESTED != SEC,
2004-11-11 Paul Eggert(SHR): New macro, which is a portable
2004-10-27 Paul Eggert(not_equal_tm): Remove redundant check.
2004-10-22 Paul Eggert(leapyear): Arg is long int, not int.
2004-01-21 Jim Meyering(__mktime_internal) [!_LIBC]: Define to mktime_internal
2003-09-09 Paul EggertRemove K&R cruft.
2003-09-06 Paul EggertAdd time_r module. Change timegm, mktime, and strftime...
2003-07-07 Paul EggertFix some boundary cases and remove need for floating...
2003-06-05 Paul EggertAssume freestanding C89 or better.
2003-06-05 Paul EggertFix Debian bug 177940
2003-06-04 Paul EggertEnsure we use gnulib mktime rather than glibc's mktime...
2003-05-30 Karl Berrymktime update from libc
2003-05-28 Paul Eggert(__mktime_internal): Do not reject negative timestamps...
2002-11-25 Jim MeyeringReally sync with libc, not with my locally-modified...
2002-11-25 Jim MeyeringSync from libc, now that it has the latest fix.
2002-11-24 Jim MeyeringMerge in changes from libc.
2002-11-24 Jim MeyeringAvoid a link-time failure on some Linux systems.
2000-08-07 Jim Meyeringback out Copyright date changes for files with no chang...
2000-07-09 Jim Meyeringupdate copyright date
1999-02-17 Jim Meyeringtweak comment
1999-02-16 Jim Meyeringnew version from Uli
1999-01-19 Jim Meyering(__mktime_internal): Adopt the traditional (and
1998-12-07 Jim Meyeringansideclify
1998-10-18 Jim Meyering Don't invoke localtime_r or gmtime_r unless it's the...
1998-10-18 Jim MeyeringDeclare localtime_r if necessary. FILEUTILS-4_0-b4
1998-10-17 Jim MeyeringSome systems require <unistd.h> to be included before...
1998-10-12 Jim Meyering(_REENTRANT): Define again -- linux-2.0.33 needs it.
1998-10-11 Jim Meyering(__mktime_internal): When the requested time falls
1998-10-08 Jim Meyering(my_mktime_localtime_r): Renamed from localtime_r.
1998-04-12 Jim Meyering.
1998-04-12 Jim Meyering(TYPE_MAXIMUM): Update from system.h.
1998-02-24 Jim Meyeringadd comment
1998-01-23 Jim Meyering(__mktime_internal): Work around bug in Irix4.0.5's
1997-11-18 Jim Meyering(_REENTRANT): #define, as some hosts need this to decla...
1997-11-13 Jim MeyeringUpdate from FSF.
1997-09-17 Jim Meyeringupdate from FSF .../copies
1997-03-14 Jim Meyering(TIME_T_MIN): Work around a bug in Cray C 5.0.3.0.
1997-02-21 Jim Meyeringupdate from FSF
1996-11-05 Jim MeyeringFix copyright.
1996-07-15 Jim Meyeringupdate FSF address in copyright
1995-11-03 Jim MeyeringNew version from glibc.
1994-09-27 Jim Meyeringmerge with 1.10n2
1994-08-19 Jim Meyeringmerge with 1.10g
1994-07-26 Jim Meyeringmerge with 1.10f
1994-02-12 Jim Meyeringmerge with 1.9.2i
1992-11-01 Jim MeyeringInitial revision