aboutsummaryrefslogtreecommitdiff
path: root/libdecnumber/ChangeLog
diff options
context:
space:
mode:
authorSylvestre Ledru <sylvestre@debian.org>2017-06-29 17:35:03 +0000
committerJeff Law <law@gcc.gnu.org>2017-06-29 11:35:03 -0600
commit6044f5e327761e0030f3b792fe5e5f38ff9032e2 (patch)
tree2c351746c235b8dfd453d8af60f53ed5a1071454 /libdecnumber/ChangeLog
parente9d22c8ab3c3b73a9ed5892e120c869b12eeb85c (diff)
downloadgcc-6044f5e327761e0030f3b792fe5e5f38ff9032e2.zip
gcc-6044f5e327761e0030f3b792fe5e5f38ff9032e2.tar.gz
gcc-6044f5e327761e0030f3b792fe5e5f38ff9032e2.tar.bz2
bid2dpd_dpd2bid.c (_bid_to_dpd32): Fix whitespace.
* 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. From-SVN: r249803
Diffstat (limited to 'libdecnumber/ChangeLog')
-rw-r--r--libdecnumber/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/libdecnumber/ChangeLog b/libdecnumber/ChangeLog
index 984c92d..9886dd4 100644
--- a/libdecnumber/ChangeLog
+++ b/libdecnumber/ChangeLog
@@ -1,3 +1,11 @@
+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.