| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | #include stdlib.h and sys/time.h. | tege | 2001-01-03 | 1 | -1/+4 |
* | Fix typo in last change. | tege | 2001-01-02 | 2 | -2/+2 |
* | Fix typo in last change. | tege | 2001-01-02 | 1 | -1/+1 |
* | Remove K&R function headers. | tege | 2001-01-02 | 17 | -142/+63 |
* | Remove K&R function headers. | tege | 2001-01-02 | 104 | -918/+114 |
* | Add a copyright year. | Kevin Ryde | 2000-12-30 | 1 | -1/+1 |
* | * mpz/tests/bit.c (check_tstbit): New test, and add a couple more | Kevin Ryde | 2000-12-29 | 1 | -15/+101 |
* | * mpz/tstbit.c: Rewrite, slightly simplified. | Kevin Ryde | 2000-12-29 | 1 | -40/+39 |
* | Generate operands using gmp_rand*. | tege | 2000-12-29 | 1 | -10/+37 |
* | Rename dump_abort => dump. | tege | 2000-12-29 | 1 | -19/+55 |
* | * mpn/generic/sqrtrem.c, mpz/pow_ui.c, mpz/powm_ui.c, mpf/get_str.c, | Kevin Ryde | 2000-12-24 | 2 | -3/+3 |
* | * mpn/generic/perfsqr.c, mpz/pprime_p.c: Use MPN_MOD_OR_PREINV_MOD_1. | Kevin Ryde | 2000-12-18 | 1 | -5/+5 |
* | Regenerate for: | Kevin Ryde | 2000-12-17 | 1 | -16/+28 |
* | * mpz/fac_ui.c: Fix for long long limb by using mpn_mul_1 not | Kevin Ryde | 2000-12-17 | 1 | -24/+75 |
* | * mpz/tests/t-fac_ui.c: New test. | Kevin Ryde | 2000-12-17 | 1 | -1/+1 |
* | * mpz/tests/t-fac_ui.c: New test. | Kevin Ryde | 2000-12-17 | 1 | -0/+93 |
* | Wind back to: | Kevin Ryde | 2000-12-13 | 1 | -17/+0 |
* | * mpz/fib_ui.c (table1, table2): Add data for 2,4,8,16 bits per limb. | Kevin Ryde | 2000-12-12 | 1 | -2/+137 |
* | Generalize PP handling for machines with limbs of < 32 bits. | tege | 2000-12-11 | 1 | -3/+18 |
* | Remove unused variable. | tege | 2000-12-09 | 3 | -4/+0 |
* | (base_mul): Fix re-evaluation problems in macro invocations. | tege | 2000-11-30 | 1 | -6/+12 |
* | Increase max operand size from 2^17 bits to 2^19 bits. Misc cleanups. | tege | 2000-11-30 | 1 | -53/+52 |
* | * */Makefile.in, aclocal.m4: Update to automake 2000-11-25. | Kevin Ryde | 2000-11-29 | 2 | -77/+79 |
* | (main): Generate random numbers using gmp_rand* functions. | tege | 2000-11-20 | 1 | -10/+38 |
* | Misc parameter adjustments. | tege | 2000-11-20 | 1 | -11/+7 |
* | (main): Generate random numbers using gmp_rand* functions. | tege | 2000-11-20 | 1 | -12/+50 |
* | Comment out debugging printf. | tege | 2000-11-20 | 2 | -2/+2 |
* | (main): Generate random numbers using gmp_rand* functions. | tege | 2000-11-20 | 2 | -42/+99 |
* | Remove #include urandom.h. | tege | 2000-11-14 | 5 | -61/+213 |
* | Add a comment. | tege | 2000-11-14 | 1 | -1/+1 |
* | Don't #include urandom.h. | tege | 2000-11-13 | 2 | -2/+0 |
* | Regenerate for: | Kevin Ryde | 2000-11-12 | 2 | -0/+2 |
* | (main): Generate random numbers using gmp_rand* functions. | tege | 2000-11-12 | 1 | -13/+47 |
* | (main): Generate random numbers using gmp_rand* functions. | tege | 2000-11-12 | 1 | -46/+55 |
* | Get WANT_REDC_GLOBAL the right way around. | Kevin Ryde | 2000-11-10 | 1 | -1/+1 |
* | Revert: | Kevin Ryde | 2000-11-10 | 1 | -9/+12 |
* | * mpz/powm.c (mpn_redc): Rename from redc, make global. | Kevin Ryde | 2000-11-09 | 1 | -19/+11 |
* | Regenerate for: | Kevin Ryde | 2000-11-03 | 1 | -4/+7 |
* | * mpz/divegcd.c: New file, providing mpz_divexact_gcd. | Kevin Ryde | 2000-11-03 | 1 | -1/+1 |
* | * mpz/divegcd.c: New file, providing mpz_divexact_gcd. | Kevin Ryde | 2000-11-03 | 1 | -0/+112 |
* | Yet another amendment to: | Kevin Ryde | 2000-10-27 | 1 | -287/+289 |
* | Regenerate for: | Kevin Ryde | 2000-10-27 | 1 | -14/+26 |
* | Fix for: | Kevin Ryde | 2000-10-27 | 1 | -6/+6 |
* | Put default FIB_THRESHOLD in gmp-impl.h, for use by t-fib_ui.c. | Kevin Ryde | 2000-10-27 | 1 | -13/+0 |
* | * mpz/tests/t-fib_ui.c: New file. | Kevin Ryde | 2000-10-27 | 2 | -1/+93 |
* | Oops, fix to Lesser GPL. | Kevin Ryde | 2000-10-27 | 1 | -4/+4 |
* | * mpz/fib_ui.c: Rewrite, same formulas but using mpn functions and | Kevin Ryde | 2000-10-27 | 1 | -107/+669 |
* | * (FAIL2): New #define. | tege | 2000-10-24 | 1 | -23/+33 |
* | Add a copyright year. | Kevin Ryde | 2000-10-24 | 1 | -1/+1 |
* | Add a copyright year. | Kevin Ryde | 2000-10-24 | 7 | -7/+7 |