summaryrefslogtreecommitdiff
path: root/gmp-h.in
Commit message (Expand)AuthorAgeFilesLines
* * gmp-h.in (mpn_divmod_1): Use __GMP_CAST, to avoid warnings inKevin Ryde2003-10-241-1/+1
* * gmp-h.in (__mpz_struct): Add comment on __mpz_struct getting intoKevin Ryde2003-10-151-0/+3
* * gmp-h.in (gmp_randinit_set): Use __gmp_const rather than const.Kevin Ryde2003-09-231-1/+1
* * mpz/rootrem.c, gmp-h.in, gmp.texi (mpz_rootrem): Don't returnKevin Ryde2003-08-231-1/+1
* 2003-07-24 Niels Möller <nisse@lysator.liu.se>Kevin Ryde2003-07-241-1/+4
* * gmp-h.in (gmp_randinit_set): Add prototype.Kevin Ryde2003-03-291-0/+9
* * gmp-h.in (mpz_mdivmod_ui, mpz_mmod_ui): Add parens around "r".Kevin Ryde2003-01-041-2/+2
* * gmp-h.in (__GMP_CAST): New macro, clean to g++ -Wold-style-cast.Kevin Ryde2003-01-041-6/+20
* * gmp-h.in (mp_get_memory_functions): Add prototype.Kevin Ryde2002-12-211-0/+5
* * gmp-h.in, gmp-impl.h (__gmp_allocate_func, __gmp_reallocate_func,Kevin Ryde2002-12-211-8/+1
* * gmp-h.in: Don't bother trying to support Compaq C++ in pre-standardKevin Ryde2002-12-191-10/+0
* * gmp-h.in: Use <iostream> instead of <iosfwd> with Compaq C++ inKevin Ryde2002-12-091-1/+11
* Add a couple of comments.Kevin Ryde2002-12-021-3/+7
* * gmp-h.in: More comments on __declspec for windows DLLs.Kevin Ryde2002-11-201-1/+12
* * gmp-h.in (__GMP_DECLSPEC_EXPORT, __GMP_DECLSPEC_IMPORT) [__GNUC__]:Kevin Ryde2002-11-131-3/+8
* * gmp-h.in (__GMP_ATTRIBUTE_PURE): Suppress this whenKevin Ryde2002-10-231-2/+3
* Fix typo in last change.tege2002-10-181-1/+1
* (mpz_rootrem): Add mpz_rootrem.tege2002-10-181-0/+3
* 2002-09-18 Pedro Gimeno <pggimeno@wanadoo.es>Kevin Ryde2002-09-181-16/+7
* * gmp-h.in, mp-h.in: Use #ifdef for tests, for the benefit ofKevin Ryde2002-09-071-65/+67
* More of:Kevin Ryde2002-07-151-7/+7
* * gmp-h.in (__GMP_EXTERN_INLINE): Don't use this during configure,Kevin Ryde2002-07-131-0/+10
* * gmp-h.in (mpz_export): Remove a spurious parameter name.Kevin Ryde2002-07-011-1/+1
* * gmp-h.in (__GMP_CRAY_Pragma): New macro.Kevin Ryde2002-06-291-0/+7
* (__GMP_EXTERN_INLINE): Add static __inline for DEC C.Kevin Ryde2002-06-231-0/+12
* * gmp-h.in (__DECC): Add notes on testing this for ANSI-ness.Kevin Ryde2002-06-221-3/+9
* * mp-h.in, gmp-h.in (mp_ptr, mp_srcptr, mp_size_t, mp_exp_t): RemoveKevin Ryde2002-06-091-13/+15
* * gmp-h.in: Use __gmp_const not const, in a number of places.Kevin Ryde2002-06-061-20/+20
* * gmp-h.in (__GMP_LIKELY, __GMP_UNLIKELY): New macros.Kevin Ryde2002-06-061-14/+29
* (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