log src/lib/utc-mktime.c @ 22664:fea53c2725c0

age author description
Tue, 21 Feb 2017 16:25:25 +0200 Martti Rannanjärvi lib: Accept leap second in utc_mktime
Wed, 11 Jan 2017 02:51:13 +0100 Stephan Bosch Updated copyright notices to include the year 2017.
Mon, 18 Apr 2016 16:40:49 +0300 Timo Sirainen lib: Implement utc_mktime() with timegm() if it exists.
Wed, 13 Jan 2016 12:24:03 +0200 Timo Sirainen global: freshen copyright
Mon, 05 Jan 2015 22:20:10 +0200 Phil Carmody global: freshen copyright
Tue, 04 Feb 2014 16:23:22 -0500 Timo Sirainen Updated copyright notices to include year 2014.
Sat, 02 Feb 2013 17:02:55 +0200 Timo Sirainen Oops :) Update copyrights to 2013 without breaking all .c files.
Sat, 02 Feb 2013 17:01:07 +0200 Timo Sirainen Updated copyright notices to include year 2013.
Sun, 24 Jun 2012 02:20:28 +0300 Timo Sirainen Fixed signed integer shift overflows.
Sun, 12 Feb 2012 18:55:28 +0200 Timo Sirainen Updated copyright notices to include year 2012.
Fri, 04 Mar 2011 20:54:29 +0200 Timo Sirainen Updated copyright notices to include year 2011.
Mon, 25 Jan 2010 01:19:08 +0200 Timo Sirainen Updated copyright notices to include year 2010. HEAD
Tue, 06 Jan 2009 09:25:38 -0500 Timo Sirainen Updated copyright notices to include year 2009. HEAD
Tue, 01 Jan 2008 22:05:21 +0200 Timo Sirainen Updated copyright notices to include year 2008. HEAD
Sun, 21 Oct 2007 17:41:30 +0300 Timo Sirainen Fix to 64bit time_t HEAD
Sun, 21 Oct 2007 04:49:45 +0300 Timo Sirainen utc_mktime() was broken with 32bit time_t. Also don't try to optimize away HEAD
Sun, 23 Sep 2007 00:18:47 +0300 Timo Sirainen Rewrote utc_mktime() so it's now MIT licensed. This also fixes handling HEAD
Wed, 27 Aug 2003 00:18:16 +0300 Timo Sirainen Removed most of the license comments from src/lib/*.c. It's just fine to HEAD
Sat, 02 Aug 2003 20:38:15 +0300 Timo Sirainen utc_mktime() crashed with 64bit time_t if gmtime() didn't like >32bit values HEAD
Thu, 24 Oct 2002 03:17:28 +0300 Timo Sirainen comment cleanups HEAD
Thu, 24 Oct 2002 03:15:38 +0300 Timo Sirainen Fixes to timezone handling which were handling quite badly. added HEAD