From 950b57ca84adfaef27962892a8fd98914393d0f7 Mon Sep 17 00:00:00 2001 From: shigek Date: Sun, 1 Feb 2004 14:01:23 +0000 Subject: Bug in BigDecimal("1e#{n}").add BigDecimal('.5'),n) reported and fixed by Javier Goizueta. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5602 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 6c12c3f46..535260ad2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Sun Feb 1 23:00:00 2004 Shigeo Kobayashi + * ext/bigdecimal.c: Bug in BigDecimal("1e#{n}").add BigDecimal('.5'),n) + reported and fixed by Javier Goizueta. + Sun Feb 1 05:30:06 2004 Tanaka Akira * lib/open-uri.rb (URI::Generic#find_proxy): warn HTTP_PROXY. -- cgit