comparison ChangeLog @ 325:0fcc6468a0af

2003-12-4 Brian Masney <masneyb@gftp.org> * lib/cache.c lib/misc.c lib/protocols.c lib/rfc2068.c lib/rfc959.c lib/sshv2.c lib/sslcommon.c src/text/gftp-text.c src/gtk/chmod_dialog.c src/gtk/gftp-gtk.c src/gtk/menu-items.c src/gtk/misc-gtk.c src/gtk/mkdir_dialog.c src/gtk/rename_dialog.c src/gtk/transfer.c - when calling gftp_lookup_global_option() or gftp_lookup_request_option(), if the value is an integer, declare the variable type to be intptr_t. This fixes a bug on 64bit platforms (from Gwenole Beauchesne <gbeauchesne@mandrakesoft.com>) * lib/config_file.c (gftp_config_file_read_float) - 64bit fixup * configure.in - increment version to 2.0.17pre0. Undefine _GNU_SOURCE. Check for stdint.h. * lib/gftp.h - include stdint.h if it is found on the system. * src/gtk/gftp-gtk.c (CreateToolbar) - on startup, have the host edit box grab the keyboard focus
author masneyb
date Fri, 05 Dec 2003 00:19:48 +0000
parents 3e6d0c26e37b
children cdabbe5c9a95
comparison
equal deleted inserted replaced
324:5966e9c236b8 325:0fcc6468a0af
1 2003-12-4 Brian Masney <masneyb@gftp.org>
2 * lib/cache.c lib/misc.c lib/protocols.c lib/rfc2068.c lib/rfc959.c
3 lib/sshv2.c lib/sslcommon.c src/text/gftp-text.c src/gtk/chmod_dialog.c
4 src/gtk/gftp-gtk.c src/gtk/menu-items.c src/gtk/misc-gtk.c
5 src/gtk/mkdir_dialog.c src/gtk/rename_dialog.c src/gtk/transfer.c -
6 when calling gftp_lookup_global_option() or
7 gftp_lookup_request_option(), if the value is an integer, declare
8 the variable type to be intptr_t. This fixes a bug on 64bit platforms
9 (from Gwenole Beauchesne <gbeauchesne@mandrakesoft.com>)
10
11 * lib/config_file.c (gftp_config_file_read_float) - 64bit fixup
12
13 * configure.in - increment version to 2.0.17pre0. Undefine _GNU_SOURCE.
14 Check for stdint.h.
15
16 * lib/gftp.h - include stdint.h if it is found on the system.
17
18 * src/gtk/gftp-gtk.c (CreateToolbar) - on startup, have the host edit
19 box grab the keyboard focus
20
1 2003-11-30 Brian Masney <masneyb@gftp.org> 21 2003-11-30 Brian Masney <masneyb@gftp.org>
2 * lib/sshv2.c - cleaned up some of the code. Added a temporary fix for 22 * lib/sshv2.c - cleaned up some of the code. Added a temporary fix for
3 an upload crash that is happening on FreeBSD. 23 an upload crash that is happening on FreeBSD.
4 24
5 * src/gtk/transfer.c - shows status information in title bar. (patch 25 * src/gtk/transfer.c - shows status information in title bar. (patch
1777 1797
1778 * configure.in - link in gthread 1798 * configure.in - link in gthread
1779 1799
1780 * cvsclean - added this script 1800 * cvsclean - added this script
1781 1801
1782 * *.[ch] - added $Id: ChangeLog,v 1.176 2003/12/01 01:21:13 masneyb Exp $ tags 1802 * *.[ch] - added $Id: ChangeLog,v 1.177 2003/12/05 00:19:47 masneyb Exp $ tags
1783 1803
1784 * debian/* - updated files from Debian maintainer 1804 * debian/* - updated files from Debian maintainer
1785 1805
1786 2002-10-03 Brian Masney <masneyb@gftp.org> 1806 2002-10-03 Brian Masney <masneyb@gftp.org>
1787 * src/gtk/gftp-gtk.c - call g_thread_init (NULL) 1807 * src/gtk/gftp-gtk.c - call g_thread_init (NULL)