From 865dc070b2f391d1ff6aad44d17f3558724c2ca1 Mon Sep 17 00:00:00 2001 From: eban Date: Fri, 9 Mar 2001 17:49:31 +0000 Subject: * math.c (math_log, math_log10): use nan() instead of 0.0/0.0 on Cygwin. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@1238 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index a15989ab7..19eda683c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Sat Mar 10 02:34:18 2001 WATANABE Hirofumi + + * math.c (math_log, math_log10): use nan() instead of 0.0/0.0 on Cygwin. + Thu Mar 8 17:45:19 2001 Minero Aoki * lib/net/protocol.rb: one write(2) per one line. -- cgit