summaryrefslogtreecommitdiff
path: root/gmp-h.in
Commit message (Expand)AuthorAgeFilesLines
* Spacing cleanup.Torbjorn Granlund2011-11-211-1/+1
* (__GNU_MP_RELEASE): Renamed from typo name.Torbjorn Granlund2011-11-211-1/+1
* Remove mention of libmp.Torbjorn Granlund2011-07-031-3/+0
* Let recent g++ use gnu_inline.Marc Glisse2011-05-011-1/+2
* 3 places were missed in the introduction of mp_bitcnt_tMarc Glisse2011-04-301-3/+3
* mpn_div_qr_2 and related functions: Take separate rp argument, don't clobber ...Niels Möller2011-03-291-1/+1
* New function mpn_div_qr_2.Niels Möller2011-03-201-0/+3
* (__GNU_MP_VERSION_PATCHLEVEL): Bump.Torbjorn Granlund2010-11-131-1/+1
* (__GNU_MP_VERSION_PATCHLEVEL): Bump. (__GMP_MP_RELEASE): New macro.Torbjorn Granlund2010-01-231-1/+2
* (__GMP_EXTERN_INLINE): Remove "extern" for newer Sun CTorbjorn Granlund2010-01-151-3/+3
* Update version numbers.Torbjorn Granlund2010-01-061-4/+4
* New public functions mpn_com and mpn_neg. (Were internal and with _n suffix.)Torbjorn Granlund2009-12-281-6/+11
* (mpn_sqr): New name for mpn_sqr_n.Torbjorn Granlund2009-12-271-0/+3
* Add function mpz_powm_sec.Torbjorn Granlund2009-12-231-0/+3
* Change all bit counts for bignums to use mp_bitcnt_t. Update documentation.Torbjorn Granlund2009-12-201-40/+40
* File removed. All references purged.Torbjorn Granlund2009-12-201-3/+0
* Signed cofactors from gcdext_1. Updated gcdext_lehmer.Niels Möller2009-12-021-1/+1
* Finish renaming BITS_PER_MP_LIMB to GMP_LIMB_BITS.Torbjorn Granlund2009-11-281-2/+1
* Make mpn_copyi, mpn_copyd, mpn_zero public functions.Torbjorn Granlund2009-11-151-0/+23
* Add mpz_clears, mpq_clears, mpf_clears.Torbjorn Granlund2009-06-281-0/+9
* Add new functions mpq_inits, mpf_inits.Torbjorn Granlund2009-06-191-0/+6
* (mp_bitcnt_t): New basic type.Torbjorn Granlund2009-06-191-0/+1
* Add new function mpz_inits (inspired by mpfr).Torbjorn Granlund2009-06-171-0/+3
* Commit Martin Boij's new mpn_perfect_power_p code.Torbjorn Granlund2009-06-131-0/+3
* (__GNU_MP_VERSION): Bump to 4.Torbjorn Granlund2009-05-181-2/+2
* (__GNU_MP_VERSION_MINOR): Bump.Torbjorn Granlund2009-05-111-1/+1
* Amend last fix.Torbjorn Granlund2009-05-041-2/+4
* (__GMP_EXTERN_INLINE): Enhance Suc compiler support.Torbjorn Granlund2009-05-041-2/+7
* (gmp_randinit_set): Add missing __GMP_DECLSPEC.Torbjorn Granlund2009-05-011-1/+1
* (__GMP_EXTERN_INLINE): Support for more systems.Torbjorn Granlund2009-05-011-1/+12
* Properly support mpn_neg_n.Torbjorn Granlund2009-04-301-0/+2
* (__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