From 8be827761347b7a0a4ce6e7bdfa6fd4585606b21 Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Tue, 26 Feb 2013 12:31:00 -0500 Subject: Rewrite QUtil::int_to_string and QUtil::double_to_string Make them safer by avoiding any internal limits and replacing sprintf with std::ostringstream. --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 9a382293..0ce3358a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2013-02-26 Jay Berkenbilt + + * Rewrite QUtil::int_to_string and QUtil::double_to_string to + remove internal length limits but to remain backward compatible + with the old versions for valid inputs. + 2013-02-23 Jay Berkenbilt * Bug fix: properly handle overridden compressed objects. When -- cgit v1.2.3-70-g09d2