From beba5ba4a82255c0a28b3e4a8df56f191537bf79 Mon Sep 17 00:00:00 2001 From: matz Date: Mon, 23 Feb 2009 17:15:17 +0000 Subject: * numeric.c (flo_eq): remove unnecessary NaN check using isnan(). comparison regarding NaN is false anyway. * numeric.c (flo_gt, flo_ge, flo_lt, flo_le, flo_eql): ditto. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@22579 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 5a11b99d6..b72d2a82f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +Tue Feb 24 01:53:40 2009 Yukihiro Matsumoto + + * numeric.c (flo_eq): remove unnecessary NaN check using isnan(). + comparison regarding NaN is false anyway. + + * numeric.c (flo_gt, flo_ge, flo_lt, flo_le, flo_eql): ditto. + Tue Feb 24 01:22:19 2009 Yusuke Endoh * bootstraptest/test_thread.rb: fix for environment where fork is not -- cgit