X-Git-Url: http://git.sourceforge.jp/view?a=blobdiff_plain;f=libdecnumber%2FChangeLog;h=b218e422918235d324290bf06ee90d819f3c5d34;hb=05476866247e4b65496693ee6ced12d85922d011;hp=162b7627f2287e7434dcc88faebcbf84fb578b0b;hpb=36fb56854445bf8cb665c92ab45c671062681360;p=pf3gnuchains%2Fgcc-fork.git diff --git a/libdecnumber/ChangeLog b/libdecnumber/ChangeLog index 162b7627f22..b218e422918 100644 --- a/libdecnumber/ChangeLog +++ b/libdecnumber/ChangeLog @@ -1,3 +1,194 @@ +2010-01-05 Rainer Orth + + * configure: Regenerate. + +2009-11-28 Jakub Jelinek + + * decContext.c (decContextTestEndian): Move adj definition into + #if DECCHECK guarded code. + +2009-09-09 Paolo Bonzini + + * configure: Regenerate. + +2009-09-08 Paolo Bonzini + + * configure: Regenerate. + +2009-08-24 Ralf Wildenhues + + * configure.ac (AC_PREREQ): Bump to 2.64. + +2009-08-22 Ralf Wildenhues + + * aclocal.m4: Regenerate. + * configure: Regenerate. + * config.in: Regenerate. + +2009-08-13 Janis Johnson + + PR c/41046 + * decContext.c (decContextTestEndian): Call printf only if DECCHECK. + * decCommon.c ( decFloatShow): Define function only for DECCHECK + or DECTRACE. + +2009-07-30 Ralf Wildenhues + + * Makefile.in (aclocal_deps): New variable. + ($(srcdir)/aclocal.m4): Use it, for portable makefile syntax. + +2009-05-31 Ian Lance Taylor + + * 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 + + * 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 + + * 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 + + * decContext.h: Include gstdint.h instead of . + +2009-03-30 Ben Elliston + + * 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 + + * Makefile.in (clean): Don't remove makedepend$(EXEEXT). + +2008-10-27 Janis Johnson + + 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 + + * Makefile.in ($(srcdir)/aclocal.m4): Update dependencies. + * configure: Regenerate. + +2008-06-16 Ralf Wildenhues + + * Makefile.in (datarootdir): New variable. + +2008-06-10 Joseph Myers + + * dconfig.h: New. + * decContext.c, decExcept.c, decExcept.h, decLibrary.c, + decNumber.c, decNumberLocal.h, decRound.c, dpd/decimal128.c, + dpd/decimal32.c, dpd/decimal64.c: Include dconfig.h not config.h. + * dpd/decimal128Local.h (decimal128SetSign, decimal128ClearSign, + decimal128FlipSign): Use WORDS_BIGENDIAN not + FLOAT_WORDS_BIG_ENDIAN. + * bid/host-ieee128.c: Include dconfig.h. + (__host_to_ieee_128, __ieee_to_host_128): Swap 64-bit halves of + value if WORDS_BIGENDIAN. + +2008-04-18 Paolo Bonzini + + PR bootstrap/35457 + * aclocal.m4: Regenerate. + * configure: Regenerate. + +2008-04-18 Ben Elliston + + * Makefile.in (distclean): Add gstdint.h. + +2008-01-25 Janis Johnson + + * decCommonSymbols.h: Commit. + * decDPDSybmols.h: Commit. + + * Makefile.in (libdecnumber_a_SOURCES): List Symbols headers. + * decCommonSymbols.h: New file. + * decCommon.c: Include it. + * decDPDSymbols.h: New file. + * decDPD.h: Include it. + * decNumberLocal.h: Include the two new files. + * decContextSymbols.h (DECPOWERS, DECSTICKYTAB): New. + * decNumberSymbols.h (LNnn, d2utable): New. + * dpd/decimal32Symbols.h (COMBEXP, COMBMSD, DPD2BIN, BIN2DPD): New. + * dpd/decimal64Symbols.h (COMBEXP, COMBMSD, DPD2BIN, BIN2DPD): New. + * dpd/decimal128Symbols.h (COMBEXP, COMBMSD, DPD2BIN, BIN2DPD): New. + * dpd/decimal32.c: Remove redefine of DPD2BIN, BIN2DPD. + * dpd/decimal64.c: Ditto. + * dpd/decimal128.c: Ditto. + +2007-11-26 Thiago Jung Bauermann + + * Makefile.in (decimal32.o): Prepend $(srcdir) to dependencies + and substitute $< for the source file in compilation command. + (decimal64.o): Likewise. + (decimal128.o): Likewise. + (bid2dpd_dpd2bid.o): Likewise. + (host-ieee32.o): Likewise. + (host-ieee64.o): Likewise. + (host-ieee128.o): Likewise. + 2007-10-31 Thiago Jung Bauermann * configure.ac: Add ADDITIONAL_OBJS variable.