summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorKevin Ryde <user42@zip.com.au>2002-08-31 03:37:24 +0200
committerKevin Ryde <user42@zip.com.au>2002-08-31 03:37:24 +0200
commit3dc7012da4b0c8fb63623907cd1caf773e63933b (patch)
treed171d11704d813aa69c566cca8f9b360214a4f50 /ChangeLog
parente362c1c80bad00d220c0dd5916a35cbecbcc3d2e (diff)
downloadgmp-3dc7012da4b0c8fb63623907cd1caf773e63933b.tar.gz
*** empty log message ***
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7fa65f20a..79c62802c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -18,6 +18,18 @@ along with the GNU MP Library; see the file COPYING.LIB. If not, write to
the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
MA 02111-1307, USA.
+2002-08-30 Kevin Ryde <kevin@swox.se>
+
+ * mpz/pprime_p.c: Handle small negatives with isprime, in particular
+ must do so for n==-2.
+ * tests/mpz/t-pprime_p.c: New file.
+ * tests/mpz/Makefile.am: Add it.
+
+2002-08-26 Torbjorn Granlund <tege@swox.com>
+
+ * gmp.texi (Converting Floats): Fix typo in mpf_get_d_2exp docs,
+ reported by Paul Zimmermann.
+
2002-08-26 Kevin Ryde <kevin@swox.se>
* configure.in: Echo the ABI being tried for the compilers.