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/factor.c | |
| parent | doc: make it clear we're talking about the Linux kernel (diff) | |
| download | coreutils-ffc630e5989a23a9010926797619edc36f60925b.tar.gz coreutils-ffc630e5989a23a9010926797619edc36f60925b.zip | |
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/factor.c')
| -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> |
