comparison doc/posix-functions/strtod.texi @ 17223:4e33322b32f8

Hyphen and dash fixes.
author Paul Eggert <eggert@cs.ucla.edu>
date Thu, 27 Dec 2012 01:16:25 -0800
parents 498a2211d839
children b8576602c861
comparison
equal deleted inserted replaced
17222:1c4d62fce4a1 17223:4e33322b32f8
29 This function returns the wrong end pointer for @samp{-0x} on some 29 This function returns the wrong end pointer for @samp{-0x} on some
30 platforms: 30 platforms:
31 glibc 2.4, Mac OS X 10.5, FreeBSD 6.2, AIX 7.1, Cygwin < 1.5.25-11. 31 glibc 2.4, Mac OS X 10.5, FreeBSD 6.2, AIX 7.1, Cygwin < 1.5.25-11.
32 32
33 @item 33 @item
34 This function returns +0.0 (not -0.0) for @samp{-0} on some platforms: 34 This function returns +0.0 (not @minus{}0.0) for @samp{-0} on some platforms:
35 IRIX 6.5, OSF/1 4.0. 35 IRIX 6.5, OSF/1 4.0.
36 36
37 @item 37 @item
38 This function fails to parse Infinities and plain NaNs on some platforms: 38 This function fails to parse Infinities and plain NaNs on some platforms:
39 OpenBSD 4.0, HP-UX 11.11, IRIX 6.5, OSF/1 5.1, Solaris 9, mingw, MSVC 9. 39 OpenBSD 4.0, HP-UX 11.11, IRIX 6.5, OSF/1 5.1, Solaris 9, mingw, MSVC 9.
71 @end itemize 71 @end itemize
72 72
73 Portability problems not fixed by Gnulib: 73 Portability problems not fixed by Gnulib:
74 @itemize 74 @itemize
75 @item 75 @item
76 This function returns +0.0 (not -0.0) for negative underflow on some 76 This function returns +0.0 (not @minus{}0.0) for negative underflow on some
77 platforms: 77 platforms:
78 glibc 2.7, Cygwin 1.5.x, mingw, MSVC 9. 78 glibc 2.7, Cygwin 1.5.x, mingw, MSVC 9.
79 79
80 @item 80 @item
81 This function cannot distinguish between ``nan'' and ``-nan'' on some 81 This function cannot distinguish between ``nan'' and ``-nan'' on some