aboutsummaryrefslogtreecommitdiff
path: root/libdecnumber/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'libdecnumber/ChangeLog')
-rw-r--r--libdecnumber/ChangeLog50
1 files changed, 50 insertions, 0 deletions
diff --git a/libdecnumber/ChangeLog b/libdecnumber/ChangeLog
index ba4f42b..7edd6bf 100644
--- a/libdecnumber/ChangeLog
+++ b/libdecnumber/ChangeLog
@@ -1,3 +1,53 @@
+2018-02-19 Martin Liska <mliska@suse.cz>
+
+ PR c/81272
+ * decNumber.c (decCompareOp): Do not use bit and
+ for conjunction of predicates.
+
+2018-01-03 Jakub Jelinek <jakub@redhat.com>
+
+ Update copyright years.
+
+2017-05-29 Sylvestre Ledru <sylvestre@debian.org>
+
+ * bid/bid2dpd_dpd2bid.c (_bid_to_dpd32): Fix whitespace.
+ (_dpd_to_bid32): Simplify identical code on multiple branches.
+ Fix whitespace.
+ (_bid_to_dpd64, _dpd_to_bid64): Likewise.
+ (_bid_to_dpd128, _dpd_to_bid128): Likewise.
+
+2017-04-03 Jonathan Wakely <jwakely@redhat.com>
+
+ * decCommon.c (decFloatFromPackedChecked): Fix typo in comment.
+ * decNumber.c (decNumberPower, decMultiplyOp): Likewise.
+
+2017-01-08 Jakub Jelinek <jakub@redhat.com>
+
+ PR bootstrap/79003
+ * Makefile.in (CFLAGS, CPPFLAGS, LDFLAGS): Remove -fno-lto.
+ (NOLTO_FLAGS): New variable.
+ (ALL_CFLAGS): Use it.
+ * configure.ac (nolto_flags): New ACX_PROG_CC_WARNING_OPTS,
+ check for whether -fno-lto works.
+ * configure: Regenerated.
+
+2017-01-06 Martin Liska <mliska@suse.cz>
+
+ PR bootstrap/79003
+ * Makefile.in: Add -fno-lto to {C,CPP,LD}FLAGS.
+
+2017-01-01 Jakub Jelinek <jakub@redhat.com>
+
+ Update copyright years.
+
+2016-11-15 Matthias Klose <doko@ubuntu.com>
+
+ * configure: Regenerate.
+
+2016-01-04 Jakub Jelinek <jakub@redhat.com>
+
+ Update copyright years.
+
2015-07-14 H.J. Lu <hongjiu.lu@intel.com>
* configure: Regenerated.