diff options
| author | yugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-12-13 01:02:12 +0000 |
|---|---|---|
| committer | yugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-12-13 01:02:12 +0000 |
| commit | 73193abf028a75fac169b4cd883b9b8569bf9bc7 (patch) | |
| tree | 58f5d1b084466e4146d0cd4debd36b908d064961 /ChangeLog | |
| parent | 3edb5c4c28495f02557de60d8e7e8b319bfb66b3 (diff) | |
merges r20619 from trunk into ruby_1_9_1.
* math.c (domain_check): should not raise EDOM exception for NaN
value if operand is also NaN. affects acos, asin, acosh, atanh,
log, log2, log10, sqrt, gamma, lgamma. [ruby-dev:37357]
git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_9_1@20694 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 @@ +Thu Dec 11 02:37:22 2008 Yukihiro Matsumoto <matz@ruby-lang.org> + + * math.c (domain_check): should not raise EDOM exception for NaN + value if operand is also NaN. affects acos, asin, acosh, atanh, + log, log2, log10, sqrt, gamma, lgamma. [ruby-dev:37357] + Thu Dec 11 01:21:58 2008 Yukihiro Matsumoto <matz@ruby-lang.org> * thread.c (rb_mutex_unlock): shut up warning. a patch from |
