comparison ChangeLog @ 151:2f15b3000dbc

2003-4-27 Brian Masney <masneyb@gftp.org> * lib/config_file.c (gftp_config_file_read_float) - use strtod instead of strtof(). ANSI C describes strtod, and C99 describes strtof(). Some older systems don't have strtof() * lib/gftp.h - if HAVE_OPENPTY is defined, include pty.h. Fix for GFTP_GET_AI_FAMILY when request or request->hostp is NULL. Added free_hostp boolean to struct gftp_request * lib/misc.c src/gtk/delete_dialog.c src/gtk/transfer.c - added copy_local_options parameter. Add a pointer to newreq->hostp from the source request structure * lib/protocols.c - honor free_hostp * lib/rfc959.c - fix for IPV4/IPV6 detection * src/gtk/misc-gtk.c src/gtk/options_dialog.c - fixed compiler errors when compiling against GTK+ 1.2 * src/gtk/transfer.c - lookup option one_transfer instead of do_one_transfer_at_a_time
author masneyb
date Mon, 28 Apr 2003 02:07:19 +0000
parents dfc22cead576
children 165a3baa46d7
comparison
equal deleted inserted replaced
150:662aa96e417c 151:2f15b3000dbc
1 2003-4-27 Brian Masney <masneyb@gftp.org>
2 * lib/config_file.c (gftp_config_file_read_float) - use strtod instead
3 of strtof(). ANSI C describes strtod, and C99 describes strtof(). Some
4 older systems don't have strtof()
5
6 * lib/gftp.h - if HAVE_OPENPTY is defined, include pty.h. Fix for
7 GFTP_GET_AI_FAMILY when request or request->hostp is NULL. Added
8 free_hostp boolean to struct gftp_request
9
10 * lib/misc.c src/gtk/delete_dialog.c src/gtk/transfer.c - added
11 copy_local_options parameter. Add a pointer to newreq->hostp from the
12 source request structure
13
14 * lib/protocols.c - honor free_hostp
15
16 * lib/rfc959.c - fix for IPV4/IPV6 detection
17
18 * src/gtk/misc-gtk.c src/gtk/options_dialog.c - fixed compiler errors
19 when compiling against GTK+ 1.2
20
21 * src/gtk/transfer.c - lookup option one_transfer instead of
22 do_one_transfer_at_a_time
23
1 2003-04-27 Christian Rose <menthos@menthos.com> 24 2003-04-27 Christian Rose <menthos@menthos.com>
2 25
3 * lib/rfc959.c: Fix bug #111090 by adding 26 * lib/rfc959.c: Fix bug #111090 by adding
4 /* xgettext:no-c-format */ comment. This trivial bug prevented any 27 /* xgettext:no-c-format */ comment. This trivial bug prevented any
5 full localization of gftp. 28 full localization of gftp.
793 816
794 * configure.in - link in gthread 817 * configure.in - link in gthread
795 818
796 * cvsclean - added this script 819 * cvsclean - added this script
797 820
798 * *.[ch] - added $Id: ChangeLog,v 1.75 2003/04/27 14:34:15 menthos Exp $ tags 821 * *.[ch] - added $Id: ChangeLog,v 1.76 2003/04/28 02:07:17 masneyb Exp $ tags
799 822
800 * debian/* - updated files from Debian maintainer 823 * debian/* - updated files from Debian maintainer
801 824
802 2002-10-03 Brian Masney <masneyb@gftp.org> 825 2002-10-03 Brian Masney <masneyb@gftp.org>
803 * src/gtk/gftp-gtk.c - call g_thread_init (NULL) 826 * src/gtk/gftp-gtk.c - call g_thread_init (NULL)