summaryrefslogtreecommitdiff
path: root/gmp-h.in
Commit message (Expand)AuthorAgeFilesLines
...
* Whitespace cleanup.Torbjorn Granlund2013-02-281-3/+3
* Added mpz_limbs_read and friends.Niels M?ller2013-02-251-0/+16
* gmp-h.in (mpq_cmp_ui): Optimize comparison with 1/1.Marco Bodrato2013-02-141-11/+12
* (__GNU_MP_VERSION_PATCHLEVEL): Bump.Torbjorn Granlund2013-02-121-1/+1
* Bump version.Torbjorn Granlund2013-01-221-1/+1
* Bump version info.Torbjorn Granlund2012-12-081-3/+3
* mpz/mfac_uiui.c: New file.Marco Bodrato2012-04-301-0/+3
* New function mpz_primorial_ui.Marco Bodrato2012-04-191-0/+3
* Test also __STDIO_LOADED (for VMS).Torbjorn Granlund2012-04-021-1/+2
* Whitespace cleanup.Marco Bodrato2012-03-191-2/+2
* Removed __GMP_HAVE_PROTOTYPES and GMP_H_ANSI.Marco Bodrato2012-03-081-38/+0
* gmp-h.in (__gmp_const): Remove.Marco Bodrato2012-03-041-35/+32
* gmp-h.in (__GMP_HAVE_CONST): Remove.Marco Bodrato2012-03-041-6/+0
* gmp-h.in (__GMP_HAVE_TOKEN_PASTE): Remove.Marco Bodrato2012-03-041-6/+0
* gmp-h.in (__gmp_signed): Remove.Marco Bodrato2012-03-041-2/+0
* Clean out __GMP_PROTO.Torbjorn Granlund2012-03-031-345/+337
* New function mpz_2fac_ui.Marco Bodrato2012-02-261-0/+3
* Copyright year, Changelog, and whitespace cleanup.Marco Bodrato2012-02-211-3/+4
* Test __GMP_WITHIN_GMP(XX) with #ifdef instead of #if, to avoid warnings with ...Marc Glisse2012-02-171-2/+2
* 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