log src/lib-mail/message-date.c @ 9261:51aee73e49a5 HEAD

age author description
Tue, 06 Jan 2009 09:25:38 -0500 Timo Sirainen Updated copyright notices to include year 2009. HEAD
Sun, 07 Sep 2008 20:03:00 +0300 Timo Sirainen message date parser: Fixed parsing last optional fields due to previous rfc822 parser changes. HEAD
Tue, 27 May 2008 02:09:47 +0300 Timo Sirainen Avoid using shadow variables. Unfortunately -Wshadow also complains about HEAD
Mon, 11 Feb 2008 20:17:00 +0200 Timo Sirainen Renamed T_FRAME_BEGIN/END to T_BEGIN/END. Removed T_FRAME() macro and HEAD
Tue, 01 Jan 2008 22:05:21 +0200 Timo Sirainen Updated copyright notices to include year 2008. HEAD
Wed, 05 Dec 2007 17:47:44 +0200 Timo Sirainen Replaced t_push/t_pop calls with T_FRAME*() macros. HEAD
Sun, 16 Sep 2007 14:34:22 +0300 Timo Sirainen Replaced my Copyright notices. The year range always ends with 2007 now. HEAD
Sun, 16 Sep 2007 13:32:59 +0300 Timo Sirainen Added i_ prefix to strcmp_p(), strcasecmp_p() and memcasecmp(). HEAD
Fri, 13 Jan 2006 22:25:57 +0200 Timo Sirainen Added "bool" type and changed all ints that were used as booleans to bool. HEAD
Sun, 05 Jun 2005 23:07:20 +0300 Timo Sirainen Make date parser use rfc822-parser API. HEAD
Fri, 03 Oct 2003 18:15:20 +0300 Timo Sirainen Don't require timezone in Date-header. HEAD
Fri, 18 Jul 2003 03:45:13 +0300 Timo Sirainen Allow full month names, compare only the first 3 chars. HEAD
Wed, 09 Jul 2003 17:51:56 +0300 Timo Sirainen Still more timezone fixes HEAD
Tue, 22 Apr 2003 20:47:58 +0300 Timo Sirainen Still some timezone fixes HEAD
Mon, 20 Jan 2003 16:52:51 +0200 Timo Sirainen mail-storage.h interface changes, affects pretty much everything. HEAD
Mon, 13 Jan 2003 22:00:38 +0200 Timo Sirainen Handle one-digit hour in dates. HEAD
Fri, 10 Jan 2003 02:30:42 +0200 Timo Sirainen Even more rfc822 date timezone fixes HEAD
Fri, 10 Jan 2003 00:28:17 +0200 Timo Sirainen Timezones were still being parsed wrong HEAD
Thu, 09 Jan 2003 16:02:55 +0200 Timo Sirainen Timezone parsing was broken. HEAD
Sun, 05 Jan 2003 15:09:51 +0200 Timo Sirainen Naming style changes, finally got tired of most of the typedefs. Also the HEAD