comparison ChangeLog @ 423:4cee2498761d

2004-3-15 Brian Masney <masneyb@gftp.org> * lib/gftp.h - if _FILE_OFFSET_BITS is > 32 and _LARGEFILE_SOURCE is not defined, define it * lib/protocols.c (gftp_string_{to|from}_utf8 - don't alter the contents of the remote_charsets option. Instead, make a copy of that and alter that copy
author masneyb
date Tue, 16 Mar 2004 02:11:56 +0000
parents 38bfc112ab46
children 26333110dfd2
comparison
equal deleted inserted replaced
422:38bfc112ab46 423:4cee2498761d
1 2004-3-15 Brian Masney <masneyb@gftp.org>
2 * lib/gftp.h - if _FILE_OFFSET_BITS is > 32 and _LARGEFILE_SOURCE is
3 not defined, define it
4
5 * lib/protocols.c (gftp_string_{to|from}_utf8 - don't alter the contents of the remote_charsets option. Instead, make a copy of that and alter
6 that copy
7
1 2004-3-14 Brian Masney <masneyb@gftp.org> 8 2004-3-14 Brian Masney <masneyb@gftp.org>
2 * lib/misc.c (expand_path) - skip over paths that are empty 9 * lib/misc.c (expand_path) - skip over paths that are empty
3 10
4 * lib/misc.c (gftp_sort_filelist) - fixed NULL pointer dereference 11 * lib/misc.c (gftp_sort_filelist) - fixed NULL pointer dereference
5 that would occur when attempting to sort an empty filelist 12 that would occur when attempting to sort an empty filelist
2263 2270
2264 * configure.in - link in gthread 2271 * configure.in - link in gthread
2265 2272
2266 * cvsclean - added this script 2273 * cvsclean - added this script
2267 2274
2268 * *.[ch] - added $Id: ChangeLog,v 1.230 2004/03/15 18:06:51 masneyb Exp $ tags 2275 * *.[ch] - added $Id: ChangeLog,v 1.231 2004/03/16 02:11:54 masneyb Exp $ tags
2269 2276
2270 * debian/* - updated files from Debian maintainer 2277 * debian/* - updated files from Debian maintainer
2271 2278
2272 2002-10-03 Brian Masney <masneyb@gftp.org> 2279 2002-10-03 Brian Masney <masneyb@gftp.org>
2273 * src/gtk/gftp-gtk.c - call g_thread_init (NULL) 2280 * src/gtk/gftp-gtk.c - call g_thread_init (NULL)