From 0f23172c4a5958c3c87fb20c2a3b37fc1855ae12 Mon Sep 17 00:00:00 2001 From: tadf Date: Sat, 13 Jun 2009 22:57:02 +0000 Subject: * complex.c (nucomp_fdiv): use fdiv recursively. * complex.c (nucomp_expt): reduced code. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@23687 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 3fb09f23a..e502dec55 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Sun Jun 14 07:53:26 2009 Tadayoshi Funaba + + * complex.c (nucomp_fdiv): use fdiv recursively. + + * complex.c (nucomp_expt): reduced code. + Sun Jun 14 03:37:09 2009 NARUSE, Yui * enc/trans/utf8_mac.trans: remove wrong optimization. -- cgit