comparison ChangeLog @ 248:16a967a4d003

2003-8-7 Brian Masney <masneyb@gftp.org> * lib/protocols.c (gftp_fd_write) - use a signed variable to store the result from write(). Write errors were not being caught properly.
author masneyb
date Fri, 08 Aug 2003 01:38:12 +0000
parents f41650dc896c
children 094e83b55cb1
comparison
equal deleted inserted replaced
247:f41650dc896c 248:16a967a4d003
1 2003-8-7 Brian Masney <masneyb@gftp.org>
2 * lib/protocols.c (gftp_fd_write) - use a signed variable to store the
3 result from write(). Write errors were not being caught properly.
4
1 2003-8-6 Brian Masney <masneyb@gftp.org> 5 2003-8-6 Brian Masney <masneyb@gftp.org>
2 * lib/misc.c (gftp_build_path) - fixed initial path beginning with //. 6 * lib/misc.c (gftp_build_path) - fixed initial path beginning with //.
3 (expand_path) - when the path is empty at the end, set it to /. This 7 (expand_path) - when the path is empty at the end, set it to /. This
4 would happen for directories like /etc/.. 8 would happen for directories like /etc/..
5 9
1436 1440
1437 * configure.in - link in gthread 1441 * configure.in - link in gthread
1438 1442
1439 * cvsclean - added this script 1443 * cvsclean - added this script
1440 1444
1441 * *.[ch] - added $Id: ChangeLog,v 1.128 2003/08/06 20:31:30 masneyb Exp $ tags 1445 * *.[ch] - added $Id: ChangeLog,v 1.129 2003/08/08 01:38:11 masneyb Exp $ tags
1442 1446
1443 * debian/* - updated files from Debian maintainer 1447 * debian/* - updated files from Debian maintainer
1444 1448
1445 2002-10-03 Brian Masney <masneyb@gftp.org> 1449 2002-10-03 Brian Masney <masneyb@gftp.org>
1446 * src/gtk/gftp-gtk.c - call g_thread_init (NULL) 1450 * src/gtk/gftp-gtk.c - call g_thread_init (NULL)