diff options
| author | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-08-21 20:57:48 +0000 |
|---|---|---|
| committer | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-08-21 20:57:48 +0000 |
| commit | 88c810c46e8697c36b44f3cc7a82ebb21ac19c10 (patch) | |
| tree | b7ddd04d3b52daf5b192e21ac61334882e22dbdd /ChangeLog | |
| parent | bb71c0e99060462478408a3d9ae428674e5ee013 (diff) | |
| download | ruby-88c810c46e8697c36b44f3cc7a82ebb21ac19c10.tar.gz ruby-88c810c46e8697c36b44f3cc7a82ebb21ac19c10.tar.xz ruby-88c810c46e8697c36b44f3cc7a82ebb21ac19c10.zip | |
* util.c (ruby_strtod): replaced by the implementation by David
M. Gay inspired by William D. Clinger's paper "How to Read Floating
Point Numbers Accurately" [Proc. ACM SIGPLAN '90, pp. 92-101].
a patch from Satoshi Nakagawa <snakagawa AT infoteria.co.jp>.
[ruby-dev:31582]
* test/ruby/test_float.rb (TestFloat::test_float): add test for
precision.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@13131 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -1,3 +1,14 @@ +Wed Aug 22 05:51:23 2007 Yukihiro Matsumoto <matz@ruby-lang.org> + + * util.c (ruby_strtod): replaced by the implementation by David + M. Gay inspired by William D. Clinger's paper "How to Read Floating + Point Numbers Accurately" [Proc. ACM SIGPLAN '90, pp. 92-101]. + a patch from Satoshi Nakagawa <snakagawa AT infoteria.co.jp>. + [ruby-dev:31582] + + * test/ruby/test_float.rb (TestFloat::test_float): add test for + precision. + Wed Aug 22 03:51:07 2007 Koichi Sasada <ko1@atdot.net> * cont.c: add Fiber#resume and Fiber.yield. |
