| Commit message (Expand) | Author | Age | Files | Lines |
* | Overhaul. | tege | 2005-05-31 | 1 | -224/+196 |
* | Tix nimor fypo. | Linus Nordberg | 2005-04-18 | 1 | -1/+1 |
* | Consistently use "x86" denotation. | tege | 2004-10-25 | 1 | -5/+5 |
* | (Language Bindings): Add gmp-d, reported by Ben Hinkle. Update SWI | Kevin Ryde | 2004-06-17 | 1 | -1/+7 |
* | * doc/gmp.texi: Use @. when sentence ends with a capital, for good | Kevin Ryde | 2004-06-17 | 1 | -34/+34 |
* | * */Makefile.in, install-sh, aclocal.m4: Update to automake 1.8.4. | Kevin Ryde | 2004-05-10 | 1 | -1/+1 |
* | Regenerate for: | Kevin Ryde | 2004-05-10 | 1 | -1/+0 |
* | * doc/gmp.texi (Demonstration Programs): Add a remark about expression | Kevin Ryde | 2004-05-10 | 1 | -0/+9 |
* | * doc/configuration (Configure): Update for current automake not | Kevin Ryde | 2004-05-08 | 1 | -3/+4 |
* | Regenerate for: | Kevin Ryde | 2004-05-08 | 1 | -9/+2 |
* | * configure.in, Makefile.am, doc/gmp.texi, doc/configuration, | Kevin Ryde | 2004-05-08 | 1 | -4/+3 |
* | * configure.in, Makefile.am, doc/gmp.texi, doc/configuration, | Kevin Ryde | 2004-05-08 | 1 | -54/+5 |
* | Drop mpfr as mpf bit, unlikely for the forseeable future. | Kevin Ryde | 2004-05-08 | 1 | -4/+1 |
* | Remove invert_limb use [-1-d]:[-1], done. | Kevin Ryde | 2004-05-08 | 1 | -14/+0 |
* | Remove alpha osf ${wl} apparently unexpanded, a non-problem. | Kevin Ryde | 2004-05-06 | 1 | -4/+1 |
* | * doc/gmp.texi (Converting Integers): For mpz_get_d, note truncation | Kevin Ryde | 2004-05-06 | 1 | -11/+50 |
* | * doc/gmp.texi (References): Update gcc online docs url to | Kevin Ryde | 2004-05-01 | 1 | -1/+1 |
* | * doc/gmp.texi (Reentrancy): Note also gmp_randinit_default as an | Kevin Ryde | 2004-04-30 | 1 | -1/+1 |
* | * doc/fdl.texi: Tweak texinfo, want @appendixsec rather than | Kevin Ryde | 2004-04-21 | 1 | -1/+4 |
* | * doc/gmp.texi (@copying): Don't put a line break in @ref within | Kevin Ryde | 2004-04-20 | 1 | -2/+5 |
* | * doc/texinfo.tex: Update to 2004-04-07.08 from texinfo 4.7. | Kevin Ryde | 2004-04-20 | 1 | -2847/+3459 |
* | Regenerate for: | Kevin Ryde | 2004-04-20 | 1 | -11/+13 |
* | Note Niels' Schoenhage gcdext. | Kevin Ryde | 2004-04-16 | 1 | -4/+3 |
* | * doc/fdl.texi: Update from FSF, just fixing a couple of typos. | Kevin Ryde | 2004-04-16 | 1 | -4/+4 |
* | * doc/gmp.texi (Random State Initialization): Add index entries for | Kevin Ryde | 2004-04-14 | 1 | -0/+9 |
* | * doc/gmp.texi (Reentrancy, Random State Initialization): Note | Kevin Ryde | 2004-04-14 | 1 | -8/+17 |
* | Note mpf_eq revision is in progress. | Kevin Ryde | 2004-04-13 | 1 | -3/+9 |
* | Tweak wording of xemacs and guile version numbers. | Kevin Ryde | 2004-04-12 | 1 | -2/+2 |
* | More of: | Kevin Ryde | 2004-04-07 | 1 | -2/+2 |
* | * doc/gmp.texi (BSD Compatible Functions): Note "pow" name clash under | Kevin Ryde | 2004-04-07 | 1 | -0/+12 |
* | * doc/gmp.texi (Language Bindings): Add GOO, MLGMP and Numerix. | Kevin Ryde | 2004-03-31 | 1 | -0/+15 |
* | Remove mpf_div x/x equal to 1, done. | Kevin Ryde | 2004-03-14 | 1 | -18/+6 |
* | Typo in mpf_eq description. | Kevin Ryde | 2004-03-10 | 1 | -1/+1 |
* | Tweaks to: | Kevin Ryde | 2004-03-06 | 1 | -2/+2 |
* | * doc/configuration (Configure): Remove mkinstalldirs, no longer used. | Kevin Ryde | 2004-03-04 | 1 | -4/+4 |
* | * doc/gmp.texi (Reentrancy): Note C++ mpf_class constructors using | Kevin Ryde | 2004-03-03 | 1 | -4/+30 |
* | * aclocal.m4, configure, ltmain.sh, */Makefile.in: Update to automake | Kevin Ryde | 2004-02-28 | 1 | -3/+3 |
* | Add mpf_mul_2exp and mpf_div_2exp avoid low zeros. | Kevin Ryde | 2004-02-28 | 1 | -5/+17 |
* | * doc/gmp.texi (C++ Interface Integers): Note / and % rounding follows | Kevin Ryde | 2004-02-28 | 1 | -3/+6 |
* | Add mpz_pow_ui overflow detection. | Kevin Ryde | 2004-02-14 | 1 | -4/+10 |
* | Show mpz_rscan0 for reverse direction scanning, a name preference | Kevin Ryde | 2004-02-09 | 1 | -4/+5 |
* | * doc/gmp.texi (Miscellaneous Float Functions): Note exponent is in | Kevin Ryde | 2004-01-24 | 1 | -4/+4 |
* | Add mpf_div_ui test in advance for high quotient limb zero. | Kevin Ryde | 2004-01-24 | 1 | -0/+5 |
* | Add mpf_div_ui use mpn_divrem_1. | Kevin Ryde | 2004-01-23 | 1 | -1/+8 |
* | Remove mpf_sqrt_ui, mpf_sqrt excess precision, done. | Kevin Ryde | 2004-01-22 | 1 | -5/+3 |
* | * doc/gmp.texi (ABI and ISA): Add x86_64 dual ABIs. | Kevin Ryde | 2004-01-21 | 1 | -2/+31 |
* | Add ev6 addlsh1_n, mainly as a reminder addmul_1 is beating lshift+add_n. | Kevin Ryde | 2004-01-15 | 1 | -1/+6 |
* | Regenerate for: | Kevin Ryde | 2004-01-11 | 1 | -0/+1 |
* | Add _LONG_LONG_LIMB not namespace clean. | Kevin Ryde | 2004-01-06 | 1 | -1/+8 |
* | Add ppc601 check which of power or powerpc code is better. | Kevin Ryde | 2004-01-03 | 1 | -2/+5 |