aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f52d2e6936..1adf4cb4f5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.