From 448c66c5162259ba734ea16b9c300d762cc63914 Mon Sep 17 00:00:00 2001 From: mrkn Date: Tue, 25 Jun 2013 12:29:00 +0000 Subject: * ext/bigdecimal/bigdecimal.c (BigMath_s_exp): Fix for the cases when the argument x is not a BigDecimal. This change is based on the patch made by Garth Snyder. [Fix GH-332] https://github.com/ruby/ruby/pull/332 git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41623 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 8a1c3c6153..5c3ed8b5c2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +Tue Jun 25 21:26:00 2013 Kenta Murata + + * ext/bigdecimal/bigdecimal.c (BigMath_s_exp): Fix for the cases when + the argument x is not a BigDecimal. + This change is based on the patch made by Garth Snyder. + [Fix GH-332] https://github.com/ruby/ruby/pull/332 + Tue Jun 25 20:36:31 2013 Tanaka Akira * bignum.c (big2ulong): "check" argument removed. -- cgit v1.2.3