summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortege <tege@gmplib.org>2002-05-21 23:55:47 +0200
committertege <tege@gmplib.org>2002-05-21 23:55:47 +0200
commitefcc2ff805694b9143ea29b71096df6ac9ff309b (patch)
treeba11d198f39340d13ef33ca1bfe1f29b10f1c453
parent936533f5614f93ea793cd04b032734e7a026d118 (diff)
downloadgmp-efcc2ff805694b9143ea29b71096df6ac9ff309b.tar.gz
*** empty log message ***
-rw-r--r--ChangeLog9
1 files changed, 8 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index ba5ec890c..c9fb2abda 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -21,6 +21,13 @@ MA 02111-1307, USA.
2002-05-21 Torbjorn Granlund <tege@swox.com>
+ * tests/mpz/t-gcd.c: Test mpz_gcd_ui.
+
+ * mpz/lcm_ui.c: Nailify.
+
+ * mpz/gcd_ui.c: Nailify. Make it work as documented, allowing
+ NULL to be passed for result parameter. Fix gcd(0,0) case.
+
* mpz/set_str.c: Nailify.
* randlc2x.c (gmp_randinit_lc_2exp): Nailify.
@@ -283,7 +290,7 @@ MA 02111-1307, USA.
2002-04-27 Torbjorn Granlund <tege@swox.com>
- * mpn/generic/gcdext.c (div2): Remove qh paramater.
+ * mpn/generic/gcdext.c (div2): Remove qh parameter.
(mpn_gcdext): Streamline double-limb code.
Move GCDEXT_THRESHOLD check to after initial division.