| Commit message (Expand) | Author | Age | Files | Lines |
* | Run 10 mpz_millerrabin tests (was 5). | Torbjorn Granlund | 2008-12-18 | 1 | -1/+3 |
* | Handle some small exponents locally. | Torbjorn Granlund | 2008-12-08 | 1 | -2/+17 |
* | Change _PROTO => __GMP_PROTO. | Torbjorn Granlund | 2008-12-07 | 8 | -12/+12 |
* | Whitespace-cleanup. | Torbjorn Granlund | 2008-12-02 | 1 | -1/+1 |
* | Handle undefined case of |N| < |D| to avoid segfaults. | Torbjorn Granlund | 2008-11-21 | 1 | -3/+4 |
* | Rewrite to avoid internal overflow and to detect mpz_t overflow. | Torbjorn Granlund | 2008-11-21 | 1 | -16/+4 |
* | Rewrite to avoid internal overflow and to detect mpz_t overflow. | Torbjorn Granlund | 2008-11-21 | 1 | -6/+19 |
* | Amend last fix. | Torbjorn Granlund | 2008-11-21 | 1 | -1/+1 |
* | Move declarations to function beginning. | Torbjorn Granlund | 2008-10-24 | 1 | -5/+5 |
* | Rewrite. | Torbjorn Granlund | 2008-10-21 | 1 | -45/+45 |
* | Add a copyright year. | Torbjorn Granlund | 2008-09-08 | 1 | -2/+2 |
* | New .hgignore file. Removed all old .cvsignore files. | Niels Möller | 2008-09-05 | 1 | -5/+0 |
* | */Makefile.in, configure, aclocal.m4, config.in: Removed files | Niels Möller | 2008-09-05 | 1 | -901/+0 |
* | Check for mpz_t overflow. | tege | 2008-05-22 | 1 | -1/+20 |
* | Check for mpz_t overflow. | tege | 2008-05-22 | 1 | -1/+21 |
* | Check sml's size (not the signed small_mult). | tege | 2008-02-27 | 1 | -2/+2 |
* | Cast a char index to int to shut up compilers. | tege | 2007-09-26 | 1 | -1/+1 |
* | Clean up spacing. | tege | 2007-09-24 | 2 | -3/+0 |
* | Update license to version 3. | tege | 2007-09-18 | 151 | -605/+302 |
* | Remove final redundant newline. | tege | 2006-11-04 | 1 | -1/+0 |
* | Fix a comment typo. | tege | 2006-11-04 | 1 | -1/+1 |
* | Fix license (was "Library", not "Lesser"). | tege | 2006-11-04 | 1 | -11/+11 |
* | Simplify. | tege | 2006-11-04 | 1 | -30/+14 |
* | Handle negative return values from __gmp_extract_double. | tege | 2006-05-31 | 1 | -1/+5 |
* | Use GMP_LIMB_BITS consistently. | tege | 2006-04-30 | 1 | -1/+1 |
* | Call mpz_tdiv_q for large operands. | tege | 2006-04-27 | 1 | -2/+9 |
* | *** empty log message *** | tege | 2006-04-25 | 5 | -18/+18 |
* | Fix a typo. | tege | 2006-03-08 | 1 | -3/+3 |
* | Fix typo in last change. | tege | 2006-02-28 | 2 | -2/+2 |
* | Make it work for LIMBS_PER_DOUBLE == 4. | tege | 2006-02-28 | 1 | -20/+23 |
* | Misc cleanups. | tege | 2006-02-28 | 2 | -9/+9 |
* | Declare `i'. | tege | 2006-02-27 | 1 | -6/+9 |
* | (mpz_cmp_d): Declare `i'. | tege | 2006-02-27 | 1 | -6/+9 |
* | Update FSF's address. | tege | 2006-02-15 | 151 | -302/+302 |
* | Adapt to new mpn_rootrem. | tege | 2005-11-02 | 2 | -31/+42 |
* | Add a copyright year. | tege | 2005-11-01 | 46 | -54/+63 |
* | (mpz_probab_prime_p): Considerably limit trial dividing. | tege | 2005-10-31 | 1 | -1/+1 |
* | (mpz_perfect_power_p): Use mpz_divisible_ui_p instead of mpz_tdiv_ui. | tege | 2005-10-31 | 1 | -2/+2 |
* | Correct probability number for GCD == 1. | tege | 2005-10-31 | 1 | -1/+1 |
* | Remove left-over TMP_XXXX marker arguments. | tege | 2005-05-21 | 1 | -3/+3 |
* | Remove TMP_XXXX marker arguments. | tege | 2005-05-18 | 43 | -156/+156 |
* | (gmp_rrandomb): Rework again. | tege | 2004-12-04 | 1 | -5/+5 |
* | Misc cleanups, spelling corrections. | tege | 2004-05-15 | 1 | -62/+61 |
* | * */Makefile.in, install-sh, aclocal.m4: Update to automake 1.8.4. | Kevin Ryde | 2004-05-10 | 1 | -4/+6 |
* | Regenerate for: | Kevin Ryde | 2004-05-10 | 1 | -1/+0 |
* | Regenerate for: | Kevin Ryde | 2004-05-08 | 1 | -9/+2 |
* | (gmp_rrandomb): Rework to avoid extra limb allocation | tege | 2004-04-27 | 1 | -19/+23 |
* | * mpz/aorsmul.c, mpz/aorsmul_i.c, mpz/cfdiv_q_2exp.c, | Kevin Ryde | 2004-04-23 | 1 | -2/+2 |
* | * mpz/aorsmul.c, mpz/aorsmul_i.c, mpz/cfdiv_q_2exp.c, | Kevin Ryde | 2004-04-23 | 1 | -2/+2 |
* | * mpz/aorsmul.c, mpz/aorsmul_i.c, mpz/cfdiv_q_2exp.c, | Kevin Ryde | 2004-04-23 | 1 | -2/+2 |