From 470717b75e13f5e2c9d3cf87383fa1494d670f60 Mon Sep 17 00:00:00 2001 From: yugui Date: Sat, 13 Dec 2008 01:03:25 +0000 Subject: merges r20646 and r20647 from trunk into ruby_1_9_1. * lib/cmath.rb (sqrt): should pass nan or infinity to the original method. git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_9_1@20703 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 13696cd48..5e208739a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Thu Dec 11 23:48:00 2008 Tadayoshi Funaba + + * lib/cmath.rb (sqrt): should pass nan to the original method. + Thu Dec 11 19:31:45 2008 Tanaka Akira * lib/test/unit/assertions.rb: extracted from lib/test/unit.rb. -- cgit