From bb6a09ebe2b6c0c3bb93d6ba5f59db1ca23158cc Mon Sep 17 00:00:00 2001 From: matz Date: Thu, 27 Jul 2006 16:14:03 +0000 Subject: * math.c (domain_check): a new function to check domain error explicitly for systems that return NaN like FreeBSD. [ruby-core:07019] * math.c (math_acos, math_asin, math_acosh, math_atanh, math_log, math_log10, math_sqrt): use domain_check(). * math.c (math_sqrt): fix documentation flaw. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@10629 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index ee8026b644..1abb67d42a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,6 +2,17 @@ Thu Jul 27 22:21:52 2006 Nobuyoshi Nakada * time.c (time_to_s): fixed format mismatch. +Thu Jul 27 21:19:54 2006 Yukihiro Matsumoto + + * math.c (domain_check): a new function to check domain error + explicitly for systems that return NaN like FreeBSD. + [ruby-core:07019] + + * math.c (math_acos, math_asin, math_acosh, math_atanh, math_log, + math_log10, math_sqrt): use domain_check(). + + * math.c (math_sqrt): fix documentation flaw. + Thu Jul 27 18:12:12 2006 WATANABE Hirofumi * time.c: need to declare time_utc_offset. -- cgit v1.2.3