summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2009-04-25 17:56:10 +0000
committerUlrich Drepper <drepper@redhat.com>2009-04-25 17:56:10 +0000
commit4bbf8999f4d93c5da77737ccf06a1aa67225d3f4 (patch)
tree3b4c86746c51d3c123d97e381b1064a75e2462ca /ChangeLog
parentaf9f1c486e9f41637aac1e0dd4fd192a23a0d150 (diff)
downloadglibc-4bbf8999f4d93c5da77737ccf06a1aa67225d3f4.tar.gz
glibc-4bbf8999f4d93c5da77737ccf06a1aa67225d3f4.tar.xz
glibc-4bbf8999f4d93c5da77737ccf06a1aa67225d3f4.zip
* 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--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 348d7f35ae..af38b11d1a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.