mirror of
https://sourceware.org/git/glibc.git
synced 2025-01-18 06:30:05 +00:00
Update.
* stdlib/strtod.c (INTERNAL): While eating trailing zeros handling hexdigits correctly. Reported by Fred Tydeman <tydeman@tybor.com>. * stdlib/tst-strtod.c: Add test for the bug.
This commit is contained in:
parent
350e9b8552
commit
85b5767c57
@ -6,6 +6,10 @@
|
||||
|
||||
2003-03-19 Ulrich Drepper <drepper@redhat.com>
|
||||
|
||||
* stdlib/strtod.c (INTERNAL): While eating trailing zeros handling
|
||||
hexdigits correctly. Reported by Fred Tydeman <tydeman@tybor.com>.
|
||||
* stdlib/tst-strtod.c: Add test for the bug.
|
||||
|
||||
* posix/tst-nice.c (do_test): Remove invalid of return value.
|
||||
Don't run test if initial level != 0.
|
||||
|
||||
|
@ -71,6 +71,7 @@ static const struct ltest tests[] =
|
||||
{ "-Inf", -HUGE_VAL, '\0', 0 },
|
||||
{ "+InFiNiTy", HUGE_VAL, '\0', 0 },
|
||||
#endif
|
||||
{ "0x80000Ap-23", 0x80000Ap-23, '\0', 0 },
|
||||
{ NULL, 0, '\0', 0 }
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user