diff options
author | mrkn <mrkn@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2010-09-19 17:38:18 +0000 |
---|---|---|
committer | mrkn <mrkn@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2010-09-19 17:38:18 +0000 |
commit | 971a57004e346d87c7f0f55d16f1abb66fe24451 (patch) | |
tree | b9d054de8151f72ca7b74fa72a918d6716ffc2a3 /ChangeLog | |
parent | ac69adf5dea3b6b0b3df34db73cc2255fb481aa0 (diff) |
* ext/bigdecimal/bigdecimal.c (check_rounding_mode, BigDecimal_mode):
raise ArgumentError instead of TypeError passing invalid modes.
* test/bigdecimal/test_bigdecimal.rb (test_mode, test_round):
change against the above modifications.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29304 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +Mon Sep 20 02:34:11 2010 Kenta Murata <[email protected]> + + * ext/bigdecimal/bigdecimal.c (check_rounding_mode, BigDecimal_mode): + raise ArgumentError instead of TypeError passing invalid modes. + + * test/bigdecimal/test_bigdecimal.rb (test_mode, test_round): + change against the above modifications. + Sun Sep 19 22:08:39 2010 Yuki Sonoda (Yugui) <[email protected]> * lib/mkmf.rb (try_link): rdoc |