More strtod touchups.
[pspp] / ChangeLog
index 5df9267411b3403ba3d9b4586053a7a5f2350086..117ff3d04261d9d1f37d7330b9175d36cd99a3d8 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
        Don't consider the width for tmp_length. Check count against tmp_length
        before doing the padding. Ensure enough allocation during padding.
 
+2008-03-30  Eric Blake  <ebb9@byu.net>
+
+       More strtod touchups.
+       * tests/test-strtod.c (main): Ignore tests for signbit on NaN, and
+       sign of negative underflow, for now.  Use .5, not .1.
+       * doc/posix-functions/strtod.texi (strtod): Mention these
+       limitations.
+       Reported by Jim Meyering.
+
 2008-03-30  Eric Blake  <ebb9@byu.net>
 
        strtod touchups.