about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index bfc5e15e03..b5b20eb42c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2003-02-22  Ulrich Drepper  <drepper@redhat.com>
+
+	* stdlib/strtod.c (INTERNAL): Remove bogus clearing of second word
+	when shifting retval.
+	* stdlib/tst-strtod.c (main): Add strtold test case.
+	Reported by Fred J. Tydeman <tydeman@tybor.com>.
+
 2003-02-21  Roland McGrath  <roland@redhat.com>
 
 	* malloc/thread-freeres.c: Conditionalize on _LIBC_REENTRANT.