ruby-changes:4733
From: ko1@a...
Date: Mon, 28 Apr 2008 14:31:51 +0900 (JST)
Subject: [ruby-changes:4733] akr - Ruby:r16227 (trunk): bit more explanation.
akr 2008-04-28 14:31:28 +0900 (Mon, 28 Apr 2008)
New Revision: 16227
Modified files:
trunk/ChangeLog
Log:
bit more explanation.
http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/ChangeLog?r1=16227&r2=16226&diff_format=u
Index: ChangeLog
===================================================================
--- ChangeLog (revision 16226)
+++ ChangeLog (revision 16227)
@@ -1,7 +1,8 @@
Mon Apr 28 14:21:18 2008 Tanaka Akira <akr@f...>
* 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.
--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/