comparison doc/posix-functions/strtold.texi @ 40169:ecb43221748b

strtod, strtold: Work around HP-UX 11.31/ia64 bug. * lib/strtod.c (STRTOD): When there is an extra character after the exponent marker 'p', reparse the number. * doc/posix-functions/strtod.texi: Document the HP-UX 11.31 bug. * doc/posix-functions/strtold.texi: Likewise.
author Bruno Haible <bruno@clisp.org>
date Fri, 01 Feb 2019 00:18:57 +0100
parents cdb3438ceb13
children
comparison
equal deleted inserted replaced
40168:f533980eb42f 40169:ecb43221748b
55 55
56 @item 56 @item
57 This function fails to parse C99 hexadecimal floating point on some 57 This function fails to parse C99 hexadecimal floating point on some
58 platforms: 58 platforms:
59 IRIX 6.5, mingw. 59 IRIX 6.5, mingw.
60
61 @item
62 In hexadecimal floats, this function allows whitespace between @samp{p}
63 and the exponent on some platforms:
64 HP-UX 11.31/ia64.
60 @end itemize 65 @end itemize
61 66
62 Portability problems not fixed by Gnulib: 67 Portability problems not fixed by Gnulib:
63 @itemize 68 @itemize
64 @item 69 @item