poll tests: Avoid test failure on BSD and Solaris systems.
[gnulib.git] / doc / posix-functions / atof.texi
blobe7f3cf0f8d1d5f460a1d7a13b1b922a7ad6bc489
1 @node atof
2 @section @code{atof}
3 @findex atof
5 POSIX specification:@* @url{https://pubs.opengroup.org/onlinepubs/9699919799/functions/atof.html}
7 Gnulib module: ---
9 Portability problems fixed by Gnulib:
10 @itemize
11 @end itemize
13 Portability problems not fixed by Gnulib:
14 @itemize
15 @item
16 This function is missing on some platforms:
17 Android 4.4.
19 @item
20 This function mis-parses strings with leading @samp{+} on some old platforms:
21 Old versions of Linux.
23 @item
24 This function returns a positive value for negative underflow on some
25 platforms:
26 glibc 2.4, Mingw, Cygwin.
28 @item
29 This function fails to do a valid parse of @samp{-0x} on some
30 platforms:
31 glibc 2.4, Cygwin < 1.5.25-11.
33 @item
34 This function fails to parse Infinities and plain NaNs on some platforms:
35 Mingw, OpenBSD 4.0.
37 @item
38 This function fails to parse NaN() on some platforms:
39 Mingw, OpenBSD 4.0, Cygwin < 1.5.25-11.
41 @item
42 This function fails to parse NaN(n-char-sequence) on some platforms:
43 Mingw, OpenBSD 4.0.
45 @item
46 This function fails to parse C99 hexadecimal floating point on some
47 platforms:
48 Mingw, OpenBSD 4.0.
50 @item
51 This function fails to correctly parse very long strings on some
52 platforms:
53 Mingw, Cygwin.
54 @end itemize