From cd0bd8ee8fae5e16cedf421b5c02cdd142a8e919 Mon Sep 17 00:00:00 2001 From: akr Date: Mon, 28 Apr 2008 05:31:28 +0000 Subject: bit more explanation. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@16227 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 17b3038f6..52661b53b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,8 @@ Mon Apr 28 14:21:18 2008 Tanaka Akira * include/ruby/ruby.h (POSFIXABLE): use FIXNUM_MAX+1 instead of - FIXNUM_MAX to make it possible to convert to double accurately. + FIXNUM_MAX to make it possible to convert to double accurately on + environments with 64bit VALUE and 64bit double. It assumes FLT_RADIX is 2. fix RubyForge bug #14102. -- cgit