aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-07-24 20:37:31 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-07-24 20:37:31 +0000
commit7bfa1146e298acb72d9ee0301fcf37acb4699197 (patch)
tree549d1e9e4d0f59f01716cb30b139e6b283130d2d /ChangeLog
parent8d3bb806b0fd301d5180a211dfe5880fd2ee2506 (diff)
downloadruby-7bfa1146e298acb72d9ee0301fcf37acb4699197.tar.gz
* numeric.c (flo_cmp): honor the result of infinite? method of the
other. [ruby-core:31470] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@28751 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 4 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 4f0483a8e8..1bb9b6b623 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,7 @@
-Sun Jul 25 05:26:23 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>
+Sun Jul 25 05:37:20 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>
+
+ * numeric.c (flo_cmp): honor the result of infinite? method of the
+ other. [ruby-core:31470]
* test/ruby/envutil.rb (EnvUtil#.suppress_warning): added.