From c343efc0d6786534f22a6ed281567c4a33fd23c6 Mon Sep 17 00:00:00 2001 From: Linus Nordberg Date: Tue, 25 Apr 2000 21:47:14 +0200 Subject: *** empty log message *** --- ChangeLog | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/ChangeLog b/ChangeLog index bc364fa5a..b9e2bc569 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,35 @@ +2000-04-25 Linus Nordberg + + Merge from main trunk: + + 2000-04-25 Linus Nordberg + * gmp.texi (Random State Initialization): Correct arguments to + `gmp_randinit'. + + 2000-04-24 Kevin Ryde + * gmp.texi (Getting the Latest Version of GMP): Add reference to + ftp.gnu.org mirrors list. + + 2000-04-23 Kevin Ryde + * gmp.texi (Reporting Bugs): Itemize the list of things to include. + (Miscellaneous Float Functions): Correct typo in mpf_ceil etc + argument types. + Change @ifinfo -> @ifnottex for benefit of makeinfo --html. + Remove unnecessary @iftex's around @tex. + + 2000-04-22 Torbjorn Granlund + * configure.in: Specifically match freebsd[3-9]. + + 2000-04-21 Torbjorn Granlund + * rand.c: Call mpz_clear for otherwise leaking mpz_t. + * mpz/pprime_p2.c (mpz_probab_prime_p): Merge handling of negative + n into code for handling small positive n. Merge variables m and n. + After dividing, simply call mpz_millerrabin. + (isprime): Local variables now use attribute `long'. + (mpz_millerrabin): New static function, based on code from + mpz_probab_prime_p. + (millerrabin): Now simple workhorse for mpz_millerrabin. + 2000-04-17 Torbjorn Granlund * Version 3.0 released. -- cgit v1.2.1