Fix typo in last patch.
[pspp] / ChangeLog
index 117ff3d04261d9d1f37d7330b9175d36cd99a3d8..982e0358c5fa7ca3b3e838ea3119be408c27b17d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+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  Bruno Haible  <bruno@clisp.org>
 
        * lib/striconveh.h (mem_iconveh, str_iconveh): Optimize the conversion
        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.