diff ChangeLog @ 289:5f66f09e5194

2003-10-17 Brian Masney <masneyb@gftp.org> * lib/misc.c (insert_commas) - if _GNU_SOURCE is defined, instead of using my builtin function for formatting numbers, use glibc's %'ld (or %'lld) format to print the numbers out. This is more portable for other locales.
author masneyb
date Sat, 18 Oct 2003 14:54:53 +0000
parents c8627e70adb5
children 6e255984c0b0
line wrap: on
line diff
--- a/ChangeLog	Sat Oct 18 14:42:17 2003 +0000
+++ b/ChangeLog	Sat Oct 18 14:54:53 2003 +0000
@@ -1,4 +1,9 @@
 2003-10-17 Brian Masney <masneyb@gftp.org>
+	* lib/misc.c (insert_commas) - if _GNU_SOURCE is defined, instead of
+	using my builtin function for formatting numbers, use glibc's %'ld
+	(or %'lld) format to print the numbers out. This is more portable for
+	other locales.
+
 	* lib/rfc959.c (rfc959_ipv[46]_data_connection_new) - when there is an
 	error establishing a connection to the remote server, make sure that
 	GFTP_ERETRYABLE is returned.
@@ -1563,7 +1568,7 @@
 
 	* cvsclean - added this script
 
-	* *.[ch] - added $Id: ChangeLog,v 1.150 2003/10/18 14:42:17 masneyb Exp $ tags
+	* *.[ch] - added $Id: ChangeLog,v 1.151 2003/10/18 14:54:52 masneyb Exp $ tags
 
 	* debian/* - updated files from Debian maintainer