summaryrefslogtreecommitdiff
path: root/gmp-h.in
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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