summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarco Bodrato <bodrato@mail.dm.unipi.it>2013-01-23 22:13:23 +0100
committerMarco Bodrato <bodrato@mail.dm.unipi.it>2013-01-23 22:13:23 +0100
commit1a190e74b77c1bf5dc8203d0862fd1d8b487e542 (patch)
treeaf25f79ca1b0630bf8a2279696e83b07f3becd25
parent6ab15eb2491a1ec3c53542aa7ee9b269da3f7171 (diff)
downloadgmp-1a190e74b77c1bf5dc8203d0862fd1d8b487e542.tar.gz
ChangeLog
-rw-r--r--ChangeLog3
1 files changed, 2 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 0f4087eef..3aef03df3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,7 @@
2013-01-23 Marco Bodrato <bodrato@mail.dm.unipi.it>
- * mini-gmp/mini-gmp.c (mpz_set_str): Behaviour more adherent to the real GMP.
+ * mini-gmp/mini-gmp.c (mpz_cmpabs_d, mpz_cmp_d): Simplify.
+ (mpz_set_str): Behaviour more adherent to the real GMP.
2013-01-22 Torbjorn Granlund <tege@gmplib.org>