From ecb6bd90c01edc19165ff526ef15a59693b4f12f Mon Sep 17 00:00:00 2001 From: mrkn Date: Wed, 30 May 2012 07:26:51 +0000 Subject: * ext/bigdecimal/lib/bigdecimal/jacobian.rb (Jacobian#dfdxi): fix jacobian to get stuck in an infinite loop when a solution is not found due to forget to increment nRetry counter. Patch by alperakgun from github.com/shyouhei/ruby/pull/8 git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35843 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index a77ab60fbc..c8de1e1c4b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +Wed May 30 16:20:00 2012 Kenta Murata + + * ext/bigdecimal/lib/bigdecimal/jacobian.rb (Jacobian#dfdxi): + fix jacobian to get stuck in an infinite loop when a solution is not + found due to forget to increment nRetry counter. + Patch by alperakgun from github.com/shyouhei/ruby/pull/8 + Wed May 30 10:58:31 2012 Nobuyoshi Nakada * time.c (utc_offset_arg): utc offset can be precision in seconds. -- cgit v1.2.3