From 7ddf575be5cfb146d586ce30f7cc01a162a2e9c9 Mon Sep 17 00:00:00 2001 From: Jeffrey Stedfast Date: Tue, 3 Dec 2002 18:23:17 +0000 Subject: Fixed to not get false positives when the token is shorter than the actual 2002-12-03 Jeffrey Stedfast * broken-date-parser.c (get_tzone): Fixed to not get false positives when the token is shorter than the actual timezone string (but matches the first little bit of it). (datetok): Modified to properly handle when the first char of a token is a special char (such as a '-') that is also used as a token delimiter. svn path=/trunk/; revision=18996 --- camel/ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'camel/ChangeLog') diff --git a/camel/ChangeLog b/camel/ChangeLog index 78386adf70..e9524dad1b 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,3 +1,12 @@ +2002-12-03 Jeffrey Stedfast + + * broken-date-parser.c (get_tzone): Fixed to not get false + positives when the token is shorter than the actual timezone + string (but matches the first little bit of it). + (datetok): Modified to properly handle when the first char of a + token is a special char (such as a '-') that is also used as a + token delimiter. + 2002-11-21 Jeffrey Stedfast * camel-tcp-stream-ssl.c (stream_read): Use the new -- cgit v1.2.3