comparison ChangeLog @ 659:b8faf63b2e9b

2005-1-16 Brian Masney <masneyb@gftp.org> * src/gtk/misc-gtk.c (MakeEditDialog, MakeYesNoDialog) - use g_malloc0() instead of g_malloc() to allocate the structures. This ensures that all of the pointers are initialized to NULL (closes #162762)
author masneyb
date Sun, 16 Jan 2005 15:35:21 +0000
parents f6e2ec8faf56
children 3bf77096052c
comparison
equal deleted inserted replaced
658:219bb535750b 659:b8faf63b2e9b
1 2005-1-16 Brian Masney <masneyb@gftp.org>
2 * src/gtk/misc-gtk.c (MakeEditDialog, MakeYesNoDialog) - use
3 g_malloc0() instead of g_malloc() to allocate the structures. This
4 ensures that all of the pointers are initialized to NULL (closes
5 #162762)
6
1 2004-12-31 Brian Masney <masneyb@gftp.org> 7 2004-12-31 Brian Masney <masneyb@gftp.org>
2 * lib/sshv2.c (sshv2_read_response) - added debugging messages if 8 * lib/sshv2.c (sshv2_read_response) - added debugging messages if
3 compiled with -DDEBUG. Added sshv2_response_return_code() 9 compiled with -DDEBUG. Added sshv2_response_return_code()
4 and sshv2_buffer_get_int64(). (sshv2_buffer_get_int32) - added 10 and sshv2_buffer_get_int64(). (sshv2_buffer_get_int32) - added
5 check_response argument to this function. This suppresses a 11 check_response argument to this function. This suppresses a
3196 3202
3197 * configure.in - link in gthread 3203 * configure.in - link in gthread
3198 3204
3199 * cvsclean - added this script 3205 * cvsclean - added this script
3200 3206
3201 * *.[ch] - added $Id: ChangeLog,v 1.388 2004/12/31 22:55:23 masneyb Exp $ tags 3207 * *.[ch] - added $Id: ChangeLog,v 1.389 2005/01/16 15:35:20 masneyb Exp $ tags
3202 3208
3203 * debian/* - updated files from Debian maintainer 3209 * debian/* - updated files from Debian maintainer
3204 3210
3205 2002-10-03 Brian Masney <masneyb@gftp.org> 3211 2002-10-03 Brian Masney <masneyb@gftp.org>
3206 * src/gtk/gftp-gtk.c - call g_thread_init (NULL) 3212 * src/gtk/gftp-gtk.c - call g_thread_init (NULL)