diff options
author | Eric Blake <ebb9@byu.net> | 2008-03-30 16:39:41 -0600 |
---|---|---|
committer | Eric Blake <ebb9@byu.net> | 2008-03-30 16:42:19 -0600 |
commit | 53916448ea693ff5d90369d91fbdab3bf2c62d4d (patch) | |
tree | fc53b4648173a4a47381324331403037687495d7 /ChangeLog | |
parent | 17959d7c83195b5568ac4c311d2754971efd4b90 (diff) | |
download | gnulib-53916448ea693ff5d90369d91fbdab3bf2c62d4d.tar.gz |
Fix typo in last patch.
Signed-off-by: Eric Blake <ebb9@byu.net>
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 18 |
1 files changed, 9 insertions, 9 deletions
@@ -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. |