| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | * mpz/aorsmul.c, mpz/aorsmul_i.c, mpz/cfdiv_q_2exp.c, | Kevin Ryde | 2004-04-23 | 1 | -2/+2 |
* | Regenerate for: | Kevin Ryde | 2004-04-20 | 1 | -1/+1 |
* | * mpz/aors_ui.h, mpz/cdiv_q_ui.c, mpz/cdiv_qr_ui.c, mpz/cdiv_r_ui.c, | Kevin Ryde | 2004-03-10 | 14 | -31/+34 |
* | * mpz/aors_ui.h, mpz/cdiv_q_ui.c, mpz/cdiv_qr_ui.c, mpz/cdiv_r_ui.c, | Kevin Ryde | 2004-03-10 | 4 | -8/+9 |
* | * aclocal.m4, configure, ltmain.sh, */Makefile.in: Update to automake | Kevin Ryde | 2004-02-28 | 1 | -3/+3 |
* | (gmp_rrandomb): Rewrite. | tege | 2004-02-18 | 1 | -73/+29 |
* | * mpz/scan0.c, mpz/scan1.c: Use count_trailing_zeros, instead of | Kevin Ryde | 2004-02-16 | 2 | -12/+6 |
* | * mpz/gcd_ui.c [nails]: Correction, actually return a value. | Kevin Ryde | 2004-02-15 | 1 | -3/+5 |
* | * mpz/get_d_2exp.c, mpf/get_d_2exp.c: Remove x86+m68k force to double, | Kevin Ryde | 2004-01-22 | 1 | -23/+2 |
* | Regenerate for: | Kevin Ryde | 2004-01-11 | 1 | -0/+1 |
* | * mpn/generic/sqrtrem.c, mpz/fac_ui.c: Add casts for K&R. | Kevin Ryde | 2003-12-31 | 1 | -7/+8 |
* | Oops, that should be mpn... not refmpn... | Kevin Ryde | 2003-12-30 | 1 | -1/+1 |
* | * mpz/lucnum_ui.c, mpz/lucnum2_ui.c: Use mpn_addlsh1_n when available. | Kevin Ryde | 2003-12-30 | 2 | -2/+10 |
* | * mpz/root.c, mpq/cmp_ui.c: Add casts for K&R. | Kevin Ryde | 2003-12-28 | 1 | -2/+2 |
* | Regenerate for: | Kevin Ryde | 2003-12-19 | 1 | -1/+1 |
* | * */Makefile.in, configure, aclocal.m4, ansi2knr.c, install-sh, | Kevin Ryde | 2003-12-19 | 1 | -140/+159 |
* | Don't include longlong.h. | tege | 2003-12-18 | 1 | -2/+0 |
* | * mpz/inp_str.c (mpz_inp_str_nowhite): Use ASSERT_ALWAYS for EOF value | Kevin Ryde | 2003-12-13 | 1 | -3/+3 |
* | Change asm => __asm__. | tege | 2003-12-12 | 1 | -1/+1 |