aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-02-06 18:02:59 +0000
committerakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-02-06 18:02:59 +0000
commitfcd2fb4e871f3787f34b05cffeb7e5df7b04f29f (patch)
tree343a573d405f6d7dbd78090f003517be31837dd6 /ChangeLog
parentb09eabd430d92cdae011bb7ad08a3300049a4392 (diff)
downloadruby-fcd2fb4e871f3787f34b05cffeb7e5df7b04f29f.tar.gz
* math.c (math_lgamma): initialize sign because
lgamma(NaN) doesn't set the sign in OpenSolaris. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26608 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b51a4050e6..ef3593b8df 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Sun Feb 7 03:01:46 2010 Tanaka Akira <akr@fsij.org>
+
+ * math.c (math_lgamma): initialize sign because
+ lgamma(NaN) doesn't set the sign in OpenSolaris.
+
Sun Feb 7 00:23:21 2010 Shugo Maeda <shugo@ruby-lang.org>
* class.c (rb_class_init_copy): raise a TypeError if the argument is