log lib/mktime.c @ 18070:d460ec17f09f

age author description
Thu, 01 Jan 2015 01:38:23 +0000 Paul Eggert version-etc: new year
Fri, 27 Jun 2014 11:35:44 -0700 Paul Eggert mktime: merge #if/#ifdef usage from glibc
Wed, 01 Jan 2014 00:04:40 -0700 Eric Blake maint: update copyright
Tue, 01 Jan 2013 00:50:58 +0000 Eric Blake maint: update all copyright year number ranges
Sat, 18 Aug 2012 15:34:37 -0700 Paul Eggert mktime: avoid 'static inline'
Fri, 25 May 2012 23:14:31 -0700 Paul Eggert * lib/mktime.c: Revert autoupdate, which fetched the wrong version.
Fri, 25 May 2012 09:18:18 -0700 Karl Berry autoupdate
Wed, 23 May 2012 22:03:52 -0700 Paul Eggert mktime: sync from glibc
Thu, 09 Feb 2012 21:39:05 -0800 Paul Eggert maint: replace FSF snail-mail addresses with URLs
Sun, 08 Jan 2012 19:07:23 +0100 Bruno Haible mktime: Avoid compilation error on Solaris 11.
Thu, 05 Jan 2012 23:53:49 -0800 Paul Eggert In commentary, do not use ` to quote.
Sun, 01 Jan 2012 10:04:58 +0100 Jim Meyering maint: update all copyright year number ranges
Sun, 30 Jan 2011 09:36:23 -0800 Paul Eggert mktime: clarify long_int width checking
Sat, 29 Jan 2011 23:59:31 -0800 Paul Eggert TYPE_MAXIMUM: avoid theoretically undefined behavior
Sat, 29 Jan 2011 23:04:27 -0800 Paul Eggert mktime: #undef mktime before #defining it
Sat, 29 Jan 2011 23:00:55 -0800 Paul Eggert mktime: systematically normalize tm_isdst comparisons
Sat, 29 Jan 2011 15:47:04 -0800 Paul Eggert mktime: fix some integer overflow issues and sidestep the rest
Fri, 28 Jan 2011 21:02:31 -0800 Paul Eggert mktime: avoid problems on NetBSD 5 / i386
Fri, 28 Jan 2011 15:57:13 -0800 Paul Eggert mktime: fix misspelling in comment
Sat, 01 Jan 2011 20:17:23 +0100 Jim Meyering maint: update almost all copyright ranges to include 2011
Fri, 01 Jan 2010 10:31:12 +0100 Jim Meyering update nearly all FSF copyright year lists to include 2010
Thu, 10 Dec 2009 20:28:30 +0100 Bruno Haible Use spaces for indentation, not tabs.
Mon, 02 Nov 2009 11:39:38 -0700 Eric Blake mktime, timegm: share common declaration
Fri, 30 Oct 2009 09:47:12 -0600 Eric Blake build: avoid compiler warnings
Thu, 17 Sep 2009 08:07:50 +0200 Bruno Haible Disable assertion that fails on NetBSD 5 / i386.
Wed, 23 Jul 2008 16:19:15 +0200 Ulrich Drepper mktime.c: normalize tp->tm_isdst value to -1/0/1.
Mon, 12 Feb 2007 18:49:19 +0000 Paul Eggert New module 'time', so that apps can include <time.h> as per
Mon, 11 Sep 2006 12:56:50 +0000 Karl Berry autoupdate
Fri, 08 Sep 2006 22:48:25 +0000 Paul Eggert * config/srclist.txt: Temporarily comment out mktime.c until glibc bug
Sun, 18 Sep 2005 12:30:04 +0000 Karl Berry srclist.update
Thu, 23 Jun 2005 07:14:09 +0000 Paul Eggert * mktime.c: Include <string.h> even if !DEBUG. (From glibc.)
Sat, 14 May 2005 06:03:57 +0000 Paul Eggert *** empty log message ***
Sat, 26 Mar 2005 18:08:56 +0000 Paul Eggert Propagate intprops.h comment fixes to mktime.c and strftime.c.
Tue, 15 Mar 2005 00:39:17 +0000 Paul Eggert * mktime.c (TYPE_TWOS_COMPLEMENT, TYPE_ONES_COMPLEMENT,
Wed, 09 Mar 2005 19:11:23 +0000 Paul Eggert Factor int-properties macros into a single file, except for
Tue, 08 Mar 2005 13:25:38 +0000 Karl Berry autoupdate
Fri, 03 Dec 2004 06:35:31 +0000 Paul Eggert (__mktime_internal): If SEC_REQUESTED != SEC,
Thu, 11 Nov 2004 04:37:32 +0000 Paul Eggert (SHR): New macro, which is a portable
Wed, 27 Oct 2004 21:48:17 +0000 Paul Eggert (not_equal_tm): Remove redundant check.
Fri, 22 Oct 2004 20:19:01 +0000 Paul Eggert (leapyear): Arg is long int, not int.
Wed, 21 Jan 2004 22:10:43 +0000 Jim Meyering (__mktime_internal) [!_LIBC]: Define to mktime_internal
Tue, 09 Sep 2003 22:41:13 +0000 Paul Eggert Remove K&R cruft.
Sat, 06 Sep 2003 21:34:07 +0000 Paul Eggert Add time_r module. Change timegm, mktime, and strftime to use localtime_r
Mon, 07 Jul 2003 23:11:52 +0000 Paul Eggert Fix some boundary cases and remove need for floating point.
Thu, 05 Jun 2003 20:07:59 +0000 Paul Eggert Assume freestanding C89 or better.
Thu, 05 Jun 2003 06:43:15 +0000 Paul Eggert Fix Debian bug 177940
Wed, 04 Jun 2003 20:09:47 +0000 Paul Eggert Ensure we use gnulib mktime rather than glibc's mktime, on hosts
Fri, 30 May 2003 15:06:41 +0000 Karl Berry mktime update from libc
Wed, 28 May 2003 20:18:22 +0000 Paul Eggert (__mktime_internal): Do not reject negative timestamps arbitrarily.
Mon, 25 Nov 2002 15:31:05 +0000 Jim Meyering Really sync with libc, not with my locally-modified copy.
Mon, 25 Nov 2002 13:22:20 +0000 Jim Meyering Sync from libc, now that it has the latest fix.
Sun, 24 Nov 2002 10:39:54 +0000 Jim Meyering Merge in changes from libc.
Sun, 24 Nov 2002 10:06:16 +0000 Jim Meyering Avoid a link-time failure on some Linux systems.
Mon, 07 Aug 2000 15:48:18 +0000 Jim Meyering back out Copyright date changes for files with no changes year
Sun, 09 Jul 2000 07:22:43 +0000 Jim Meyering update copyright date
Wed, 17 Feb 1999 14:58:41 +0000 Jim Meyering tweak comment
Tue, 16 Feb 1999 21:35:48 +0000 Jim Meyering new version from Uli
Tue, 19 Jan 1999 04:47:24 +0000 Jim Meyering (__mktime_internal): Adopt the traditional (and
Mon, 07 Dec 1998 03:12:10 +0000 Jim Meyering ansideclify
Sun, 18 Oct 1998 14:08:35 +0000 Jim Meyering Don't invoke localtime_r or gmtime_r unless it's the GNU C