From f107d1e7066fdfa6360bf4aa9986f519dcd3f175 Mon Sep 17 00:00:00 2001 From: mrkn Date: Fri, 17 Jun 2011 17:38:14 +0000 Subject: * ext/bigdecimal/bigdecimal.c (BigMath_s_exp): move BigMath.exp from bigdecimal/math.rb. * ext/bigdecimal/lib/bigdecimal/math.rb: ditto. * test/bigdecimal/test_bigdecimal.rb: move test for BigMath.exp from test/bigdecimal/test_bigmath.rb. * test/bigdecimal/test_bigmath.rb: ditto. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32150 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index a4c03e6ee7..09f4763cdb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,15 @@ +Sat Jun 18 02:30:00 2011 Kenta Murata + + * ext/bigdecimal/bigdecimal.c (BigMath_s_exp): move BigMath.exp from + bigdecimal/math.rb. + + * ext/bigdecimal/lib/bigdecimal/math.rb: ditto. + + * test/bigdecimal/test_bigdecimal.rb: move test for BigMath.exp from + test/bigdecimal/test_bigmath.rb. + + * test/bigdecimal/test_bigmath.rb: ditto. + Sat Jun 18 00:20:54 2011 Tadayoshi Funaba * ext/date/date_core.c: do not define wnum[01]. -- cgit v1.2.3