From ffc630e5989a23a9010926797619edc36f60925b Mon Sep 17 00:00:00 2001 From: James Youngman Date: Mon, 4 Aug 2008 00:16:06 +0100 Subject: [PATCH] =?utf8?q?factor:=20credit=20Torbj=C3=B6rn=20Granlund?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit * src/factor.c: Credit Torbjörn Granlund as the author of the arbitrary-precision factorization code. --- src/factor.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/factor.c b/src/factor.c index c7cd29eb7..8a1acf8f9 100644 --- a/src/factor.c +++ b/src/factor.c @@ -16,8 +16,8 @@ /* Written by Paul Rubin . Adapted for GNU, fixed to factor UINT_MAX by Jim Meyering. - Arbitrary-precision code adapted by James Youngman from factorize.c - of GNU MP, version 4.2.2. + Arbitrary-precision code adapted by James Youngman from Torbjörn + Granlund's factorize.c, from GNU MP version 4.2.2. */ #include -- 2.34.1