diff options
author | James Youngman <jay@gnu.org> | 2008-08-04 00:16:06 +0100 |
---|---|---|
committer | Jim Meyering <meyering@redhat.com> | 2008-08-04 09:11:19 +0200 |
commit | ffc630e5989a23a9010926797619edc36f60925b (patch) | |
tree | f57e15b974039a8759ea48128b7406312ebd20ac /src | |
parent | c4c3dbc02418d1ed63189256e3c32a0a87ac809e (diff) | |
download | coreutils-ffc630e5989a23a9010926797619edc36f60925b.tar.xz |
factor: credit Torbjörn Granlund
* src/factor.c: Credit Torbjörn Granlund as the author of the
arbitrary-precision factorization code.
Diffstat (limited to 'src')
-rw-r--r-- | src/factor.c | 4 |
1 files 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 <phr@ocf.berkeley.edu>. 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 <config.h> |