r193770 - in /trunk/libquadmath: ChangeLog prin...

burnus@gcc.gnu.org burnus@gcc.gnu.org
Fri Nov 23 22:11:00 GMT 2012


Author: burnus
Date: Fri Nov 23 22:11:40 2012
New Revision: 193770

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=193770
Log:
2012-11-23  Tobias Burnus  <burnus@net-b.de>
            Joseph Myers  <joseph@codesourcery.com>

        * quadmath-rounding-mode.h: New.
        * printf/fpioconst.c: Update from GLIBC. Fix strtod rounding.
        * printf/fpioconst.h: Ditto.
        * printf/printf_fp.c (__quadmath_printf_fp): Update from GLIBC.
        Make printf respect the rounding mode for decimal output.
        * printf/printf_fphex.c (__quadmath_printf_fphex): Update from
        GLIBC.  Make printf respect the rounding mode for hex output.
        * strtod/strtod_l.c: Update from GLIBC. Make strtod respect the
        rounding mode. Fix strtod handling of underflow.


Modified:
    trunk/libquadmath/ChangeLog
    trunk/libquadmath/printf/fpioconst.c
    trunk/libquadmath/printf/fpioconst.h
    trunk/libquadmath/printf/printf_fp.c
    trunk/libquadmath/printf/printf_fphex.c
    trunk/libquadmath/strtod/strtod_l.c



More information about the Gcc-cvs mailing list