summaryrefslogtreecommitdiff
path: root/mpz
Commit message (Expand)AuthorAgeFilesLines
* Move declarations to function beginning.Torbjorn Granlund2008-10-241-5/+5
* Rewrite.Torbjorn Granlund2008-10-211-45/+45
* Add a copyright year.Torbjorn Granlund2008-09-081-2/+2
* New .hgignore file. Removed all old .cvsignore files.Niels Möller2008-09-051-5/+0
* */Makefile.in, configure, aclocal.m4, config.in: Removed filesNiels Möller2008-09-051-901/+0
* Check for mpz_t overflow.tege2008-05-221-1/+20
* Check for mpz_t overflow.tege2008-05-221-1/+21
* Check sml's size (not the signed small_mult).tege2008-02-271-2/+2
* Cast a char index to int to shut up compilers.tege2007-09-261-1/+1
* Clean up spacing.tege2007-09-242-3/+0
* Update license to version 3.tege2007-09-18151-605/+302
* Remove final redundant newline.tege2006-11-041-1/+0
* Fix a comment typo.tege2006-11-041-1/+1
* Fix license (was "Library", not "Lesser").tege2006-11-041-11/+11
* Simplify.tege2006-11-041-30/+14
* Handle negative return values from __gmp_extract_double.tege2006-05-311-1/+5
* Use GMP_LIMB_BITS consistently.tege2006-04-301-1/+1
* Call mpz_tdiv_q for large operands.tege2006-04-271-2/+9
* *** empty log message ***tege2006-04-255-18/+18
* Fix a typo.tege2006-03-081-3/+3
* Fix typo in last change.tege2006-02-282-2/+2
* Make it work for LIMBS_PER_DOUBLE == 4.tege2006-02-281-20/+23
* Misc cleanups.tege2006-02-282-9/+9
* Declare `i'.tege2006-02-271-6/+9
* (mpz_cmp_d): Declare `i'.tege2006-02-271-6/+9
* Update FSF's address.tege2006-02-15151-302/+302
* Adapt to new mpn_rootrem.tege2005-11-022-31/+42
* Add a copyright year.tege2005-11-0146-54/+63
* (mpz_probab_prime_p): Considerably limit trial dividing.tege2005-10-311-1/+1
* (mpz_perfect_power_p): Use mpz_divisible_ui_p instead of mpz_tdiv_ui.tege2005-10-311-2/+2
* Correct probability number for GCD == 1.tege2005-10-311-1/+1
* Remove left-over TMP_XXXX marker arguments.tege2005-05-211-3/+3
* Remove TMP_XXXX marker arguments.tege2005-05-1843-156/+156
* (gmp_rrandomb): Rework again.tege2004-12-041-5/+5
* Misc cleanups, spelling corrections.tege2004-05-151-62/+61
* * */Makefile.in, install-sh, aclocal.m4: Update to automake 1.8.4.Kevin Ryde2004-05-101-4/+6
* Regenerate for:Kevin Ryde2004-05-101-1/+0
* Regenerate for:Kevin Ryde2004-05-081-9/+2
* (gmp_rrandomb): Rework to avoid extra limb allocationtege2004-04-271-19/+23
* * mpz/aorsmul.c, mpz/aorsmul_i.c, mpz/cfdiv_q_2exp.c,Kevin Ryde2004-04-231-2/+2
* * mpz/aorsmul.c, mpz/aorsmul_i.c, mpz/cfdiv_q_2exp.c,Kevin Ryde2004-04-231-2/+2
* * mpz/aorsmul.c, mpz/aorsmul_i.c, mpz/cfdiv_q_2exp.c,Kevin Ryde2004-04-231-2/+2
* * mpz/aorsmul.c, mpz/aorsmul_i.c, mpz/cfdiv_q_2exp.c,Kevin Ryde2004-04-231-2/+2
* Regenerate for:Kevin Ryde2004-04-201-1/+1
* * mpz/aors_ui.h, mpz/cdiv_q_ui.c, mpz/cdiv_qr_ui.c, mpz/cdiv_r_ui.c,Kevin Ryde2004-03-1014-31/+34
* * mpz/aors_ui.h, mpz/cdiv_q_ui.c, mpz/cdiv_qr_ui.c, mpz/cdiv_r_ui.c,Kevin Ryde2004-03-104-8/+9
* * aclocal.m4, configure, ltmain.sh, */Makefile.in: Update to automakeKevin Ryde2004-02-281-3/+3
* (gmp_rrandomb): Rewrite.tege2004-02-181-73/+29
* * mpz/scan0.c, mpz/scan1.c: Use count_trailing_zeros, instead ofKevin Ryde2004-02-162-12/+6
* * mpz/gcd_ui.c [nails]: Correction, actually return a value.Kevin Ryde2004-02-151-3/+5