From b9d76a1ee4f7c4c2060483bfd5e80c58265807fa Mon Sep 17 00:00:00 2001 From: matz Date: Thu, 27 Jul 2006 15:29:30 +0000 Subject: * math.c (domain_check): ANSI style function arguments * math.c (math_log): too few argument to domain_check(). git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@10628 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index c2de5c958..926bf5f2e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Fri Jul 28 00:26:47 2006 Yukihiro Matsumoto + + * math.c (domain_check): ANSI style function arguments + + * math.c (math_log): too few argument to domain_check(). + Thu Jul 27 21:19:54 2006 Yukihiro Matsumoto * math.c (domain_check): a new function to check domain error -- cgit