From 3e33732ca39fc82a3f5f58e12a71c81582958e68 Mon Sep 17 00:00:00 2001 From: tadf Date: Thu, 11 Jun 2009 12:08:30 +0000 Subject: * lib/cmath.rb (exp): omitted redundant function call. and some adjustments. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@23668 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index fa6c85c86..43fa87966 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Thu Jun 11 21:05:09 2009 Tadayoshi Funaba + + * lib/cmath.rb (exp): omitted redundant function call. + Thu Jun 11 17:49:33 2009 Nobuyoshi Nakada * ext/bigdecimal/bigdecimal.c (gfCheckVal): never used. -- cgit