summaryrefslogtreecommitdiff
path: root/mpz/invert.c
Commit message (Expand)AuthorAgeFilesLines
* Include just gmp-impl.h, make gmp-impl.h grab gmp.h.Torbjorn Granlund2016-08-291-1/+0
* Update library files license to use LGPL3+ and GPL2+.Torbjorn Granlund2014-01-271-7/+18
* Canonicalise copyright headers.Torbjorn Granlund2014-01-191-3/+3
* Make mpz_invert behave correctly for Z_1.Torbjorn Granlund2014-01-031-6/+1
* Use https to link to GNU license.Torbjorn Granlund2013-12-021-1/+1
* Collapse copyright years.Torbjorn Granlund2013-11-281-2/+1
* mpz_invert: remove mod 0 branch.Marco Bodrato2012-03-041-4/+4
* mpz_invert: return 0 (no-inverse) when modulus is zero.Marco Bodrato2012-02-241-2/+2
* Typo in last change. (WARNING: mpz_inverse is not tested!)Marco Bodrato2012-02-241-1/+1
* Collapse some macros.Marco Bodrato2012-02-241-6/+4
* 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/+2
* Remove TMP_XXXX marker arguments.tege2005-05-181-4/+4
* Use PTR and SIZ (cosmetic change).tege2001-12-291-1/+1
* Remove K&R function headers.tege2001-01-021-7/+1
* Copyright (C) -> Copyright.Kevin Ryde2000-10-151-1/+1
* *** empty log message ***tege2000-07-241-4/+4
* Add a copyright year.Kevin Ryde2000-04-121-1/+1
* Use TMP_MARK since we invoke MPZ_TMP_INIT.tege2000-04-081-1/+8
* Defer writing to parameter `invert' until end.tege1999-02-221-5/+9
* Fix typo in comment.tege1998-05-051-1/+1
* Properly detect all operands that would yield an undefined inverse;tege1997-07-251-3/+19
* Use MPZ_TMP_INIT, not mpz_init.tege1996-07-221-2/+9
* Initial revisiontege1996-05-081-0/+43