diff options
| author | burnus <burnus@138bc75d-0d04-0410-961f-82ee72b054a4> | 2012-11-23 22:11:40 +0000 |
|---|---|---|
| committer | burnus <burnus@138bc75d-0d04-0410-961f-82ee72b054a4> | 2012-11-23 22:11:40 +0000 |
| commit | 3f0410e9b1ae54162faa5ce35bb5d3fd7f716eb9 (patch) | |
| tree | f676fe7bb615062ab0007c6d0428c43bc9f80712 /libquadmath/ChangeLog | |
| parent | a2bb721d8e1a576841fb80f1c78f0694014d4e8b (diff) | |
| download | ppe42-gcc-3f0410e9b1ae54162faa5ce35bb5d3fd7f716eb9.tar.gz ppe42-gcc-3f0410e9b1ae54162faa5ce35bb5d3fd7f716eb9.zip | |
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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@193770 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libquadmath/ChangeLog')
| -rw-r--r-- | libquadmath/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/libquadmath/ChangeLog b/libquadmath/ChangeLog index ffd5927b72e..6bbe420b9fe 100644 --- a/libquadmath/ChangeLog +++ b/libquadmath/ChangeLog @@ -1,3 +1,16 @@ +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. + 2012-11-22 David S. Miller <davem@davemloft.net> Tobias Burnus <burnus@net-b.de> Joseph Myers <joseph@codesourcery.com> |

