aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authortadf <tadf@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-06-17 14:49:10 +0000
committertadf <tadf@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-06-17 14:49:10 +0000
commitcefaa1680c4f7175d4bb0a3c627e6902cd3b9014 (patch)
treed01b332bd6df8828734fe78a081ca1ed3cf307c0 /ChangeLog
parentb6849b2502e7f9ea93e5c1dc6a27359a6311f140 (diff)
downloadruby-cefaa1680c4f7175d4bb0a3c627e6902cd3b9014.tar.gz
* rational.c (nurat_coerce): accepts Complex when the imag is
exact zero. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23727 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 12c72352cf..2f403efd49 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Wed Jun 17 23:46:08 2009 Tadayoshi Funaba <tadf@dotrb.org>
+
+ * rational.c (nurat_coerce): accepts Complex when the imag is
+ exact zero.
+
Wed Jun 17 21:25:54 2009 Tadayoshi Funaba <tadf@dotrb.org>
* bignum.c (rb_big_fdiv): checks whether the given second argument