ruby-cvs:25206
From: shyouhei ruby-lang.org
Date: Thu, 10 Jul 2008 13:52:36 +0900 (JST)
Subject: [ruby-cvs:25206] Ruby:r17987 (ruby_1_8_6): merge revision(s) 17842:
shyouhei 2008-07-10 13:52:35 +0900 (Thu, 10 Jul 2008) New Revision: 17987 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=17987 Log: merge revision(s) 17842: * include/ruby/ruby.h (POSFIXABLE): use FIXNUM_MAX+1 instead of FIXNUM_MAX to make it possible to convert to double accurately. It assumes FLT_RADIX is 2. fix RubyForge bug #14102. backported from 1.9. Modified files: branches/ruby_1_8_6/ChangeLog branches/ruby_1_8_6/ruby.h branches/ruby_1_8_6/test/ruby/test_float.rb branches/ruby_1_8_6/version.h