diff ChangeLog @ 532:bccfdbfaac00

2004-8-17 Brian Masney <masneyb@gftp.org> * lib/gftp.h lib/misc.c lib/protocols.c lib/rfc2068.c lib/rfc959.c - added #defines for encoding and decoding file sizes that will work properly for large files (GFTP_OFF_T_HEX_PRINTF_MOD, GFTP_OFF_T_INTL_PRINTF_MOD, GFTP_OFF_T_PRINTF_MOD, GFTP_OFF_T_11PRINTF_MOD and gftp_parse_file_size). Fixed file size not being displayed properly when the system does not support the ' printf formatter * acinclude.m4 (AC_INTL_PRINTF) - check to see if _LARGEFILE_SOURCE is defined. If so, use %'lld instead of %'ld
author masneyb
date Wed, 18 Aug 2004 01:58:43 +0000
parents 65cd664cbf32
children 0f43d84c7f7c
line wrap: on
line diff
--- a/ChangeLog	Wed Aug 18 00:56:58 2004 +0000
+++ b/ChangeLog	Wed Aug 18 01:58:43 2004 +0000
@@ -1,4 +1,15 @@
 2004-8-17 Brian Masney <masneyb@gftp.org>
+	* lib/gftp.h lib/misc.c lib/protocols.c lib/rfc2068.c lib/rfc959.c -
+	added #defines for encoding and decoding file sizes that will work
+	properly for large files (GFTP_OFF_T_HEX_PRINTF_MOD,
+	GFTP_OFF_T_INTL_PRINTF_MOD, GFTP_OFF_T_PRINTF_MOD,
+	GFTP_OFF_T_11PRINTF_MOD and gftp_parse_file_size). Fixed file size
+	not being displayed properly when the system does not support the '
+	printf formatter
+
+	* acinclude.m4 (AC_INTL_PRINTF) - check to see if _LARGEFILE_SOURCE
+	is defined. If so, use %'lld instead of %'ld
+
 	* lib/rfc959.c lib/sshv2.c - removed unneeded code in the *_chmod()
 	functions
 
@@ -2730,7 +2741,7 @@
 
 	* cvsclean - added this script
 
-	* *.[ch] - added $Id: ChangeLog,v 1.305 2004/08/18 00:56:58 masneyb Exp $ tags
+	* *.[ch] - added $Id: ChangeLog,v 1.306 2004/08/18 01:58:43 masneyb Exp $ tags
 
 	* debian/* - updated files from Debian maintainer