comparison 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
comparison
equal deleted inserted replaced
104:31a004f868f7 105:ae13b18c9336
1 2003-2-9 Brian Masney <masneyb@gftp.org>
2 * lib/protocols.c (parse_time) - parse more time formats. Better
3 error checking. If there was an error parsing this time,
4 skip ahead to the next token
5
6 * lib/rfc2068.c - this was completely broken. This was broken whenever
7 I did the conversion over to use the gftp_get_line() function.
8
9 * lib/rfc959.c - use g_strdup instead of g_malloc/strcpy
10
1 2003-2-6 Brian Masney <masneyb@gftp.org> 11 2003-2-6 Brian Masney <masneyb@gftp.org>
2 * lib/gftp.h lib/protocols.c lib/rfc2068.c - put in new 12 * lib/gftp.h lib/protocols.c lib/rfc2068.c - put in new
3 parse_time() function that should work across all locales. 13 parse_time() function that should work across all locales.
4 It uses strptime() internally. 14 It uses strptime() internally.
5 15
478 488
479 * configure.in - link in gthread 489 * configure.in - link in gthread
480 490
481 * cvsclean - added this script 491 * cvsclean - added this script
482 492
483 * *.[ch] - added $Id: ChangeLog,v 1.57 2003/02/07 01:24:12 masneyb Exp $ tags 493 * *.[ch] - added $Id: ChangeLog,v 1.58 2003/02/09 20:05:35 masneyb Exp $ tags
484 494
485 * debian/* - updated files from Debian maintainer 495 * debian/* - updated files from Debian maintainer
486 496
487 2002-10-03 Brian Masney <masneyb@gftp.org> 497 2002-10-03 Brian Masney <masneyb@gftp.org>
488 * src/gtk/gftp-gtk.c - call g_thread_init (NULL) 498 * src/gtk/gftp-gtk.c - call g_thread_init (NULL)