comparison libdecnumber/ChangeLog @ 131:84e7813d76e9

gcc-8.2
author mir3636
date Thu, 25 Oct 2018 07:37:49 +0900
parents 04ced10e8804
children 1830386684a0
comparison
equal deleted inserted replaced
111:04ced10e8804 131:84e7813d76e9
1 2018-07-05 James Clarke <jrtc27@jrtc27.com>
2
3 * configure: Regenerated.
4
5 2018-02-19 Martin Liska <mliska@suse.cz>
6
7 PR c/81272
8 * decNumber.c (decCompareOp): Do not use bit and
9 for conjunction of predicates.
10
11 2018-01-03 Jakub Jelinek <jakub@redhat.com>
12
13 Update copyright years.
14
1 2017-05-29 Sylvestre Ledru <sylvestre@debian.org> 15 2017-05-29 Sylvestre Ledru <sylvestre@debian.org>
2 16
3 * bid/bid2dpd_dpd2bid.c (_bid_to_dpd32): Fix whitespace. 17 * bid/bid2dpd_dpd2bid.c (_bid_to_dpd32): Fix whitespace.
4 (_dpd_to_bid32): Simplify identical code on multiple branches. 18 (_dpd_to_bid32): Simplify identical code on multiple branches.
5 Fix whitespace. 19 Fix whitespace.
258 COPYING3 file and the FSF's license web page. 272 COPYING3 file and the FSF's license web page.
259 * configure.ac: Likewise. 273 * configure.ac: Likewise.
260 274
261 2009-04-01 Ben Elliston <bje@au.ibm.com> 275 2009-04-01 Ben Elliston <bje@au.ibm.com>
262 276
263 * decContext.h: Include gstdint.h instead of <stdint.h>. 277 * decContext.h: Include gstdint.h instead of <stdint.h>.
264 278
265 2009-03-30 Ben Elliston <bje@au.ibm.com> 279 2009-03-30 Ben Elliston <bje@au.ibm.com>
266 280
267 * decNumber.c, decNumber.h, decNumberLocal.h, decDouble.c, 281 * decNumber.c, decNumber.h, decNumberLocal.h, decDouble.c,
268 decDouble.h, decSingle.c, decContext.c, decSingle.h, decPacked.c, 282 decDouble.h, decSingle.c, decContext.c, decSingle.h, decPacked.c,
605 * decNumber.c (__NO_STRING_INLINES): Define to prevent glibc macro 619 * decNumber.c (__NO_STRING_INLINES): Define to prevent glibc macro
606 definition of strcpy from generating compilation warnings. 620 definition of strcpy from generating compilation warnings.
607 621
608 2006-01-02 Paolo Bonzini <bonzini@gnu.org> 622 2006-01-02 Paolo Bonzini <bonzini@gnu.org>
609 623
610 PR target/25259 624 PR target/25259
611 * configure.ac: Use GCC_HEADER_STDINT. 625 * configure.ac: Use GCC_HEADER_STDINT.
612 * decContext.h: Include gstdint.h. 626 * decContext.h: Include gstdint.h.
613 * aclocal.m4: Regenerate. 627 * aclocal.m4: Regenerate.
614 * configure: Regenerate. 628 * configure: Regenerate.
615 629
616 2005-12-20 Roger Sayle <roger@eyesopen.com> 630 2005-12-20 Roger Sayle <roger@eyesopen.com>
617 631
618 * decNumber.c (decStrEq): Cast string contents to unsigned char 632 * decNumber.c (decStrEq): Cast string contents to unsigned char
619 instead of int before calling tolower. 633 instead of int before calling tolower.
665 * config.in: Likewise. 679 * config.in: Likewise.
666 680
667 2005-11-29 Ben Elliston <bje@au.ibm.com> 681 2005-11-29 Ben Elliston <bje@au.ibm.com>
668 682
669 * decimal32.h, decimal64.h, decimal128.h: New. 683 * decimal32.h, decimal64.h, decimal128.h: New.
670 * decimal32.c, decimal64.c, decimal128.c: Likewise. 684 * decimal32.c, decimal64.c, decimal128.c: Likewise.
671 * decContext.c, decContext.h: Likewise. 685 * decContext.c, decContext.h: Likewise.
672 * decUtility.c, decUtility.h: Likewise. 686 * decUtility.c, decUtility.h: Likewise.
673 * decNumber.c, decNumber.h, decNumberLocal.h: Likewise. 687 * decNumber.c, decNumber.h, decNumberLocal.h: Likewise.
674 * decDPD.h: Likewise. 688 * decDPD.h: Likewise.
675 * decLibrary.c, decRound.c: Likewise. 689 * decLibrary.c, decRound.c: Likewise.
676 690
677 Copyright (C) 2005-2017 Free Software Foundation, Inc. 691 Copyright (C) 2005-2018 Free Software Foundation, Inc.
678 692
679 Copying and distribution of this file, with or without modification, 693 Copying and distribution of this file, with or without modification,
680 are permitted in any medium without royalty provided the copyright 694 are permitted in any medium without royalty provided the copyright
681 notice and this notice are preserved. 695 notice and this notice are preserved.