strtod: next round of AIX fixes
authorEric Blake <eblake@redhat.com>
Fri, 30 Jul 2010 22:01:41 +0000 (16:01 -0600)
committerEric Blake <eblake@redhat.com>
Fri, 30 Jul 2010 22:20:41 +0000 (16:20 -0600)
commite95ae6d7e8f2627cf450649daf30071f1971f404
treeccfce2c8f78d1745741cdf7729b743f4e2e985da
parentd913c90f6a01f889db65cbb516683aab2f28c533
strtod: next round of AIX fixes

* lib/strtod.c (strtod): Work around AIX bug of parsing p with no
exponent.
* tests/test-strtod.c (main): Enhance tests.
* doc/posix-functions/strtod.texi (strtod): Document next bug.
Reported by Rainer Tammer.

Signed-off-by: Eric Blake <eblake@redhat.com>
ChangeLog
doc/posix-functions/strtod.texi
lib/strtod.c
tests/test-strtod.c