summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authoryugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-06-21 10:35:02 +0000
committeryugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-06-21 10:35:02 +0000
commit0e5852ce00ea1855176de8d3a8c1985853e24a28 (patch)
tree21055985f0be1fb74836eec6045a3079a0dfb7d6 /ChangeLog
parent24523af7cc04e6f51dc335470532087b2b15f497 (diff)
merges r23733 from trunk into ruby_1_9_1.
-- * numeric.c ( num_numerator, num_denominator): use to_r [ruby-core:23910]. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_1@23799 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2531d224cb..23c3faea24 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Thu Jun 18 20:32:11 2009 Tadayoshi Funaba <tadf@dotrb.org>
+
+ * numeric.c ( num_numerator, num_denominator): use
+ to_r [ruby-core:23910].
+
Thu Jun 18 01:35:51 2009 Yukihiro Matsumoto <matz@ruby-lang.org>
* numeric.c (flo_cmp): Infinity is greater than any bignum