diff ChangeLog @ 195:3fa7b4f4ab78

2003-6-19 Brian Masney <masneyb@gftp.org> * autogen.sh - updated to hopefully make it more portable across various systems * lib/rfc959.c - change variable type of data_addr_len from size_t to socklen_t (fixed warnings on 64 bit machines) * 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/options_dialog.c src/gtk/rename_dialog.c src/gtk/transfer.c - rather than casting from integer to pointer and vice versa, use GINT_TO_POINTER and GPOINTER_TO_INT. These macros do the exact same thing and I'm still getting compiler warnings on Debian Sparc64 with -m64, but at least I'll be able to fix the define in glib and then these warnings will be fixed then
author masneyb
date Fri, 20 Jun 2003 01:39:44 +0000
parents 1e74b7796232
children 8fea1b1a2ec6
line wrap: on
line diff
--- a/ChangeLog	Thu Jun 19 16:42:46 2003 +0000
+++ b/ChangeLog	Fri Jun 20 01:39:44 2003 +0000
@@ -1,3 +1,19 @@
+2003-6-19 Brian Masney <masneyb@gftp.org>
+	* autogen.sh - updated to hopefully make it more portable across
+	various systems
+
+	* lib/rfc959.c - change variable type of data_addr_len from size_t
+	to socklen_t (fixed warnings on 64 bit machines)
+
+	* 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/options_dialog.c
+	src/gtk/rename_dialog.c src/gtk/transfer.c - rather than casting
+	from integer to pointer and vice versa, use GINT_TO_POINTER and
+	GPOINTER_TO_INT. These macros do the exact same thing and I'm 
+	still getting compiler warnings on Debian Sparc64 with -m64, but at
+	least I'll be able to fix the define in glib and then these warnings
+	will be fixed then
+
 2003-6-18 Brian Masney <masneyb@gftp.org>
 	* lib/protocols.c - send right parameters to the logging function
 	(from Nam SungHyun <namsh@kldp.org>)
@@ -1036,7 +1052,7 @@
 
 	* cvsclean - added this script
 
-	* *.[ch] - added $Id: ChangeLog,v 1.96 2003/06/18 10:17:29 masneyb Exp $ tags
+	* *.[ch] - added $Id: ChangeLog,v 1.97 2003/06/20 01:39:42 masneyb Exp $ tags
 
 	* debian/* - updated files from Debian maintainer