diff options
| author | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-11-25 18:19:07 +0000 |
|---|---|---|
| committer | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-11-25 18:19:07 +0000 |
| commit | f1205dfeaad01a56d9eecf4afa3d442c6f99a07f (patch) | |
| tree | b25ce5d13b1c117973d8cfcbbc1f02ab1885f42e /ChangeLog | |
| parent | 797646a37adb04d7ff035fd45592bc711e4d9983 (diff) | |
| download | ruby-f1205dfeaad01a56d9eecf4afa3d442c6f99a07f.tar.gz ruby-f1205dfeaad01a56d9eecf4afa3d442c6f99a07f.tar.xz ruby-f1205dfeaad01a56d9eecf4afa3d442c6f99a07f.zip | |
* ext/bigdecimal/bigdecimal.c (BigDecimal_to_r): raise exception
for nan/inf conversion. [ruby-dev:37187] fix #793
* ext/bigdecimal/bigdecimal.c (BigDecimal_to_i): ditto.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@20360 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +Wed Nov 26 03:17:48 2008 Yukihiro Matsumoto <matz@ruby-lang.org> + + * ext/bigdecimal/bigdecimal.c (BigDecimal_to_r): raise exception + for nan/inf conversion. [ruby-dev:37187] fix #793 + + * ext/bigdecimal/bigdecimal.c (BigDecimal_to_i): ditto. + Wed Nov 26 03:00:59 2008 Yukihiro Matsumoto <matz@ruby-lang.org> * ext/bigdecimal/bigdecimal.c (VpAlloc): avoid ALLOCA_N() to avoid |
