From 319f97adb9b88f4ff378618fea4d1968faedebeb Mon Sep 17 00:00:00 2001 From: yugui Date: Fri, 27 Nov 2009 02:55:16 +0000 Subject: merges r25067 from trunk into ruby_1_9_1 and added a test for it. -- * lib/mathn.rb (Bignum#**): Fixed bignum**fixnum that was broken when requiring lib/mathn [ruby-core:25740] -- * test/test_mathn.rb (TestMathn): new test case. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_1@25949 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 7bde9766b7..d773f3b05b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Thu Sep 24 09:41:42 2009 Marc-Andre Lafortune + + * lib/mathn.rb (Bignum#**): Fixed bignum**fixnum that was broken when + requiring lib/mathn + [ruby-core:25740] + Tue Sep 22 05:04:08 2009 Nobuyoshi Nakada * ext/bigdecimal/lib/bigdecimal/{ludcmp,math}.rb: depend on -- cgit v1.2.3