index
:
delta/gmp.git
baserock/morph
gmp
gmp-3_0-branch
gmp-3_1-branch
gmp-4_0-branch
gmp-4_1-branch
master
gmplib.org: repo/gmp
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mpz
/
gcdext.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
mpz_gcdext: move computations to branches where they are needed.
Marco Bodrato
2012-02-20
1
-22
/
+21
*
mpz_gcdext: don't swap operands if it's not needed.
Marco Bodrato
2012-02-20
1
-6
/
+7
*
Fixed allocation for mpn_gcdext cofactor argument.
Niels Möller
2011-05-09
1
-1
/
+1
*
Use MPZ_REALLOC.
Torbjorn Granlund
2011-05-05
1
-9
/
+3
*
Correct sgn computation.
Torbjorn Granlund
2011-05-05
1
-4
/
+4
*
Reduce tmp allocations. Use mpz_divexact.
Niels Möller
2011-05-04
1
-57
/
+50
*
mpn_gcdext no longer needs an extra limb on inputs. Tweak doc and mpz_gcdext ...
Niels Möller
2011-05-02
1
-6
/
+6
*
Use TMP_ALLOC_LIMBS consistently.
Torbjorn Granlund
2009-11-28
1
-6
/
+6
*
Update license to version 3.
tege
2007-09-18
1
-4
/
+2
*
Update FSF's address.
tege
2006-02-15
1
-2
/
+2
*
Add a copyright year.
tege
2005-11-01
1
-1
/
+1
*
Remove TMP_XXXX marker arguments.
tege
2005-05-18
1
-3
/
+3
*
Remove K&R function headers.
tege
2001-01-02
1
-10
/
+1
*
Copyright (C) -> Copyright.
Kevin Ryde
2000-10-15
1
-1
/
+1
*
*** empty log message ***
tege
2000-07-24
1
-4
/
+4
*
Rework code after mpn_gcdext call to handle argument overlap.
tege
2000-06-06
1
-21
/
+22
*
Use <stdio.h> for NULL.
Kevin Ryde
2000-04-28
1
-2
/
+3
*
Add a copyright year.
Kevin Ryde
2000-04-12
1
-1
/
+2
*
Get cofactor sign right for negative input operands.
tege
1997-07-25
1
-8
/
+9
*
Rewrite to call mpn_gcdext.
tege
1996-07-22
1
-40
/
+85
*
Initial revision
tege
1996-05-08
1
-0
/
+88