| Commit message (Expand) | Author | Age | Files | Lines |
* | Declare mpz_get_d_2exp and mpf_get_d_2exp. | tege | 2001-11-29 | 1 | -0/+6 |
* | * mpz/init2.c, mpz/realloc2.c: New files. | Kevin Ryde | 2001-11-24 | 1 | -0/+6 |
* | * gmp-impl.h, gmp-h.in (__gmp_default_fp_limb_precision): Move back to | Kevin Ryde | 2001-11-17 | 1 | -1/+0 |
* | * gmp-h.in (gmp_randinit_default, gmp_randinit_lc_2exp_size: Add | Kevin Ryde | 2001-11-17 | 1 | -0/+7 |
* | * scanf/doscan.c, scanf/fscanf.c, scanf/fscanffuns.c, scanf/scanf.c, | Kevin Ryde | 2001-11-15 | 1 | -0/+29 |
* | * gmp-h.in: Remove parameter names from prototypes, to keep out of | Kevin Ryde | 2001-11-10 | 1 | -6/+6 |
* | * gmp-h.in, gmp-impl.h, mpf/abs.c, mpf/neg.c, mpf/get_prc.c, | Kevin Ryde | 2001-11-07 | 1 | -130/+0 |
* | * gmp-h.in, gmpxx.h: Use <iosfwd> not whole <iostream>. | Kevin Ryde | 2001-10-27 | 1 | -1/+1 |
* | Declare mpz_millerrabin. | tege | 2001-10-23 | 1 | -0/+3 |
* | * gmp-h.in: Don't give both prototypes and inlines, except on gcc. | Kevin Ryde | 2001-10-11 | 1 | -5/+67 |
* | * gmp-h.in, gmp-impl.h: Use #includes to get necessary standard | Kevin Ryde | 2001-10-10 | 1 | -8/+7 |
* | 2001-10-09 Gerardo Ballabio <ballabio@sissa.it> | Kevin Ryde | 2001-10-09 | 1 | -0/+4 |
* | Amend to operator<< | Kevin Ryde | 2001-10-02 | 1 | -3/+3 |
* | * cxx/Makefile.am, cxx/Makefile.in, cxx/osdoprnti.cc, cxx/osfuns.cc, | Kevin Ryde | 2001-10-01 | 1 | -0/+10 |
* | * gmp-h.in (__GNU_MP__, __GNU_MP_VERSION): Bump to 4.0. | Kevin Ryde | 2001-10-01 | 1 | -3/+3 |
* | Test if __STDIO__ is defined in Apple MPW to know if <stdio.h>was included | Kent Boortz | 2001-10-01 | 1 | -1/+2 |
* | (__GMPN_AORS_1): Rewrite to work around Cray compiler bug. | tege | 2001-09-27 | 1 | -38/+42 |
* | (__GMPN_AORS_1): Remove param TEST, add OP and CB. | tege | 2001-09-15 | 1 | -7/+6 |
* | * configure.in, gmp-h.in (__GMP_HAVE_HOST_CPU_FAMILY_power, | Kevin Ryde | 2001-09-11 | 1 | -2/+4 |
* | More of: | Kevin Ryde | 2001-09-11 | 1 | -3/+8 |
* | Let __DECC mean __GMP_HAVE_CONST, etc. | tege | 2001-09-11 | 1 | -1/+2 |
* | * gmp-h.in (__GMP_EXTERN_INLINE): Add a definition for SCO 8 cc. | Kevin Ryde | 2001-09-11 | 1 | -8/+19 |
* | * gmp-h.in, version.c (gmp_version): Make the pointer "const" as well | Kevin Ryde | 2001-09-11 | 1 | -1/+1 |
* | * gmp-h.in: Put #define renamings with prototypes. | Kevin Ryde | 2001-08-30 | 1 | -294/+472 |
* | * configure.in, acinclude.m4, Makefile.am, printf/Makefile.am, | Kevin Ryde | 2001-08-16 | 1 | -10/+0 |
* | * gmp-h.in, gmp-impl.h (_gmp_rand): Move prototype to gmp-impl.h. | Kevin Ryde | 2001-07-31 | 1 | -2/+0 |
* | * gmp-h.in, gmp-impl.h: Additions for gmp_printf etc. | Kevin Ryde | 2001-07-23 | 1 | -2/+87 |
* | * gmp-h.in (mpq_out_str): Give #define even without prototype. | Kevin Ryde | 2001-07-23 | 1 | -3/+3 |
* | * gmp-h.in (__GMPN_AORS_1): Remove x86 and gcc versions, leave just | Kevin Ryde | 2001-07-17 | 1 | -365/+118 |
* | * gmp-h.in (__GMPN_ADD_1 etc) [x86]: Don't use this on egcs 2.91. | Kevin Ryde | 2001-07-11 | 1 | -10/+11 |
* | More of: | Kevin Ryde | 2001-07-10 | 1 | -3/+4 |
* | * gmp-h.in (__GMPN_COPY): Add form to help gcc on power and powerpc. | Kevin Ryde | 2001-07-10 | 1 | -10/+47 |
* | * gmp-h.in (__GMPN_ADD_1): Avoid a bug in egcs 2.91.66. | Kevin Ryde | 2001-07-10 | 1 | -6/+9 |
* | * gmp-h.in (mpq_cmp_si): Add prototype. | Kevin Ryde | 2001-07-06 | 1 | -3/+18 |
* | * gmp-h.in (__GMP_EXTERN_INLINE): Set to "inline" for C++. | Kevin Ryde | 2001-07-03 | 1 | -18/+16 |
* | * gmp-h.in (__GMPN_ADD_1, __GMPN_SUB_1) [i386]: Fix some asm output | Kevin Ryde | 2001-06-23 | 1 | -28/+28 |
* | * gmp-h.in (__GMPN_ADD_1, __GMPN_SUB_1): New macros, rewrite of | Kevin Ryde | 2001-06-19 | 1 | -80/+418 |
* | * gmp-h.in (mpn_cmp): Add __GMP_ATTRIBUTE_PURE. | Kevin Ryde | 2001-06-19 | 1 | -1/+1 |
* | More of: | Kevin Ryde | 2001-06-17 | 1 | -19/+20 |
* | * gmp-h.in, gmp-impl.h: Move MPN_CMP to gmp.h as __GMPN_CMP, leave an | Kevin Ryde | 2001-06-12 | 1 | -0/+38 |
* | * mpz/jacobi.c, gmp-h.in (mpz_kronecker, mpz_legendre): Remove | Kevin Ryde | 2001-06-10 | 1 | -4/+10 |
* | * gmp-h.in (mpz_fib2_ui, mpz_lucnum_ui, mpz_lucnum2_ui): Add | Kevin Ryde | 2001-06-07 | 1 | -1/+13 |
* | Fix a typo in a comment. | Kevin Ryde | 2001-05-27 | 1 | -1/+1 |
* | * configure.in, gmp-h.in, mp-h.in: Add support for windows DLLs. | Kevin Ryde | 2001-05-27 | 1 | -301/+363 |
* | Amend comments for: | Kevin Ryde | 2001-05-19 | 1 | -6/+6 |
* | * gmp-h.in: Merge binutils ansidecl.h tests for ANSI compilers. | Kevin Ryde | 2001-05-17 | 1 | -15/+27 |
* | * gmp-h.in, gmp-impl.h (__gmp_default_fp_limb_precision): Move from | Kevin Ryde | 2001-05-17 | 1 | -3/+64 |
* | * gmp-h.in, Makefile.am, mpz/Makefile.am, tests/mpz/t-pow.c: Remove | Kevin Ryde | 2001-05-13 | 1 | -4/+0 |
* | * gmp-h.in (mpf_set_si, mpf_set_ui): Revert last change, set exp to 0 | Kevin Ryde | 2001-05-11 | 1 | -3/+2 |
* | * gmp-h.in (mpf_set_si, mpf_set_ui): Don't bother setting _mp_exp to 0 | Kevin Ryde | 2001-05-07 | 1 | -2/+3 |