aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-10-31 16:31:12 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-10-31 16:31:12 +0000
commit1e63aafe773b3cc12e0be4fb737a423b4a1338e6 (patch)
treecc37f4827f74f85b183de6142ca8f404f55be891 /ChangeLog
parentc72fc9f32325c0c08842bf91cb884d00f6ef5f20 (diff)
downloadruby-1e63aafe773b3cc12e0be4fb737a423b4a1338e6.tar.gz
configure.in: no round in x64-mingw
* configure.in (ac_cv_func_round): round(3) in x86_64-w64-mingw32 is not accurate in an edge case. [ruby-core:77794] [Bug #12878] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@56534 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9b65e6bad7..22c1d17adc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Tue Nov 1 01:31:09 2016 Nobuyoshi Nakada <nobu@ruby-lang.org>
+
+ * configure.in (ac_cv_func_round): round(3) in x86_64-w64-mingw32
+ is not accurate in an edge case. [ruby-core:77794] [Bug #12878]
+
Mon Oct 31 17:36:04 2016 Code Ahss <aycabta@gmail.com>
* test/test_forwardable.rb (TestForwardable#test_on_private_method):