From 88d2dbd47b1b06b4f5d0c6d10706b5822d7686b2 Mon Sep 17 00:00:00 2001 From: tadf Date: Thu, 11 Dec 2008 14:49:54 +0000 Subject: * lib/cmath.rb (sqrt): should pass nan or infinity to the original method. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@20646 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 1533043df..370eed3ff 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Thu Dec 11 23:48:00 2008 Tadayoshi Funaba + + * lib/cmath.rb (sqrt): should pass nan or infinity to the original + method. + Thu Dec 11 21:04:04 2008 Kouhei Sutou * lib/rss/maker.rb, lib/rss/maker/0.9.rb, lib/rss/maker/base.rb: -- cgit