summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin Ryde <user42@zip.com.au>2000-09-17 00:50:13 +0200
committerKevin Ryde <user42@zip.com.au>2000-09-17 00:50:13 +0200
commitfe57422d6a64df328a63a680ff22cce18e17cea0 (patch)
treec7dcdbeaa244b0996fb8d0a4b0bd35f06aa4990e
parentcd175f9c2841bb36529bbdd165935f8751fcb1b3 (diff)
downloadgmp-fe57422d6a64df328a63a680ff22cce18e17cea0.tar.gz
*** empty log message ***
-rw-r--r--ChangeLog40
1 files changed, 40 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 66a223708..162bb4db8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,43 @@
+2000-09-17 Kevin Ryde <kevin@swox.se>
+
+ * gmp.h (__GNU_MP_VERSION_PATCHLEVEL): Bump to 1.
+ * Makefile.am (LIBGMP_LT_REVISION, LIBMP_LT_REVISION): Bump to 1.
+ * NEWS: Update.
+
+ * gmp.texi (Copying): Refer to Lesser not Library GPL.
+ (Miscellaneous Rational Functions): Correct return type of mpq_set_d.
+ (GMP and Reentrancy): Note stack-alloc.c is not reentrant.
+ (Build Options): Clarify where to find CFLAGS.
+
+ * configure.in: Re-apply "PROLOGUE.*" regexp change for the
+ benefit of alpha PROLOGUE_GP, lost in path search reorganisation.
+
+ * mpz/{fdiv_r_2exp.c,lcm.c,urandomm.c}: Add missing TMP_MARK/FREE,
+ avoiding memory leak when using stack-alloc.c.
+
+ * mpz/pprime_p.c (mpz_millerrabin): Fix a TMP_FREE.
+
+ * gmp-impl.h (mpn_tdiv_qr): Move prototype from here ...
+ * gmp.h (mpn_tdiv_qr): ... to here.
+
+ * mp.h (mp_set_memory_functions): Add missing #define.
+
+ * tune/speed.h (SPEED_ROUTINE_MPN_GCD_CALL): Fix for sizes > 512 limbs.
+
+ * mpn/tests/try.c (call): Cast popcount and hamdist calls,
+ for the benefit of long long limb.
+
+ The following by Paul:
+
+ * mpn/generic/bz_divrem_n.c: Fix qhl handling, simplify.
+
+ The following by Torbjorn:
+
+ * gmp-impl.h (mpn_com_n): Fix typo.
+
+ * mpf/get_str.c: Don't set n_digits from digits_computed_so_far
+ when the converted operand becomes zero. Misc cleanups.
+
2000-08-02 Torbjorn Granlund <tege@swox.com>
* Version 3.1 released.