bug-coreutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH] Credit Torbjorn Granlund as the author of the arbitrary-precisio


From: James Youngman
Subject: [PATCH] Credit Torbjorn Granlund as the author of the arbitrary-precision factorisation code.
Date: Mon, 4 Aug 2008 00:16:06 +0100

2008-08-04  James Youngman  <address@hidden>

        * 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 <address@hidden>.
    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





reply via email to

[Prev in Thread] Current Thread [Next in Thread]