From fab8500ebf5a0d627795be441c0d3f1b9222f605 Mon Sep 17 00:00:00 2001 From: nobu Date: Wed, 2 Sep 2009 04:47:39 +0000 Subject: * math.c (domain_check): simplified. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@24737 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index f7c5334e8..4eef45eb8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Wed Sep 2 13:47:30 2009 Nobuyoshi Nakada + + * math.c (domain_check): simplified. + Wed Sep 2 11:32:24 2009 Koichi Sasada * gc.c (obj_free): fix to free method table (fix memory leak). -- cgit