ADD STRTOD TO LIBC WHILE FIXING ATOF FP TRAP.
authorJörg Wunsch <joerg_wunsch@uriah.heep.sax.de>
Mon, 1 Mar 1993 00:00:00 +0000 (00:00 +0000)
committerJörg Wunsch <joerg_wunsch@uriah.heep.sax.de>
Mon, 1 Mar 1993 00:00:00 +0000 (00:00 +0000)
commitd1bd9324b64a4143ca267afc118f913cd0de927e
treedab90b729d8581b2f244efd18be6e8c8532b19d8
parenta6d6ede4ae22be2519ae71ff1e6a74fd7d62a4b0
ADD STRTOD TO LIBC WHILE FIXING ATOF FP TRAP.

This version of atof checks for overflow conditions, rather
than simply causing a SIGFP.  It also takes advantage of the overlap
between atof() and strtod() functionality to finally implement the
long-missing strtod in libc (yay!).  Also adjusts awk's config.h to
live with this new fact.

[ Editor's note: ]

ALSO BE SURE TO READ THE TOP LEVEL README FILE FOR THE PATCH KIT.
There are important instructions on how to properly build things
after installing this patch.  If you do not do so, this patch will
not do anything for you.

AUTHOR: Joerg Wunsch
386BSD-Patchkit: patch00089
usr/src/lib/libc/i386/stdlib/atof.c
usr/src/usr.bin/awk/config.h