summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorEric Blake <ebb9@byu.net>2008-03-30 16:39:41 -0600
committerEric Blake <ebb9@byu.net>2008-03-30 16:42:19 -0600
commit53916448ea693ff5d90369d91fbdab3bf2c62d4d (patch)
treefc53b4648173a4a47381324331403037687495d7 /ChangeLog
parent17959d7c83195b5568ac4c311d2754971efd4b90 (diff)
downloadgnulib-53916448ea693ff5d90369d91fbdab3bf2c62d4d.tar.gz
Fix typo in last patch.
Signed-off-by: Eric Blake <ebb9@byu.net>
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog18
1 files changed, 9 insertions, 9 deletions
diff --git a/ChangeLog b/ChangeLog
index 117ff3d042..982e0358c5 100644
--- 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
@@ -19,15 +28,6 @@
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.
* lib/strtod.c (strtod): Avoid compiler warnings.
Reported by Jim Meyering.