From 8d236bc0b150b531acc121d657428bf824a9ca35 Mon Sep 17 00:00:00 2001 From: shirosaki Date: Fri, 12 Oct 2012 13:30:17 +0000 Subject: win32.h: set floating point precision for pow() * include/ruby/win32.h (rb_w32_pow): set floating point precision for mingw-w64 x86 pow(). This improves the precision of pow() on Windows XP for TestFloat#test_round_with_precision failure. [ruby-core:47911] [Bug #7142] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37168 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index bfcf9e6bc6..ea952ff13b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +Fri Oct 12 21:55:08 2012 Hiroshi Shirosaki + + * include/ruby/win32.h (rb_w32_pow): set floating point precision + for mingw-w64 x86 pow(). This improves the precision of pow() on + Windows XP for TestFloat#test_round_with_precision failure. + [ruby-core:47911] [Bug #7142] + Fri Oct 12 21:37:25 2012 Hiroshi Shirosaki * test/webrick/test_cgi.rb (TestWEBrickCGI#test_cgi): skip a test -- cgit v1.2.3