| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | (__GNU_MP_VERSION_MINOR): Bump. | Torbjorn Granlund | 2008-11-21 | 1 | -1/+1 |
* | (gmp_urandomm_ui, gmp_urandomb_ui): Add __GMP_DECLSPEC. | Torbjorn Granlund | 2008-10-28 | 1 | -2/+2 |
* | (mpn_gcdext_1): Remove bogus __GMP_ATTRIBUTE_PURE. | Torbjorn Granlund | 2008-10-27 | 1 | -1/+1 |
* | Merged changes from main trunk | Niels Möller | 2008-09-22 | 1 | -0/+3 |
|\ |
|
| * | New implementation of gcd and gcdext using Lehmer and hgcd2 (untested) | Niels Möller | 2008-09-05 | 1 | -0/+3 |
* | | Unconditionally include <cstdio>. | Torbjorn Granlund | 2008-09-10 | 1 | -3/+2 |
* | | (__GMP_CC): New #define. | Torbjorn Granlund | 2008-09-08 | 1 | -0/+4 |
|/ |
|
* | (mpn_neg_n): New function. | tege | 2007-09-24 | 1 | -4/+33 |
* | Update license to version 3. | tege | 2007-09-18 | 1 | -4/+2 |
* | Add a "using std::FILE" for C++. | tege | 2006-04-08 | 1 | -5/+7 |
* | Update FSF's address. | tege | 2006-02-15 | 1 | -2/+2 |
* | Add a copyright year. | tege | 2005-11-01 | 1 | -1/+1 |
* | (_GMP_H_HAVE_FILE): Check also _STDIO_H_INCLUDED. | tege | 2005-10-31 | 1 | -1/+2 |
* | Bumb __GNU_MP_VERSION_PATCHLEVEL to 90. | tege | 2005-02-22 | 1 | -1/+1 |
* | Remove PPC MPN_COPY variants. | tege | 2004-10-08 | 1 | -38/+0 |
* | * gmp-h.in (mpz_get_ui): Use #if instead of plain if, and for nails | Kevin Ryde | 2004-05-17 | 1 | -10/+13 |
* | * gmp-h.in (mpz_get_ui): Use ?: instead of mask style, gcc treats the | Kevin Ryde | 2004-03-19 | 1 | -1/+1 |
* | Bit more of: | Kevin Ryde | 2004-02-16 | 1 | -1/+1 |
* | * gmp-h.in (GMP_ERROR_ALLOCATE, GMP_ERROR_BAD_STRING, | Kevin Ryde | 2004-02-16 | 1 | -3/+0 |
* | * gmp-h.in (_GMP_H_HAVE_FILE): Add _MSL_STDIO_H for Metrowerks. | Kevin Ryde | 2004-01-16 | 1 | -4/+5 |
* | * gmp-h.in, mp-h.in (__GMP_SHORT_LIMB): Renamed from _SHORT_LIMB, to | Kevin Ryde | 2004-01-06 | 1 | -1/+1 |
* | * gmp-h.in (_GMP_H_HAVE_FILE): Note why defined(EOF) is not good. | Kevin Ryde | 2003-12-20 | 1 | -0/+4 |
* | * gmp-h.in (mpn_divmod_1): Use __GMP_CAST, to avoid warnings in | Kevin Ryde | 2003-10-24 | 1 | -1/+1 |
* | * gmp-h.in (__mpz_struct): Add comment on __mpz_struct getting into | Kevin Ryde | 2003-10-15 | 1 | -0/+3 |
* | * gmp-h.in (gmp_randinit_set): Use __gmp_const rather than const. | Kevin Ryde | 2003-09-23 | 1 | -1/+1 |
* | * mpz/rootrem.c, gmp-h.in, gmp.texi (mpz_rootrem): Don't return | Kevin Ryde | 2003-08-23 | 1 | -1/+1 |
* | 2003-07-24 Niels Möller <nisse@lysator.liu.se> | Kevin Ryde | 2003-07-24 | 1 | -1/+4 |
* | * gmp-h.in (gmp_randinit_set): Add prototype. | Kevin Ryde | 2003-03-29 | 1 | -0/+9 |
* | * gmp-h.in (mpz_mdivmod_ui, mpz_mmod_ui): Add parens around "r". | Kevin Ryde | 2003-01-04 | 1 | -2/+2 |
* | * gmp-h.in (__GMP_CAST): New macro, clean to g++ -Wold-style-cast. | Kevin Ryde | 2003-01-04 | 1 | -6/+20 |
* | * gmp-h.in (mp_get_memory_functions): Add prototype. | Kevin Ryde | 2002-12-21 | 1 | -0/+5 |
* | * gmp-h.in, gmp-impl.h (__gmp_allocate_func, __gmp_reallocate_func, | Kevin Ryde | 2002-12-21 | 1 | -8/+1 |
* | * gmp-h.in: Don't bother trying to support Compaq C++ in pre-standard | Kevin Ryde | 2002-12-19 | 1 | -10/+0 |
* | * gmp-h.in: Use <iostream> instead of <iosfwd> with Compaq C++ in | Kevin Ryde | 2002-12-09 | 1 | -1/+11 |
* | Add a couple of comments. | Kevin Ryde | 2002-12-02 | 1 | -3/+7 |
* | * gmp-h.in: More comments on __declspec for windows DLLs. | Kevin Ryde | 2002-11-20 | 1 | -1/+12 |
* | * gmp-h.in (__GMP_DECLSPEC_EXPORT, __GMP_DECLSPEC_IMPORT) [__GNUC__]: | Kevin Ryde | 2002-11-13 | 1 | -3/+8 |
* | * gmp-h.in (__GMP_ATTRIBUTE_PURE): Suppress this when | Kevin Ryde | 2002-10-23 | 1 | -2/+3 |
* | Fix typo in last change. | tege | 2002-10-18 | 1 | -1/+1 |
* | (mpz_rootrem): Add mpz_rootrem. | tege | 2002-10-18 | 1 | -0/+3 |
* | 2002-09-18 Pedro Gimeno <pggimeno@wanadoo.es> | Kevin Ryde | 2002-09-18 | 1 | -16/+7 |
* | * gmp-h.in, mp-h.in: Use #ifdef for tests, for the benefit of | Kevin Ryde | 2002-09-07 | 1 | -65/+67 |
* | More of: | Kevin Ryde | 2002-07-15 | 1 | -7/+7 |
* | * gmp-h.in (__GMP_EXTERN_INLINE): Don't use this during configure, | Kevin Ryde | 2002-07-13 | 1 | -0/+10 |
* | * gmp-h.in (mpz_export): Remove a spurious parameter name. | Kevin Ryde | 2002-07-01 | 1 | -1/+1 |
* | * gmp-h.in (__GMP_CRAY_Pragma): New macro. | Kevin Ryde | 2002-06-29 | 1 | -0/+7 |
* | (__GMP_EXTERN_INLINE): Add static __inline for DEC C. | Kevin Ryde | 2002-06-23 | 1 | -0/+12 |
* | * gmp-h.in (__DECC): Add notes on testing this for ANSI-ness. | Kevin Ryde | 2002-06-22 | 1 | -3/+9 |
* | * mp-h.in, gmp-h.in (mp_ptr, mp_srcptr, mp_size_t, mp_exp_t): Remove | Kevin Ryde | 2002-06-09 | 1 | -13/+15 |
* | * gmp-h.in: Use __gmp_const not const, in a number of places. | Kevin Ryde | 2002-06-06 | 1 | -20/+20 |