summaryrefslogtreecommitdiff
path: root/AUTHORS
diff options
context:
space:
mode:
authorTorbjorn Granlund <tege@gmplib.org>2012-12-31 00:03:33 +0100
committerTorbjorn Granlund <tege@gmplib.org>2012-12-31 00:03:33 +0100
commit168b16b076090f16b91100de19ef3fa944fb3497 (patch)
tree171782db18574f3e6e5384b5aff5f0c6cff02fd0 /AUTHORS
parent09f7c1d0e44cac0375a9118db0613e276a3d1aad (diff)
downloadgmp-168b16b076090f16b91100de19ef3fa944fb3497.tar.gz
Whitespace cleanup.
Diffstat (limited to 'AUTHORS')
-rw-r--r--AUTHORS26
1 files changed, 13 insertions, 13 deletions
diff --git a/AUTHORS b/AUTHORS
index afa24bafe..e403b8316 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -4,20 +4,21 @@ Torbjörn Granlund Main author
John Amanatides Original version of mpz/pprime_p.c
-Paul Zimmermann mpn/generic/mul_fft.c, dc_divrem_n.c, rootrem.c,
- old mpz/powm.c, old toom3 code.
+Paul Zimmermann mpn/generic/mul_fft.c, now defunct dc_divrem_n.c,
+ rootrem.c, old mpz/powm.c, old toom3 code.
-Ken Weber mpn/generic/bdivmod.c, old mpn/generic/gcd.c
+Ken Weber Now defunct mpn/generic/bdivmod.c, old mpn/generic/gcd.c
-Bennet Yee mpz/jacobi.c mpz/legendre.c
+Bennet Yee Previous versions of mpz/jacobi.c mpz/legendre.c
Andreas Schwab mpn/m68k/lshift.asm, mpn/m68k/rshift.asm
-Robert Harley Old mpn/generic/mul_n.c, many files in mpn/arm
+Robert Harley Old mpn/generic/mul_n.c, previous versions of files in
+ mpn/arm
Linus Nordberg Random number framework, original autoconfery
-Kent Boortz MacOS 9 port
+Kent Boortz MacOS 9 port, now defunct.
Kevin Ryde Most x86 assembly, new autoconfery, and countless other
things (please see the GMP manual for complete list)
@@ -27,12 +28,12 @@ Gerardo Ballabio gmpxx.h and C++ istream input
Pedro Gimeno Mersenne Twister random generator, other random number
revisions
-Jason Moxham mpz/fac_ui.c and gen-fac_ui.c
+Jason Moxham Previous versions of mpz/fac_ui.c and gen-fac_ui.c
Niels Möller gen-jacobitab.c,
- mpn/generic/hgcd2.c, hgcd.c, hgcd_step.c,
+ mpn/generic/hgcd2.c, hgcd.c, hgcd_step.c,
hgcd_appr.c, hgcd_matrix.c, hgcd_reduce.c,
- gcd.c, gcdext.c, matrix22_mul.c,
+ gcd.c, gcdext.c, matrix22_mul.c,
gcdext_1.c, gcd_subdiv_step.c, gcd_lehmer.c,
gcdext_subdiv_step.c, gcdext_lehmer.c,
jacobi_2.c, jacbase.c, hgcd_jacobi.c, hgcd2_jacobi.c
@@ -43,15 +44,14 @@ Niels Möller gen-jacobitab.c,
toom_eval_pm1.c, toom_eval_pm2.c, toom_eval_pm2exp.c,
divexact.c, mod_1_1.c, div_qr_2.c,
div_qr_2n_pi1.c, div_qr_2u_pi1.c, broot.c,
- brootinv.c,
+ brootinv.c,
mpn/x86/k7/invert_limb.asm, mod_1_1.asm,
mpn/x86_64/invert_limb.asm,
- invert_limb_table.asm, mod_1_1.asm,
+ invert_limb_table.asm, mod_1_1.asm,
div_qr_2n_pi1.asm, div_qr_2u_pi1.asm,
mpn/x86_64/core2/aorsmul_1.asm,
mpz/nextprime.c, divexact.c, gcd.c, gcdext.c,
- jacobi.c, combit.c, mini-gmp/mini-gmp.c.
-
+ jacobi.c, combit.c, mini-gmp/mini-gmp.c.
Marco Bodrato mpn/generic/toom44_mul.c, toom4_sqr.c, toom53_mul.c,
toom62_mul.c, toom43_mul.c, toom52_mul.c, toom54_mul.c,