diff options
author | Marco Bodrato <bodrato@mail.dm.unipi.it> | 2013-01-09 07:44:26 +0100 |
---|---|---|
committer | Marco Bodrato <bodrato@mail.dm.unipi.it> | 2013-01-09 07:44:26 +0100 |
commit | 2913b48dfec2568a2c2755e36848e851c32219ad (patch) | |
tree | 2ef54395376917fcecef2ecd50dff778d092e3d8 | |
parent | 62caa7bcd0963066c60993984126382c09305727 (diff) | |
download | gmp-2913b48dfec2568a2c2755e36848e851c32219ad.tar.gz |
ChangeLog
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -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> |