]> git.ipfire.org Git - thirdparty/glibc.git/commit - ChangeLog
Make strtod respect the rounding mode (bug 14518).
authorJoseph Myers <joseph@codesourcery.com>
Wed, 12 Sep 2012 23:36:19 +0000 (23:36 +0000)
committerJoseph Myers <joseph@codesourcery.com>
Wed, 12 Sep 2012 23:36:19 +0000 (23:36 +0000)
commit6c9b0f68267cf365d060d4e51e7cb8f61498b875
tree7527c31f9593972fa3781f570b1712ba79d4a556
parent19fcedd5fcaab4355adf62350224ce53797f0f5a
Make strtod respect the rounding mode (bug 14518).
12 files changed:
ChangeLog
NEWS
include/rounding-mode.h [new file with mode: 0644]
ports/ChangeLog.arm
ports/ChangeLog.powerpc
ports/sysdeps/arm/get-rounding-mode.h [new file with mode: 0644]
ports/sysdeps/powerpc/nofpu/get-rounding-mode.h [new file with mode: 0644]
stdlib/Makefile
stdlib/strtod_l.c
stdlib/tst-strtod-round.c
sysdeps/generic/get-rounding-mode.h [new file with mode: 0644]
sysdeps/s390/fpu/get-rounding-mode.h [new file with mode: 0644]