| Commit message (Expand) | Author | Age | Files | Lines |
* | * 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 |
* | * gmp-h.in (mpz_fits_uint_p, mpz_fits_ulong_p, mpz_fits_ushort_p): | Kevin Ryde | 2001-05-07 | 1 | -1/+43 |
* | Forgot an endif for: | Kevin Ryde | 2001-05-05 | 1 | -0/+1 |
* | * gmp-h.in (mpz_get_ui, mpz_getlimbn, mpz_set_q, mpz_perfect_square_p, | Kevin Ryde | 2001-05-05 | 1 | -98/+191 |
* | * gmp-h.in (__GMP_EXTERN_INLINE, __GMP_ABS): New macros. | Kevin Ryde | 2001-05-03 | 1 | -10/+91 |
* | * gmp-h.in (mpz_addmul, mpz_submul, mpz_submul_ui): Add prototypes. | Kevin Ryde | 2001-05-03 | 1 | -20/+17 |
* | * gmp-h.in (mpz_lcm_ui): Add prototype. | Kevin Ryde | 2001-04-30 | 1 | -0/+4 |
* | * gmp-h.in (mpn_add_1, mpn_add, mpn_sub_1, mpn_sub): Remove K&R | Kevin Ryde | 2001-04-30 | 1 | -43/+34 |
* | Expunge mpz_divexact_si | Kevin Ryde | 2001-04-25 | 1 | -3/+0 |
* | (mpz_inp_binary, mpz_out_binary): Remove declarations. | tege | 2001-04-24 | 1 | -4/+0 |
* | * gmp-h.in (mpz_divexact_si, mpz_divexact_ui): Add prototypes. | Kevin Ryde | 2001-04-21 | 1 | -0/+23 |
* | * configure.in, gmp-h.in, mp-h.in, demos/expr/expr-impl-h.in: Revert | Kevin Ryde | 2001-04-19 | 1 | -2/+2 |
* | * gmp-h.in (mpq_get_str): Add prototype. | Kevin Ryde | 2001-04-02 | 1 | -0/+4 |
* | * gmp-h.in (__GMP_ATTRIBUTE_PURE): Use __pure__ to avoid application | Kevin Ryde | 2001-03-22 | 1 | -1/+1 |
* | * gmp-h.in (mpz_congruent_p, mpz_congruent_2exp_p, | Kevin Ryde | 2001-03-14 | 1 | -0/+10 |
* | * configure.in (gmp.h, mp.h, demos/expr/expr-impl.h): Generate using | Kevin Ryde | 2001-03-08 | 1 | -3/+5 |
* | * gmp-impl.h, gmp-h.in (mpn_jacobi_base): Move prototype to | Kevin Ryde | 2001-03-05 | 1 | -70/+86 |
* | Clarify the comment about Sun C and __MPN token pasting. | Kevin Ryde | 2001-03-05 | 1 | -1/+2 |
* | * gmp-h.in (mpz_cdiv_q_2exp, mpz_cdiv_q_2exp): Add prototypes. | Kevin Ryde | 2001-03-03 | 1 | -0/+8 |
* | * gmp-h.in (mpz_divisible_p, mpz_divisible_ui_p, | Kevin Ryde | 2001-03-02 | 1 | -0/+10 |
* | * gmp-h.in (mpz_si_pow_ui): Add prototype. | Kevin Ryde | 2001-02-28 | 1 | -0/+4 |
* | * gmp-h.in (mpn_incr_u, mpn_decr_u): Add parens around arguments. | Kevin Ryde | 2001-02-28 | 1 | -6/+6 |
* | * gmp-h.in (__GNU_MP_VERSION_MINOR): Bump to 2. | Kevin Ryde | 2001-02-01 | 1 | -1/+1 |
* | * gmp-h.in (mpf_fits_*_p, mpf_get_si, mpf_get_ui, mpf_integer_p): Add | Kevin Ryde | 2001-01-28 | 1 | -0/+31 |
* | * gmp-h.in (mpz_kronecker): Add prototype. | Kevin Ryde | 2001-01-18 | 1 | -0/+3 |