comparison doc/posix-functions/strtod.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 73d60b1f9c96
children
comparison
equal deleted inserted replaced
40168:f533980eb42f 40169:ecb43221748b
57 platforms: 57 platforms:
58 NetBSD 5.0, OpenBSD 4.0, AIX 5.1, HP-UX 11.11, IRIX 6.5, OSF/1 5.1, 58 NetBSD 5.0, OpenBSD 4.0, AIX 5.1, HP-UX 11.11, IRIX 6.5, OSF/1 5.1,
59 Solaris 11.4, mingw, MSVC 14. 59 Solaris 11.4, mingw, MSVC 14.
60 60
61 @item 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.
65
66 @item
62 This function returns the wrong end pointer for @samp{0x1p} on some 67 This function returns the wrong end pointer for @samp{0x1p} on some
63 platforms: 68 platforms:
64 AIX 7.1. 69 AIX 7.1.
65 @end itemize 70 @end itemize
66 71