From 03aaf7ba9c357a7027eb48ab93e3081e5e778a77 Mon Sep 17 00:00:00 2001 From: tadf Date: Sat, 13 Jun 2009 16:25:16 +0000 Subject: * rational.c (nurat_to_f): use fdiv. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@23683 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 04449febe..fe67dc7f8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Sun Jun 14 01:23:41 2009 Tadayoshi Funaba + + * rational.c (nurat_to_f): use fdiv. + Sat Jun 13 15:03:41 2009 Nobuyoshi Nakada * load.c (load_lock): show backtrace at circular require. -- cgit