summaryrefslogtreecommitdiff
path: root/gmp-h.in
Commit message (Expand)AuthorAgeFilesLines
...
* * gmp-h.in (__GNU_MP__, __GNU_MP_VERSION): Bump to 4.0.Kevin Ryde2001-10-011-3/+3
* Test if __STDIO__ is defined in Apple MPW to know if <stdio.h>was includedKent Boortz2001-10-011-1/+2
* (__GMPN_AORS_1): Rewrite to work around Cray compiler bug.tege2001-09-271-38/+42
* (__GMPN_AORS_1): Remove param TEST, add OP and CB.tege2001-09-151-7/+6
* * configure.in, gmp-h.in (__GMP_HAVE_HOST_CPU_FAMILY_power,Kevin Ryde2001-09-111-2/+4
* More of:Kevin Ryde2001-09-111-3/+8
* Let __DECC mean __GMP_HAVE_CONST, etc.tege2001-09-111-1/+2
* * gmp-h.in (__GMP_EXTERN_INLINE): Add a definition for SCO 8 cc.Kevin Ryde2001-09-111-8/+19
* * gmp-h.in, version.c (gmp_version): Make the pointer "const" as wellKevin Ryde2001-09-111-1/+1
* * gmp-h.in: Put #define renamings with prototypes.Kevin Ryde2001-08-301-294/+472
* * configure.in, acinclude.m4, Makefile.am, printf/Makefile.am,Kevin Ryde2001-08-161-10/+0
* * gmp-h.in, gmp-impl.h (_gmp_rand): Move prototype to gmp-impl.h.Kevin Ryde2001-07-311-2/+0
* * gmp-h.in, gmp-impl.h: Additions for gmp_printf etc.Kevin Ryde2001-07-231-2/+87
* * gmp-h.in (mpq_out_str): Give #define even without prototype.Kevin Ryde2001-07-231-3/+3
* * gmp-h.in (__GMPN_AORS_1): Remove x86 and gcc versions, leave justKevin Ryde2001-07-171-365/+118
* * gmp-h.in (__GMPN_ADD_1 etc) [x86]: Don't use this on egcs 2.91.Kevin Ryde2001-07-111-10/+11
* More of:Kevin Ryde2001-07-101-3/+4
* * gmp-h.in (__GMPN_COPY): Add form to help gcc on power and powerpc.Kevin Ryde2001-07-101-10/+47
* * gmp-h.in (__GMPN_ADD_1): Avoid a bug in egcs 2.91.66.Kevin Ryde2001-07-101-6/+9
* * gmp-h.in (mpq_cmp_si): Add prototype.Kevin Ryde2001-07-061-3/+18
* * gmp-h.in (__GMP_EXTERN_INLINE): Set to "inline" for C++.Kevin Ryde2001-07-031-18/+16
* * gmp-h.in (__GMPN_ADD_1, __GMPN_SUB_1) [i386]: Fix some asm outputKevin Ryde2001-06-231-28/+28
* * gmp-h.in (__GMPN_ADD_1, __GMPN_SUB_1): New macros, rewrite ofKevin Ryde2001-06-191-80/+418
* * gmp-h.in (mpn_cmp): Add __GMP_ATTRIBUTE_PURE.Kevin Ryde2001-06-191-1/+1
* More of:Kevin Ryde2001-06-171-19/+20
* * gmp-h.in, gmp-impl.h: Move MPN_CMP to gmp.h as __GMPN_CMP, leave anKevin Ryde2001-06-121-0/+38
* * mpz/jacobi.c, gmp-h.in (mpz_kronecker, mpz_legendre): RemoveKevin Ryde2001-06-101-4/+10
* * gmp-h.in (mpz_fib2_ui, mpz_lucnum_ui, mpz_lucnum2_ui): AddKevin Ryde2001-06-071-1/+13
* Fix a typo in a comment.Kevin Ryde2001-05-271-1/+1
* * configure.in, gmp-h.in, mp-h.in: Add support for windows DLLs.Kevin Ryde2001-05-271-301/+363
* Amend comments for:Kevin Ryde2001-05-191-6/+6
* * gmp-h.in: Merge binutils ansidecl.h tests for ANSI compilers.Kevin Ryde2001-05-171-15/+27
* * gmp-h.in, gmp-impl.h (__gmp_default_fp_limb_precision): Move fromKevin Ryde2001-05-171-3/+64
* * gmp-h.in, Makefile.am, mpz/Makefile.am, tests/mpz/t-pow.c: RemoveKevin Ryde2001-05-131-4/+0
* * gmp-h.in (mpf_set_si, mpf_set_ui): Revert last change, set exp to 0Kevin Ryde2001-05-111-3/+2
* * gmp-h.in (mpf_set_si, mpf_set_ui): Don't bother setting _mp_exp to 0Kevin Ryde2001-05-071-2/+3
* * gmp-h.in (mpz_fits_uint_p, mpz_fits_ulong_p, mpz_fits_ushort_p):Kevin Ryde2001-05-071-1/+43
* Forgot an endif for:Kevin Ryde2001-05-051-0/+1
* * gmp-h.in (mpz_get_ui, mpz_getlimbn, mpz_set_q, mpz_perfect_square_p,Kevin Ryde2001-05-051-98/+191
* * gmp-h.in (__GMP_EXTERN_INLINE, __GMP_ABS): New macros.Kevin Ryde2001-05-031-10/+91
* * gmp-h.in (mpz_addmul, mpz_submul, mpz_submul_ui): Add prototypes.Kevin Ryde2001-05-031-20/+17
* * gmp-h.in (mpz_lcm_ui): Add prototype.Kevin Ryde2001-04-301-0/+4
* * gmp-h.in (mpn_add_1, mpn_add, mpn_sub_1, mpn_sub): Remove K&RKevin Ryde2001-04-301-43/+34
* Expunge mpz_divexact_siKevin Ryde2001-04-251-3/+0
* (mpz_inp_binary, mpz_out_binary): Remove declarations.tege2001-04-241-4/+0
* * gmp-h.in (mpz_divexact_si, mpz_divexact_ui): Add prototypes.Kevin Ryde2001-04-211-0/+23
* * configure.in, gmp-h.in, mp-h.in, demos/expr/expr-impl-h.in: RevertKevin Ryde2001-04-191-2/+2
* * gmp-h.in (mpq_get_str): Add prototype.Kevin Ryde2001-04-021-0/+4
* * gmp-h.in (__GMP_ATTRIBUTE_PURE): Use __pure__ to avoid applicationKevin Ryde2001-03-221-1/+1
* * gmp-h.in (mpz_congruent_p, mpz_congruent_2exp_p,Kevin Ryde2001-03-141-0/+10