summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarco Bodrato <bodrato@mail.dm.unipi.it>2013-01-09 07:44:26 +0100
committerMarco Bodrato <bodrato@mail.dm.unipi.it>2013-01-09 07:44:26 +0100
commit2913b48dfec2568a2c2755e36848e851c32219ad (patch)
tree2ef54395376917fcecef2ecd50dff778d092e3d8
parent62caa7bcd0963066c60993984126382c09305727 (diff)
downloadgmp-2913b48dfec2568a2c2755e36848e851c32219ad.tar.gz
ChangeLog
-rw-r--r--ChangeLog7
1 files changed, 5 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 2bc615b5e..d796c1051 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2013-01-09 Marco Bodrato <bodrato@mail.dm.unipi.it>
+
+ * mini-gmp/mini-gmp.c (mpz_export): Support op=0 countp=NULL.
+
2013-01-08 Niels Möller <nisse@lysator.liu.se>
* mini-gmp/tests/t-import.c: New test program, testing both
@@ -17,8 +21,7 @@
* mini-gmp/README: Document base limitation for conversions.
* mini-gmp/mini-gmp.c (mpz_set_str): Remove goto.
- * mini-gmp/mini-gmp.c (mpz_import): Correctly use order/endianess.
- (mpz_export): Likewise.
+ (mpz_import, mpz_export): Correctly use order/endianess.
2013-01-05 Torbjorn Granlund <tege@gmplib.org>