From: James Youngman Date: Sun, 3 Aug 2008 23:16:06 +0000 (+0100) Subject: factor: credit Torbjörn Granlund X-Git-Tag: v7.0~107 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ffc630e5989a23a9010926797619edc36f60925b;p=thirdparty%2Fcoreutils.git factor: credit Torbjörn Granlund * src/factor.c: Credit Torbjörn Granlund as the author of the arbitrary-precision factorization code. --- diff --git a/src/factor.c b/src/factor.c index c7cd29eb74..8a1acf8f99 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