diff options
author | mrkn <mrkn@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2013-01-12 08:47:18 +0000 |
---|---|---|
committer | mrkn <mrkn@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2013-01-12 08:47:18 +0000 |
commit | 350c448da83c61cebbe0c679678af18cd1c1a858 (patch) | |
tree | 3f0194ab15806febd62a8baa1056cbafd0e411a6 /ChangeLog | |
parent | 8d816aef2e8eecd805193398ad00b604ce424d6c (diff) | |
download | ruby-350c448da83c61cebbe0c679678af18cd1c1a858.tar.gz |
* numeric.c (do_coerce): fix for the exceptions which the coerce
method raises. The optimization done by r38756 is preserved.
[Bug #7645] [ruby-core:51213]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38792 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +Sat Jan 12 17:42:00 2013 Kenta Murata <mrkn@cookpad.com> + + * numeric.c (do_coerce): fix for the exceptions which the coerce + method raises. The optimization done by r38756 is preserved. + [Bug #7645] [ruby-core:51213] + Sat Jan 12 16:12:46 2013 Nobuyoshi Nakada <nobu@ruby-lang.org> * win32/setup.mak (-runtime-): see msvcrt from link header on mswin |