summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorTorbjorn Granlund <tg@gmplib.org>2020-11-19 21:37:20 +0100
committerTorbjorn Granlund <tg@gmplib.org>2020-11-19 21:37:20 +0100
commitd20f0e6a5f955e819183ca72e1794aa21797282c (patch)
tree4006029f6624f2ed2f15ba723f466cae75d13bd2 /ChangeLog
parent06d2d36ca6abd960ea2be9510e2756a67829094a (diff)
downloadgmp-d20f0e6a5f955e819183ca72e1794aa21797282c.tar.gz
ChangeLog
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog22
1 files changed, 22 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 75d51000d..40d7dcfee 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -84,6 +84,28 @@
* configure.ac: Recognise armcortexa55.
+2020-05-25 Torbjörn Granlund <tg@gmplib.org>
+
+ * tests/cxx/t-assign.cc: Use reference parameter for 'catch'.
+ * tests/cxx/t-constr.cc: Likewise.
+ * tests/cxx/t-ops2z.cc: Likewise.
+ * tests/cxx/t-rand.cc: Likewise.
+ * tests/cxx/t-do-exceptions-work-at-all-with-this-compiler.cc: Likewise.
+
+2020-05-21 Torbjörn Granlund <tg@gmplib.org>
+
+ * tune/time.c (speed_endtime): Cast printf args to right type.
+
+ * tune/speed.c (main): Cast printf args to right type.
+
+ * tests/mpz/reuse.c: Avoid using non-standard function fileno().
+ * tests/spinner.c: Likewise.
+
+ * tests/mpz/convert.c (str_casecmp): New function.
+ (main): Use it instead of non-standard strcasecmp.
+
+ * mpn/generic/get_d.c: Add clarifying parens.
+
2020-05-17 Marco Bodrato <bodrato@mail.dm.unipi.it>
* mpq/cmp.c: Avoid overflow on int even for huge sizes.