]> git.ipfire.org Git - thirdparty/glibc.git/commit - stdlib/strtod_l.c
Fix strtod handling of underflow (bug 14047).
authorJoseph Myers <joseph@codesourcery.com>
Tue, 30 Oct 2012 13:51:27 +0000 (13:51 +0000)
committerJoseph Myers <joseph@codesourcery.com>
Tue, 30 Oct 2012 13:51:27 +0000 (13:51 +0000)
commit2a27fd6dae3edec949deda9a55928a0e22c8a8ae
tree9c9fcc6c86b0f7c04454a5833d5efbe17dc79117
parente5088dc6870b072a263f207af9e410c82f80a09e
Fix strtod handling of underflow (bug 14047).
21 files changed:
ChangeLog
NEWS
ports/ChangeLog.alpha
ports/ChangeLog.am33
ports/ChangeLog.hppa
ports/ChangeLog.ia64
ports/ChangeLog.mips
ports/sysdeps/alpha/tininess.h [new file with mode: 0644]
ports/sysdeps/am33/tininess.h [new file with mode: 0644]
ports/sysdeps/hppa/tininess.h [new file with mode: 0644]
ports/sysdeps/ia64/tininess.h [new file with mode: 0644]
ports/sysdeps/mips/tininess.h [new file with mode: 0644]
stdlib/Makefile
stdlib/strtod_l.c
stdlib/tst-strtod-underflow.c [new file with mode: 0644]
stdlib/tst-strtod.c
stdlib/tst-tininess.c [new file with mode: 0644]
sysdeps/generic/tininess.h [new file with mode: 0644]
sysdeps/i386/tininess.h [new file with mode: 0644]
sysdeps/sh/tininess.h [new file with mode: 0644]
sysdeps/x86_64/tininess.h [new file with mode: 0644]