From 295f60b94d5ff6551fab7c55e18d1ffa6a4cf7e3 Mon Sep 17 00:00:00 2001 From: nobu Date: Sun, 10 Jul 2016 05:27:27 +0000 Subject: util.c: round nearly middle value * util.c (ruby_dtoa): [EXPERIMENTAL] adjust the case that the Float value is close to the exact but unrepresentable middle value of two values in the given precision, as r55604. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@55621 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 8269e6d74b..bf613e88d0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Sun Jul 10 14:27:25 2016 Nobuyoshi Nakada + + * util.c (ruby_dtoa): [EXPERIMENTAL] adjust the case that the + Float value is close to the exact but unrepresentable middle + value of two values in the given precision, as r55604. + Sun Jul 10 08:57:20 2016 SHIBATA Hiroshi * thread.c: Fixed implicit conversion error with Apple clang-800.0.31 -- cgit v1.2.3