summaryrefslogtreecommitdiffstats
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
commitfb2636685851909250b9886d42c598a54f1ad29d (patch)
tree21055985f0be1fb74836eec6045a3079a0dfb7d6 /ChangeLog
parent0776e3f4d4adb054e3a0ef1f7af40ed36df48167 (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: http://svn.ruby-lang.org/repos/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 2531d224c..23c3faea2 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