summaryrefslogtreecommitdiff
path: root/gmp-h.in
Commit message (Expand)AuthorAgeFilesLines
* (__GNU_MP_VERSION_MINOR): Bump.Torbjorn Granlund2008-11-211-1/+1
* (gmp_urandomm_ui, gmp_urandomb_ui): Add __GMP_DECLSPEC.Torbjorn Granlund2008-10-281-2/+2
* (mpn_gcdext_1): Remove bogus __GMP_ATTRIBUTE_PURE.Torbjorn Granlund2008-10-271-1/+1
* Merged changes from main trunkNiels Möller2008-09-221-0/+3
|\
| * New implementation of gcd and gcdext using Lehmer and hgcd2 (untested)Niels Möller2008-09-051-0/+3
* | Unconditionally include <cstdio>.Torbjorn Granlund2008-09-101-3/+2
* | (__GMP_CC): New #define.Torbjorn Granlund2008-09-081-0/+4
|/
* (mpn_neg_n): New function.tege2007-09-241-4/+33
* Update license to version 3.tege2007-09-181-4/+2
* Add a "using std::FILE" for C++.tege2006-04-081-5/+7
* Update FSF's address.tege2006-02-151-2/+2
* Add a copyright year.tege2005-11-011-1/+1
* (_GMP_H_HAVE_FILE): Check also _STDIO_H_INCLUDED.tege2005-10-311-1/+2
* Bumb __GNU_MP_VERSION_PATCHLEVEL to 90.tege2005-02-221-1/+1
* Remove PPC MPN_COPY variants.tege2004-10-081-38/+0
* * gmp-h.in (mpz_get_ui): Use #if instead of plain if, and for nailsKevin Ryde2004-05-171-10/+13
* * gmp-h.in (mpz_get_ui): Use ?: instead of mask style, gcc treats theKevin Ryde2004-03-191-1/+1
* Bit more of:Kevin Ryde2004-02-161-1/+1
* * gmp-h.in (GMP_ERROR_ALLOCATE, GMP_ERROR_BAD_STRING,Kevin Ryde2004-02-161-3/+0
* * gmp-h.in (_GMP_H_HAVE_FILE): Add _MSL_STDIO_H for Metrowerks.Kevin Ryde2004-01-161-4/+5
* * gmp-h.in, mp-h.in (__GMP_SHORT_LIMB): Renamed from _SHORT_LIMB, toKevin Ryde2004-01-061-1/+1
* * gmp-h.in (_GMP_H_HAVE_FILE): Note why defined(EOF) is not good.Kevin Ryde2003-12-201-0/+4
* * 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