aboutsummaryrefslogtreecommitdiff
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 2dcdb0d..b3e9660 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2004-07-21 Jakub Jelinek <jakub@redhat.com>
+
+ [BZ #274]
+ * stdlib/strtod_l.c (INTERNAL (__STRTOF)): Fix used >=
+ BITS_PER_MP_LIMB shifting up.
+ * stdlib/tst-strtod.c (main): Add new tests.
+
2004-07-23 Jakub Jelinek <jakub@redhat.com>
[BZ #282]