summaryrefslogtreecommitdiff
path: root/mpz/gcdext.c
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | Clean up code for computing tt.
* Rewrite to call mpn_gcdext.tege1996-07-221-40/+85
| | | | Fix typo in MPZ_TMP_INIT call.
* Initial revisiontege1996-05-081-0/+88