diff options
| author | naruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-07-28 17:42:32 +0000 |
|---|---|---|
| committer | naruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-07-28 17:42:32 +0000 |
| commit | 04fe7852b49919014552e75eae1ebba6cbee5b47 (patch) | |
| tree | 9d098daf1252783b3195a9e79ffd3600eaa56c8b /ChangeLog | |
| parent | d7528695deae010c9327128796bf37895b5af8b3 (diff) | |
| download | ruby-04fe7852b49919014552e75eae1ebba6cbee5b47.tar.gz ruby-04fe7852b49919014552e75eae1ebba6cbee5b47.tar.xz ruby-04fe7852b49919014552e75eae1ebba6cbee5b47.zip | |
* math.c (math_atanh): raise EDOM on FreeBSD when atanh(1).
* math.c (math_log): ditto.
* math.c (math_log2): ditto.
* math.c (math_log10): ditto.
* test/ruby/test_math.rb: test for above.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@18252 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -1,3 +1,15 @@ +Tue Jul 29 02:39:46 2008 NARUSE, Yui <naruse@ruby-lang.org> + + * math.c (math_atanh): raise EDOM on FreeBSD when atanh(1). + + * math.c (math_log): ditto. + + * math.c (math_log2): ditto. + + * math.c (math_log10): ditto. + + * test/ruby/test_math.rb: test for above. + Tue Jul 29 01:41:15 2008 Tanaka Akira <akr@fsij.org> * dir.c (struct dir_data): intenc field removed. |
