From 4e8d6c105c22c40f1abf1aab357419e8f4ef2f5b Mon Sep 17 00:00:00 2001 From: mrkn Date: Wed, 17 Aug 2011 06:35:21 +0000 Subject: Merge branch '5172_bigdecimal_gc_issue' into trunk git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32996 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 073126fdfe..9471274c1d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,21 @@ +Wed Aug 17 15:27:00 2011 Kenta Murata + + * ext/bigdecimal/bigdecimal.c (cannot_be_coerced_into_BigDecimal): + add a new function for raising error when an object cannot coerce + into BigDecimal. [Bug #5172] + + * ext/bigdecimal/bigdecimal.c (BigDecimalValueWithPrec): use + cannot_be_coerced_into_BigDecimal function. + + * ext/bigdecimal/bigdecimal.c (BigMath_s_exp): ditto. + + * ext/bigdecimal/bigdecimal.c (BigMath_s_log): ditto. + + * test/bigdecimal/test_bigdecimal.rb: test for the avobe changes. + + * test/bigdecimal/testbase.rb (under_gc_stress): add a new utility + method to run tests under the condition of GC.stress = true. + Wed Aug 17 10:16:00 2011 Kenta Murata * rational.c (nurat_coerce): Rational#coerce should converts itself -- cgit v1.2.3