From af8cae1e7fe0a5ee0b9404aaf8ed7c9888272d09 Mon Sep 17 00:00:00 2001 From: mrkn Date: Mon, 23 Aug 2010 16:22:04 +0000 Subject: * ext/bigdecimal/bigdecimal.c (BigDecimal_to_f): to_f must underflow when the exponent is less than DBL_MIN_10_EXP - BASE_FIG. * test/bigdecimal/test_bigdecimal.rb (test_to_f): added test for the above changes. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29078 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 6ff77557cd..25c102dc59 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +Tue Aug 24 01:14:58 2010 Kenta Murata + + * ext/bigdecimal/bigdecimal.c (BigDecimal_to_f): to_f must underflow + when the exponent is less than DBL_MIN_10_EXP - BASE_FIG. + + * test/bigdecimal/test_bigdecimal.rb (test_to_f): added test for the above changes. + Mon Aug 23 23:14:21 2010 Tanaka Akira * ext/pathname/pathname.c (path_each_line): Pathname#each_line -- cgit v1.2.3