OSDN Git Service

* decContext.h: Add extern "C" if compiling with C++.
[pf3gnuchains/gcc-fork.git] / libdecnumber / ChangeLog
index 5a76920..74fba59 100644 (file)
@@ -1,3 +1,97 @@
+2009-05-31  Ian Lance Taylor  <iant@google.com>
+
+       * decContext.h: Add extern "C" if compiling with C++.
+       * decDPD.h: Likewise.
+       * decNumber.h: Likewise.
+       * dpd/decimal32.h: Likewise.
+       * dpd/decimal64.h: Likewise.
+       * dpd/decimal128.h: Likewise.
+
+2009-04-09  Nick Clifton  <nickc@redhat.com>
+
+       * decRound.c: Change copyright header to refer to version 3 of
+       the GNU General Public License with version 3.1 of the GCC
+       Runtime Library Exception and to point readers at the COPYING3
+       and COPYING3.RUNTIME files and the FSF's license web page.
+       * bid/bid-dpd.h: Likewise.
+       * bid/bid2dpd_dpd2bid.c: Likewise.
+       * bid/bid2dpd_dpd2bid.h: Likewise.
+       * bid/decimal128.c: Likewise.
+       * bid/decimal32.c: Likewise.
+       * bid/decimal64.c: Likewise.
+       * bid/host-ieee128.c: Likewise.
+       * bid/host-ieee32.c: Likewise.
+       * bid/host-ieee64.c: Likewise.
+       * dconfig.h: Likewise.
+       * decBasic.c: Likewise.
+       * decCommon.c: Likewise.
+       * decContext.c: Likewise.
+       * decContext.h: Likewise.
+       * decDPD.h: Likewise.
+       * decDouble.c: Likewise.
+       * decDouble.h: Likewise.
+       * decExcept.c: Likewise.
+       * decExcept.h: Likewise.
+       * decLibrary.c: Likewise.
+       * decNumber.c: Likewise.
+       * decNumber.h: Likewise.
+       * decNumberLocal.h: Likewise.
+       * decPacked.c: Likewise.
+       * decPacked.h: Likewise.
+       * decQuad.c: Likewise.
+       * decQuad.h: Likewise.
+       * decRound.h: Likewise.
+       * decSingle.c: Likewise.
+       * decSingle.h: Likewise.
+       * dpd/decimal128.c: Likewise.
+       * dpd/decimal128.h: Likewise.
+       * dpd/decimal128Local.h: Likewise.
+       * dpd/decimal32.c: Likewise.
+       * dpd/decimal32.h: Likewise.
+       * dpd/decimal64.c: Likewise.
+       * dpd/decimal64.h: Likewise.
+
+2009-04-09  Jakub Jelinek  <jakub@redhat.com>
+
+       * Makefile.in: Change copyright header to refer to version
+       3 of the GNU General Public License and to point readers at the
+       COPYING3 file and the FSF's license web page.
+       * configure.ac: Likewise.
+
+2009-04-01  Ben Elliston  <bje@au.ibm.com>
+
+        * decContext.h: Include gstdint.h instead of <stdint.h>.
+
+2009-03-30  Ben Elliston  <bje@au.ibm.com>
+
+       * decNumber.c, decNumber.h, decNumberLocal.h, decDouble.c,
+       decDouble.h, decSingle.c, decContext.c, decSingle.h, decPacked.c,
+       decCommon.c, decContext.h, decQuad.c, decPacked.h, decQuad.h,
+       decDPD.h, decBasic.c: Upgrade to decNumber 3.61.
+       * dpd/decimal128.h, dpd/decimal32.c, dpd/decimal32.h,
+       dpd/decimal64.c, dpd/decimal128.c, dpd/decimal64.h: Likewise.
+
+2009-02-10  Joseph Myers  <joseph@codesourcery.com>
+
+       * Makefile.in (clean): Don't remove makedepend$(EXEEXT).
+
+2008-10-27  Janis Johnson  <janis187@us.ibm.com>
+
+       PR other/37897
+       * decDouble.h (decDouble): Replace struct with union accessible
+       by more types.
+       * decSingle.h (decSingle): Ditto.
+       * decQuad.h (decQuad): Ditto.
+       * decNumberLocal.h (DFWORD, DFBYTE, DFWWORD): access decFloat via
+       new members.
+       * decBasic.c (decFloatCompareTotal): Avoid type-pun violation.
+       (decNumberCompare): Ditto.
+
+2008-06-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
+
+       * Makefile.in ($(srcdir)/aclocal.m4): Update dependencies.
+       * configure: Regenerate.
+
 2008-06-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
 
        * Makefile.in (datarootdir): New variable.