From bcd39ffcecae088b809f4e0b990a31522a03bad5 Mon Sep 17 00:00:00 2001 From: matz Date: Wed, 24 Apr 2002 05:08:04 +0000 Subject: * numeric.c (num_step): try to reduce residual on Float operations. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@2403 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index b162165f8..4d47fddaa 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Wed Apr 24 14:06:35 2002 Yukihiro Matsumoto + + * numeric.c (num_step): try to reduce residual on Float operations. + Wed Apr 24 06:48:31 2002 Koji Arai * io.c (rb_io_mode_flags): both 'r+b' and 'rb+' should be allowed. -- cgit