2008-08-04 James Youngman <[EMAIL PROTECTED]> * src/factor.c: Credit Torbjörn Granlund as the author of the arbitrary-precision factorisation code. --- src/factor.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/factor.c b/src/factor.c index c7cd29e..ab3359b 100644 --- a/src/factor.c +++ b/src/factor.c @@ -16,8 +16,8 @@ /* Written by Paul Rubin <[EMAIL PROTECTED]>. 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, taken from GNU MP version 4.2.2. */ #include <config.h> -- 1.5.6.3 _______________________________________________ Bug-coreutils mailing list Bug-coreutils@gnu.org http://lists.gnu.org/mailman/listinfo/bug-coreutils