aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@suse.de>2011-07-08 13:16:26 -0400
committerUlrich Drepper <drepper@gmail.com>2011-07-08 13:16:26 -0400
commit04d08991c4612450880eb55a1d3070597429b7cb (patch)
tree6bceccc9f993a1748f0c95fd018f8499e50c6c71 /ChangeLog
parent4e5f31c847982997c856f03bbc35134e9fd0f61f (diff)
downloadglibc-04d08991c4612450880eb55a1d3070597429b7cb.zip
glibc-04d08991c4612450880eb55a1d3070597429b7cb.tar.gz
glibc-04d08991c4612450880eb55a1d3070597429b7cb.tar.bz2
Add test case strtod underflow
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 050bff3..d47995b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2011-07-05 Andreas Jaeger <aj@suse.de>
+
+ [BZ#9696]
+ * stdlib/tst-strtod.c: Add testcase.
+
2011-07-07 Ulrich Drepper <drepper@gmail.com>
* sysdeps/unix/sysv/linux/pathconf.c (distinguish_extX): New function.