summaryrefslogtreecommitdiff
path: root/gen-psqr.c
Commit message (Collapse)AuthorAgeFilesLines
* Add casts for C++ compatibility.Torbjorn Granlund2014-11-121-7/+7
|
* Copyright year.Marco Bodrato2014-05-161-1/+1
|
* gen-fib.c: use mpz_setbit, gen-psqr.c: skip even numbers when looking for primesMarco Bodrato2014-05-151-4/+3
|
* Update library files license to use LGPL3+ and GPL2+.Torbjorn Granlund2014-01-271-7/+18
|
* Canonicalise copyright headers.Torbjorn Granlund2014-01-191-3/+3
|
* Use https to link to GNU license.Torbjorn Granlund2013-12-021-1/+1
|
* Collapse copyright years.Torbjorn Granlund2013-11-281-1/+1
|
* Add copyright years.Torbjorn Granlund2012-11-201-1/+1
|
* Added mini-gmp. Use it for bootstrap. Deleted dumbmp.c.Niels Möller2012-02-261-12/+11
|
* Update license to version 3.tege2007-09-181-4/+2
|
* Update FSF's address.tege2006-02-151-2/+2
|
* * gen-psqr.c (generate_mod): Cast mpz_invert_ui_2exp args, for K&R.Kevin Ryde2004-04-071-11/+13
| | | | | * gen-bases.c, gen-fib.c, gen-psqr.c: For mpz_out_str, use stdout instead of 0, in case a K&R treats int and FILE* params differently.
* Add a copyright year.Kevin Ryde2004-03-041-1/+1
|
* * gen-psqr.c (print): Add CNST_LIMB in PERFSQR_MOD_TEST, for benefitKevin Ryde2004-03-041-2/+2
| | | | of K&R.
* (main): Remove write-only numb_bits.tege2003-03-241-2/+1
|
* * gen-psqr.c (HAVE_CONST, const): New macros.Kevin Ryde2002-12-021-0/+21
|
* (f_cmp_fraction, f_cmp_divisor): Change parameter to `const void *',tege2002-12-011-2/+8
| | | | to match qsort spec.
* * gen-psqr.c: New file.Kevin Ryde2002-10-031-0/+550