aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-04-28 05:31:28 +0000
committerakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-04-28 05:31:28 +0000
commite2551558e4b5c1176f59802bb3199a18f20ce631 (patch)
tree3329c045015b70f70fa994dba387be6a0a0b87e0 /ChangeLog
parent6daf55634550c612dc625f5093fc02b9b91f9f8b (diff)
downloadruby-e2551558e4b5c1176f59802bb3199a18f20ce631.tar.gz
bit more explanation.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@16227 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 2 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 17b3038f68..52661b53b8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,8 @@
Mon Apr 28 14:21:18 2008 Tanaka Akira <akr@fsij.org>
* 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.