comparison ChangeLog @ 435:89097f3a4906

2004-3-18 Brian Masney <masneyb@gftp.org> * lib/gftp.h configure.in - #define _LARGEFILE_SOURCE if sizeof(off_t) is greater than 4 and _LARGEFILE_SOURCE is not defined. _LARGEFILE_SOURCE does not get defined under *BSD
author masneyb
date Thu, 18 Mar 2004 14:38:07 +0000
parents f2e7b8218558
children ef3ea9f70d8a
comparison
equal deleted inserted replaced
434:f2e7b8218558 435:89097f3a4906
1 2004-3-18 Brian Masney <masneyb@gftp.org> 1 2004-3-18 Brian Masney <masneyb@gftp.org>
2 * lib/gftp.h configure.in - #define _LARGEFILE_SOURCE if sizeof(off_t)
3 is greater than 4 and _LARGEFILE_SOURCE is not defined.
4 _LARGEFILE_SOURCE does not get defined under *BSD
5
2 * lib/local.c (local_{get,put}_file) - compiling fix for FreeBSD. 6 * lib/local.c (local_{get,put}_file) - compiling fix for FreeBSD.
3 _LARGEFILE_SOURCE is defined, but O_LARGEFILE is not defined 7 _LARGEFILE_SOURCE is defined, but O_LARGEFILE is not defined
4 8
5 2004-3-17 Brian Masney <masneyb@gftp.org> 9 2004-3-17 Brian Masney <masneyb@gftp.org>
6 * lib/options.h src/gtk/transfer.c - added start file transfers option 10 * lib/options.h src/gtk/transfer.c - added start file transfers option
2320 2324
2321 * configure.in - link in gthread 2325 * configure.in - link in gthread
2322 2326
2323 * cvsclean - added this script 2327 * cvsclean - added this script
2324 2328
2325 * *.[ch] - added $Id: ChangeLog,v 1.241 2004/03/18 12:01:56 masneyb Exp $ tags 2329 * *.[ch] - added $Id: ChangeLog,v 1.242 2004/03/18 14:38:06 masneyb Exp $ tags
2326 2330
2327 * debian/* - updated files from Debian maintainer 2331 * debian/* - updated files from Debian maintainer
2328 2332
2329 2002-10-03 Brian Masney <masneyb@gftp.org> 2333 2002-10-03 Brian Masney <masneyb@gftp.org>
2330 * src/gtk/gftp-gtk.c - call g_thread_init (NULL) 2334 * src/gtk/gftp-gtk.c - call g_thread_init (NULL)