summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorTorbjorn Granlund <tege@gmplib.org>2013-01-20 15:58:27 +0100
committerTorbjorn Granlund <tege@gmplib.org>2013-01-20 15:58:27 +0100
commit21576cc7a2dafa8d7c77fd6026b8e21ac8a54c37 (patch)
treeb0d0ae66fe3f745876156d9c6b5699092e9a48f9 /ChangeLog
parentfc7c7f26af336b61b10981b7649666256d887f04 (diff)
downloadgmp-21576cc7a2dafa8d7c77fd6026b8e21ac8a54c37.tar.gz
ChangeLog
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index da9201681..0b6e2c887 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,10 +1,14 @@
2013-01-20 Torbjorn Granlund <tege@gmplib.org>
+ * Makefile.am (check-mini-gmp): Set also DYLD_LIBRARY_PATH for the
+ benefit of Darwin.
+
* tests/mpn/t-div.c: Test mpn_sb_div_qr_sec and mpn_sb_div_r_sec.
(main): Separate divisor into normalised (dnp) and unnormalised (dup),
pass appropriate variant to each function.
(main): Make negative `test' index value mean divisor bits, for better
small operands coverage.
+ (main): Put random junk at qp[] instead of zeroing.
* tests/mpz/t-remove.c: Back out last change which left `divisor_size'
uninitialised; achieve change's aim with a parameter tweak.