summaryrefslogtreecommitdiff
path: root/mpz/gcdext.c
Commit message (Expand)AuthorAgeFilesLines
* mpz/gcdext.c: Added the comment Niels asked one month ago...Marco Bodrato2017-02-261-0/+2
* mpz/gcdext.c: ASSERT (s != NULL)Marco Bodrato2016-12-181-2/+4
* mpz/gcdext.c: Save an allocation if both cofactors are needed.Marco Bodrato2016-12-171-5/+8
* mpz/gcdext.c: Use mpz_t instead of __mpz_struct.Marco Bodrato2016-12-051-7/+7
* mpz/gcd{,ext}.c: Use NEWALLOC.Marco Bodrato2016-11-271-2/+2
* Allow mpz_gcdext (NULL, ...)Marc Glisse2016-11-251-7/+12
* Include just gmp-impl.h, make gmp-impl.h grab gmp.h.Torbjorn Granlund2016-08-291-1/+0
* Copyright year.Marco Bodrato2015-11-131-2/+2
* mpz: Lazy allocation.Marco Bodrato2015-11-091-1/+1
* Update library files license to use LGPL3+ and GPL2+.Torbjorn Granlund2014-01-271-7/+18
* Canonicalise copyright headers.Torbjorn Granlund2014-01-191-3/+3
* Use https to link to GNU license.Torbjorn Granlund2013-12-021-1/+1
* Collapse copyright years.Torbjorn Granlund2013-11-281-2/+2
* mpz_gcdext: move computations to branches where they are needed.Marco Bodrato2012-02-201-22/+21
* mpz_gcdext: don't swap operands if it's not needed.Marco Bodrato2012-02-201-6/+7
* Fixed allocation for mpn_gcdext cofactor argument.Niels Möller2011-05-091-1/+1
* Use MPZ_REALLOC.Torbjorn Granlund2011-05-051-9/+3
* Correct sgn computation.Torbjorn Granlund2011-05-051-4/+4
* Reduce tmp allocations. Use mpz_divexact.Niels Möller2011-05-041-57/+50
* mpn_gcdext no longer needs an extra limb on inputs. Tweak doc and mpz_gcdext ...Niels Möller2011-05-021-6/+6
* Use TMP_ALLOC_LIMBS consistently.Torbjorn Granlund2009-11-281-6/+6
* Update license to version 3.tege2007-09-181-4/+2
* Update FSF's address.tege2006-02-151-2/+2
* Add a copyright year.tege2005-11-011-1/+1
* Remove TMP_XXXX marker arguments.tege2005-05-181-3/+3
* Remove K&R function headers.tege2001-01-021-10/+1
* Copyright (C) -> Copyright.Kevin Ryde2000-10-151-1/+1
* *** empty log message ***tege2000-07-241-4/+4
* Rework code after mpn_gcdext call to handle argument overlap.tege2000-06-061-21/+22
* Use <stdio.h> for NULL.Kevin Ryde2000-04-281-2/+3
* Add a copyright year.Kevin Ryde2000-04-121-1/+2
* Get cofactor sign right for negative input operands.tege1997-07-251-8/+9
* Rewrite to call mpn_gcdext.tege1996-07-221-40/+85
* Initial revisiontege1996-05-081-0/+88