summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorNiels Möller <nisse@lysator.liu.se>2012-01-15 23:34:29 +0100
committerNiels Möller <nisse@lysator.liu.se>2012-01-15 23:34:29 +0100
commitad4b7e4333eb02e7b075b5f75683657fb8300f0e (patch)
treef18263f744524d15b279ec1b40a1d5c6879ca32a /ChangeLog
parent5e44288aed2134c88e7f6692ef20ddec8d24c414 (diff)
downloadgmp-ad4b7e4333eb02e7b075b5f75683657fb8300f0e.tar.gz
Don't use ULONG_MAX as a mp_bitcnt_t constant.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7094cd40a..06a898db8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2012-01-15 Niels Möller <nisse@lysator.liu.se>
+
+ * mpz/scan0.c (mpz_scan0): Use ~(mp_bitcnt_t) 0, rather than
+ ULONG_MAX, when returning "infinity".
+ * mpz/scan1.c (mpz_scan1): Likewise.
+
2012-01-12 Torbjorn Granlund <tege@gmplib.org>
* tests/t-popc.c: Test longer bit strings.