summaryrefslogtreecommitdiff
path: root/gmp-h.in
Commit message (Expand)AuthorAgeFilesLines
* (mpz_ui_sub): Add declaration.tege2002-05-071-0/+3
* (mpn_pow_1): Add declaration.tege2002-05-071-0/+3
* * mpz/import.c, mpz/export.c: New files.Kevin Ryde2002-05-071-0/+7
* * gmp-h.in (__GNU_MP_VERSION): Set to 4.1.Kevin Ryde2002-05-041-1/+1
* (__GMPZ_FITS_UTYPE_P): Cast maxval to before shifting it.tege2002-04-301-1/+1
* (mpz_get_ui): Fix typo from last change.tege2002-04-261-2/+2
* (__GMPZ_FITS_UTYPE_P): Nailify.tege2002-04-181-4/+12
* (mpz_get_ui): #if ... #endif else code block to shut up gcc warnings.tege2002-04-171-0/+2
* (mpz_get_ui): Generalize for nails. Streamline (and probably upsettege2002-04-161-2/+13
* * gmp-h.in, gmp-impl.h (GMP_NAIL_MASK): Move to gmp.h.Kevin Ryde2002-04-161-1/+2
* (__GMPN_ADD, __GMPN_SUB): Nailify.tege2002-04-151-2/+2
* (GMP_NUMB_MASK): New #define.tege2002-04-101-0/+42
* * gmp-h.in, mp-h.in, configure.in, acinclude.m4: Remove __GMP fromKevin Ryde2002-03-281-5/+5
* * configure.in, gmp-h.in, mp-h.in, macos/configure: UseKevin Ryde2002-03-201-39/+34
* Correction to:Kevin Ryde2002-03-031-2/+2
* * gmp-h.in, mp-h.in (__GMP_DECLSPEC, __GMP_DECLSPEC_XX): TestKevin Ryde2002-03-021-2/+6
* More of:Kevin Ryde2002-03-021-13/+17
* * gmp-h.in, mp-h.in: Use <cstddef> for size_t under C++, suggested byKevin Ryde2002-03-021-2/+6
* * gmp-h.in (<iosfwd>): Move to top of file for clarity.Kevin Ryde2002-03-021-1/+4
* * gmp-h.in (__GMP_DECLSPEC_XX): New define, use it on libgmpxx funs.Kevin Ryde2002-03-021-7/+19
* * gmp-h.in (gmp_errno, gmp_version): Move into extern "C" block,Kevin Ryde2002-02-281-6/+6
* * gmp-h.in (__GMP_DECLSPEC_EXPORT, __GMP_DECLSPEC_IMPORT): UseKevin Ryde2002-02-271-4/+3
* * gmp-h.in: g++ 3 demands __GMP_NOTHROW is before other attributes.Kevin Ryde2002-02-141-43/+48
* More of:Kevin Ryde2002-02-081-10/+10
* * gmp-h.in (__GMP_NOTHROW): New macro.Kevin Ryde2002-02-081-51/+72
* * configure.in (--enable-nails): New option.Kevin Ryde2002-01-231-1/+4
* * gmp-h.in: Use __gmp prefix on variables in inlines.Kevin Ryde2002-01-161-130/+128
* * gmp-h.in, gmp-impl.h (mpn_add_nc, mpn_addmul_1c, mpn_addsub_n,Kevin Ryde2002-01-111-40/+1
* * gmp-h.in (mpn_divexact_by3c): Remove variables from prototype, toKevin Ryde2002-01-051-2/+1
* Add a copyright year.Kevin Ryde2002-01-041-1/+1
* * gmp-h.in: Rename _PROTO to __GMP_PROTO, and don't use #ifndef justKevin Ryde2002-01-041-321/+319
* Remove some spurious spacing.tege2001-12-301-2/+1
* * gmp-h.in (operator<<, operator>>): Remove parameter names fromKevin Ryde2001-12-171-6/+6
* * gmp-h.in (mpn_add, mpn_add_1, mpn_cmp, mpn_sub, mpn_sub_1): FollowKevin Ryde2001-12-151-0/+10
* * 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