summaryrefslogtreecommitdiff
path: root/gmp-h.in
Commit message (Expand)AuthorAgeFilesLines
* Handle overflow in mpz_type through errno.Marco Bodrato2021-12-121-2/+4
* Consistently use pointers instead of arrays in declarations.Marc Glisse2021-06-061-15/+17
* Test _STDIO for HPE NonStopMarc Glisse2020-12-121-0/+1
* gmp-h.in: Declare mpz_prevprimeMarco Bodrato2020-11-231-0/+3
* Set version so that anyone knows it is experimental.Marco Bodrato2020-01-311-1/+1
* (__GNU_MP__, __GNU_MP_VERSION,__GNU_MP_VERSION_MINOR,__GNU_MP_VERSION_PATCHLE...Torbjorn Granlund2020-01-171-3/+3
* New function mpn_gcd_11Niels M?ller2019-08-061-0/+3
* Copyright yearsMarco Bodrato2017-02-081-1/+1
* gmp-h.in: Use ~ __GMP_CAST (mp_bitcnt_t, 0) for maximal bit countMarco Bodrato2016-12-291-1/+1
* Check yet another symbol for FILE.Torbjorn Granlund2016-12-071-1/+2
* (__GNU_MP__): Bump.Torbjorn Granlund2016-11-291-1/+1
* Purge mention of mp.h.Torbjorn Granlund2016-11-171-6/+1
* mpz_init cannot throw.Marc Glisse2016-04-071-2/+6
* Set version so that anyone knows it is experimental.Marco Bodrato2015-11-091-1/+1
* gmp-h.in: Update version.Marco Bodrato2015-10-291-2/+2
* gmp-h.in: Revert versioni for RCMarco Bodrato2015-10-211-2/+2
* Bump release numbers.Marco Bodrato2015-10-181-1/+1
* mpf_cmp_z, with test.Marco Bodrato2015-09-111-0/+3
* New function mpq_cmp_z, with test and documentationMarco Bodrato2015-08-311-0/+3
* gmp-h.in (mpn_zero_p): Stop supporting zero size.Marco Bodrato2015-06-011-1/+1
* Make mpn_zero_p public (inline).Marco Bodrato2015-05-301-0/+21
* gmp-h.in: Unconditionally define mpn_com prototypeMarco Bodrato2015-05-201-2/+0
* Typo in a comment and copyright year.Marco Bodrato2015-05-191-1/+1
* gmp-h.in (mpn_neg): Niels' code using mpn_neg.Marco Bodrato2015-05-181-8/+14
* Fix some spelling errors.Torbjorn Granlund2015-05-031-1/+1
* Make mpn_divexact_1 public.Niels M?ller2015-02-211-0/+3
* Made mpn_cnd_swap public.Niels M?ller2015-02-081-0/+3
* Include and rely on <limits.h>.Marc Glisse2014-05-291-11/+6
* Bump release numbers.Torbjorn Granlund2014-03-221-3/+3
* mpn_sec_powm: Replace exponent limb count argument with a bit count.Niels M?ller2014-02-111-2/+2
* Update library files license to use LGPL3+ and GPL2+.Torbjorn Granlund2014-01-271-7/+18
* mpn_sec_add_1: the 2nd arg is const.Marco Bodrato2014-01-271-2/+2
* Canonicalise copyright headers.Torbjorn Granlund2014-01-191-3/+3
* Rename mpn_sec_minvert => mpn_sec_invert, many files affected.Torbjorn Granlund2014-01-191-4/+4
* Get rid of varargs code and references.Torbjorn Granlund2014-01-191-6/+4
* Make mpn_sec_add_1 public. Implement mpn_sec_sub_1.Niels M?ller2014-01-181-0/+10
* (mpn_sec_minvert): Remove formal parameters.Torbjorn Granlund2014-01-051-2/+1
* Declare input arg using 'const'.Torbjorn Granlund2014-01-051-1/+1
* Declare all itch functions using __GMP_ATTRIBUTE_PURE.Torbjorn Granlund2014-01-051-6/+6
* Enable mpn_sizeinbase, and make public.Niels M?ller2014-01-021-0/+3
* SHRT_MAX etc have the promoted type in standard C.Marc Glisse2014-01-021-2/+2
* Make mpn_sec_div_qr return high quotient limb.Torbjorn Granlund2014-01-011-2/+2
* New function mpn_sec_minvert.Niels M?ller2013-12-291-0/+6
* Add several mpn_sec functions to public interface.Torbjorn Granlund2013-12-281-0/+28
* Use https to link to GNU license.Torbjorn Granlund2013-12-021-1/+1
* Collapse copyright years.Torbjorn Granlund2013-11-281-3/+1
* New function mpn_div_qr_1.Niels M?ller2013-10-201-0/+3
* Don't include <cstddef>, <stddef.h> is what we use.Marc Glisse2013-10-081-4/+0
* Remove __need_size_t.Marc Glisse2013-10-081-2/+0
* Make mpn_cnd_add_n and mpn_cnd_sub_n public.Niels M?ller2013-03-261-0/+5