diff options
author | Ulrich Drepper <drepper@redhat.com> | 2009-04-25 17:56:10 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2009-04-25 17:56:10 +0000 |
commit | 4bbf8999f4d93c5da77737ccf06a1aa67225d3f4 (patch) | |
tree | 3b4c86746c51d3c123d97e381b1064a75e2462ca /ChangeLog | |
parent | af9f1c486e9f41637aac1e0dd4fd192a23a0d150 (diff) | |
download | glibc-4bbf8999f4d93c5da77737ccf06a1aa67225d3f4.zip glibc-4bbf8999f4d93c5da77737ccf06a1aa67225d3f4.tar.gz glibc-4bbf8999f4d93c5da77737ccf06a1aa67225d3f4.tar.bz2 |
* stdlib/strtod_l.c (round_and_return): We have to set errno to
ERANGE for underflows.
* stdlib/tst-strtod.c (tests): Two tests should set errno to ERANGE.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,5 +1,9 @@ 2009-04-25 Ulrich Drepper <drepper@redhat.com> + * stdlib/strtod_l.c (round_and_return): We have to set errno to + ERANGE for underflows. + * stdlib/tst-strtod.c (tests): Two tests should set errno to ERANGE. + * stdio-common/stdio_lim.h.in (L_cuserid): Not part of POSIX since the 2001 revision. |