summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authoryugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-12-25 09:53:31 +0000
committeryugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-12-25 09:53:31 +0000
commit3e567a2e27e447b5a09291fde136964fc76807d3 (patch)
tree5fedd30b8e8f7e9267ec77381657c9be7adc19d4 /ChangeLog
parent809584595d3ba4c85b93536fcae140d696ab4238 (diff)
merges r20938 from trunk into ruby_1_9_1.
* lib/mathn.rb: Math.sqrt(NaN) should be NaN. [ruby-dev:37537] git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_9_1@21012 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8a078f919..b4c6c1aa9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Tue Dec 23 15:46:43 2008 Yuki Sonoda (Yugui) <yugui@yugui.jp>
+
+ * lib/mathn.rb: Math.sqrt(NaN) should be NaN. [ruby-dev:37537]
+
Tue Dec 23 15:46:47 2008 Eric Hodel <drbrain@segment7.net>
* gem_prelude.rb: Match full RubyGems behavior when a gem can't be
found.