diff ChangeLog @ 105:ae13b18c9336

2003-2-9 Brian Masney <masneyb@gftp.org> * lib/protocols.c (parse_time) - parse more time formats. Better error checking. If there was an error parsing this time, skip ahead to the next token * lib/rfc2068.c - this was completely broken. This was broken whenever I did the conversion over to use the gftp_get_line() function. * lib/rfc959.c - use g_strdup instead of g_malloc/strcpy
author masneyb
date Sun, 09 Feb 2003 20:05:35 +0000
parents 3b573c8ef706
children 982e3890e7fe
line wrap: on
line diff
--- a/ChangeLog	Fri Feb 07 22:02:51 2003 +0000
+++ b/ChangeLog	Sun Feb 09 20:05:35 2003 +0000
@@ -1,3 +1,13 @@
+2003-2-9 Brian Masney <masneyb@gftp.org>
+	* lib/protocols.c (parse_time) - parse more time formats. Better
+	error checking. If there was an error parsing this time,
+	skip ahead to the next token
+
+	* lib/rfc2068.c - this was completely broken. This was broken whenever
+	I did the conversion over to use the gftp_get_line() function. 
+
+	* lib/rfc959.c - use g_strdup instead of g_malloc/strcpy
+
 2003-2-6 Brian Masney <masneyb@gftp.org>
 	* lib/gftp.h lib/protocols.c lib/rfc2068.c - put in new 
 	parse_time() function that should work across all locales.
@@ -480,7 +490,7 @@
 
 	* cvsclean - added this script
 
-	* *.[ch] - added $Id: ChangeLog,v 1.57 2003/02/07 01:24:12 masneyb Exp $ tags
+	* *.[ch] - added $Id: ChangeLog,v 1.58 2003/02/09 20:05:35 masneyb Exp $ tags
 
 	* debian/* - updated files from Debian maintainer