summaryrefslogtreecommitdiff
path: root/gmp-h.in
Commit message (Expand)AuthorAgeFilesLines
* * gmp-h.in, mp-h.in, gmp-impl.h: __GMP_DECLSPEC at start ofKevin Ryde2001-12-071-326/+326
* * gmp-h.in (mpq_inp_str, mpn_hamdist): Add missing __GMP_DECLSPEC.Kevin Ryde2001-12-031-2/+2
* Declare mpz_get_d_2exp and mpf_get_d_2exp.tege2001-11-291-0/+6
* * mpz/init2.c, mpz/realloc2.c: New files.Kevin Ryde2001-11-241-0/+6
* * gmp-impl.h, gmp-h.in (__gmp_default_fp_limb_precision): Move back toKevin Ryde2001-11-171-1/+0
* * gmp-h.in (gmp_randinit_default, gmp_randinit_lc_2exp_size: AddKevin Ryde2001-11-171-0/+7
* * scanf/doscan.c, scanf/fscanf.c, scanf/fscanffuns.c, scanf/scanf.c,Kevin Ryde2001-11-151-0/+29
* * gmp-h.in: Remove parameter names from prototypes, to keep out ofKevin Ryde2001-11-101-6/+6
* * gmp-h.in, gmp-impl.h, mpf/abs.c, mpf/neg.c, mpf/get_prc.c,Kevin Ryde2001-11-071-130/+0
* * gmp-h.in, gmpxx.h: Use <iosfwd> not whole <iostream>.Kevin Ryde2001-10-271-1/+1
* Declare mpz_millerrabin.tege2001-10-231-0/+3
* * gmp-h.in: Don't give both prototypes and inlines, except on gcc.Kevin Ryde2001-10-111-5/+67
* * gmp-h.in, gmp-impl.h: Use #includes to get necessary standardKevin Ryde2001-10-101-8/+7
* 2001-10-09 Gerardo Ballabio <ballabio@sissa.it>Kevin Ryde2001-10-091-0/+4
* Amend to operator<<Kevin Ryde2001-10-021-3/+3
* * cxx/Makefile.am, cxx/Makefile.in, cxx/osdoprnti.cc, cxx/osfuns.cc,Kevin Ryde2001-10-011-0/+10
* * 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