From 1b576afcf6e58e8d6a6f0787cfa7873930600d9f Mon Sep 17 00:00:00 2001 From: matz Date: Thu, 18 Jun 2009 16:02:21 +0000 Subject: * ext/bigdecimal/bigdecimal.c (BigDecimal_to_f): went infinity too early. add BASE_FIG margin. [ruby-dev:38673] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@23737 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index e51ac1f59..a7e00cca4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -18,6 +18,11 @@ Thu Jun 18 16:21:05 2009 Ryan Davis * lib/minitest/*.rb: Imported minitest 1.4.0 r5083. * test/minitest/*.rb: ditto. +Thu Jun 18 10:12:49 2009 Yukihiro Matsumoto + + * ext/bigdecimal/bigdecimal.c (BigDecimal_to_f): went infinity too + early. add BASE_FIG margin. [ruby-dev:38673] + Thu Jun 18 01:35:51 2009 Yukihiro Matsumoto * numeric.c (flo_cmp): Infinity is greater than any bignum -- cgit