aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-07-26 02:42:26 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-07-26 02:42:26 +0000
commit8974d5aaa79f42b7366ecd99d74e29d3faf01ab8 (patch)
tree266e8685410055651ea0e3c43a4b95cfae702dfb /ChangeLog
parent0f1265899513a96acd6119e204df3985f8887a1a (diff)
downloadruby-8974d5aaa79f42b7366ecd99d74e29d3faf01ab8.tar.gz
rational.c: ensure to be Rational
* rational.c (f_round_common): Rational is expected to be returned by Rational#*, but mathn.rb breaks that assumption. [ruby-core:56177] [Bug #8687] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42178 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6422417fc6..2d01e4ce2e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+Fri Jul 26 11:42:07 2013 Nobuyoshi Nakada <nobu@ruby-lang.org>
+
+ * rational.c (f_round_common): Rational is expected to be returned by
+ Rational#*, but mathn.rb breaks that assumption. [ruby-core:56177]
+ [Bug #8687]
+
Fri Jul 26 01:37:45 2013 NARUSE, Yui <naruse@ruby-lang.org>
* include/ruby/ruby.h: check defined(USE_RGENGC_LOGGING_WB_UNPROTECT)