X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=libdecnumber%2FChangeLog;h=950cde5e27d1f94d5b2bfe927d7bcd7a2bddaeba;hb=c597cc3d6eb76802dd079b1262f2d425e07da3eb;hp=b7952d089684463eeefa804d992dc27bf16d976c;hpb=0b51ce00751290f667de07ef28240a5af946bd91;p=deliverable%2Fbinutils-gdb.git diff --git a/libdecnumber/ChangeLog b/libdecnumber/ChangeLog index b7952d0896..950cde5e27 100644 --- a/libdecnumber/ChangeLog +++ b/libdecnumber/ChangeLog @@ -1,3 +1,157 @@ +2018-06-19 Simon Marchi + + * configure.ac: Remove AC_PREREQ. + * configure: Re-generate. + * aclocal.m4. + +2018-02-19 Martin Liska + + PR c/81272 + * decNumber.c (decCompareOp): Do not use bit and + for conjunction of predicates. + +2018-01-03 Jakub Jelinek + + Update copyright years. + +2017-05-29 Sylvestre Ledru + + * 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 + + * decCommon.c (decFloatFromPackedChecked): Fix typo in comment. + * decNumber.c (decNumberPower, decMultiplyOp): Likewise. + +2017-01-08 Jakub Jelinek + + 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 + + PR bootstrap/79003 + * Makefile.in: Add -fno-lto to {C,CPP,LD}FLAGS. + +2017-01-01 Jakub Jelinek + + Update copyright years. + +2016-11-15 Matthias Klose + + * configure: Regenerate. + +2016-01-04 Jakub Jelinek + + Update copyright years. + +2015-07-14 H.J. Lu + + * configure: Regenerated. + +2015-06-30 H.J. Lu + + * configure: Regenerated. + +2015-01-22 Eli Zaretskii + + * Makefile.in (TAGS): New target, to avoid failures in "make TAGS". + +2014-01-23 Marek Polacek + + PR c/59871 + * decNumberLocal.h (UBFROMUS, UBFROMUI): Remove last argument. + +2013-10-15 David Malcolm + + * Makefile.in (PICFLAG): New. + (ALL_CFLAGS): Add PICFLAG. + * configure.ac: Add --enable-host-shared, setting up new + PICFLAG variable. + * configure: Regenerate. + +2013-07-09 Simon Baldwin + + * configure.ac: Add AC_CONFIG_AUX_DIR. + * configure: Regenerated. + +2013-03-27 Kai Tietz + + * configure: Regenerated. + +2013-02-06 Richard Sandiford + + Update copyright years. + +2012-11-04 Thomas Schwinge + + * configure: Regenerate. + +2011-12-20 Andreas Schwab + + * configure: Regenerate. + +2011-12-19 Andreas Schwab + + * configure: Regenerate. + +2011-04-20 Jim Meyering + + * decNumber.c (decNumberFromString): Remove useless + if-before-free test. + (decNumberCompareTotalMag, decNumberExp, decNumberFMA): Likewise. + (decNumberLn, decNumberLog10, decNumberPower): Likewise. + (decNumberReduce, decNumberSquareRoot, decAddOp): Likewise. + (decDivideOp, NEEDTWO, decExpOp, LN2): Likewise. + +2011-03-28 Mike Frysinger + + * .gitignore: New file. + +2010-11-24 Nathan Froyd + + * dconfig.h (LIBGCC2_FLOAT_WORDS_BIG_ENDIAN): Delete. + (WORDS_BIG_ENDIAN): Define based on value of __FLOAT_WORD_ORDER__. + +2010-10-23 Nathan Froyd + + * dconfig.h (LIBGCC2_WORDS_BIG_ENDIAN): Delete. + (LIBGCC2_FLOAT_WORDS_BIG_ENDIAN): Test __BYTE_ORDER__. + +2010-09-10 Kai Tietz + + * configure: Regenerated. + +2010-09-08 Tristan Gingold + + PR 44001 + * Makefile.in (objext): New variable. + (bid_OBJS): Use $(objext) for extension. + (libdecnumber_a_OBJS): Ditto. + (mostlyclean): Ditto + (.c.o): Ditto. + Update dependencies. + +2010-09-06 H.J. Lu + + PR target/45524 + * configure.ac (enable_decimal_float): Set to + $default_decimal_float. + * configure: Regenerated. + +2010-09-06 Andreas Schwab + + * configure: Regenerate. + 2010-09-03 Andreas Krebbel * configure.ac: Use the GCC_AC_ENABLE_DECIMAL_FLOAT macro. @@ -114,7 +268,7 @@ 2009-04-01 Ben Elliston - * decContext.h: Include gstdint.h instead of . + * decContext.h: Include gstdint.h instead of . 2009-03-30 Ben Elliston @@ -366,7 +520,7 @@ * Makefile.in: Don't include decRound in library used by compiler. -2006-10-10 Brooks Moses +2006-10-10 Brooks Moses * Makefile.in: Added empty "pdf" target. 2006-09-15 Kaveh R. Ghazi @@ -461,11 +615,11 @@ 2006-01-02 Paolo Bonzini - PR target/25259 - * configure.ac: Use GCC_HEADER_STDINT. - * decContext.h: Include gstdint.h. - * aclocal.m4: Regenerate. - * configure: Regenerate. + PR target/25259 + * configure.ac: Use GCC_HEADER_STDINT. + * decContext.h: Include gstdint.h. + * aclocal.m4: Regenerate. + * configure: Regenerate. 2005-12-20 Roger Sayle @@ -504,7 +658,7 @@ * decimal32.c: Ditto. * decimal64.c: Ditto. * decimal128.c: Ditto. - + 2005-11-29 Ben Elliston * decUtility.c: Remove redundant #includes. @@ -521,7 +675,7 @@ 2005-11-29 Ben Elliston * decimal32.h, decimal64.h, decimal128.h: New. - * decimal32.c, decimal64.c, decimal128.c: Likewise. + * decimal32.c, decimal64.c, decimal128.c: Likewise. * decContext.c, decContext.h: Likewise. * decUtility.c, decUtility.h: Likewise. * decNumber.c, decNumber.h, decNumberLocal.h: Likewise.