summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-06-30 11:08:35 +0000
committerusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-06-30 11:08:35 +0000
commitd058c8a2700cc35885326a0f2ca8d7d1e6eb1251 (patch)
tree4d4279fca4a44b6f18adcc3b5ca1663941c23ff3 /ChangeLog
parent1f106a915e154e8d2de285e60ed8b8fd59842496 (diff)
merge revision(s) 58796: [Backport #13545]
Merge latest dtoa.c [Bug #13545] Apply some part of http://www.netlib.org/fp/dtoa.c with my eyes... git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_2_3@59224 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 a4d63c76b3..72088d949c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Fri Jun 30 20:07:37 2017 NARUSE, Yui <naruse@ruby-lang.org>
+
+ * util.c (ruby_strtod) Merge latest dtoa.c [Bug #13545]
+ Apply some part of http://www.netlib.org/fp/dtoa.c with my eyes...
+
Fri Jun 30 20:00:18 2017 Nobuyoshi Nakada <nobu@ruby-lang.org>
* dir.c (is_case_sensitive): use getattrlist() if fgetattrlist() is