CVSROOT: /cvs Module name: src Changes by: [email protected] 2011/06/08 16:14:17
Modified files:
lib/libc/arch/vax/gdtoa: hdtoa.c strtof.c
Log message:
- The 0x1p514 was wrong on VAX, but remove FP_SUBNORMAL, FP_INFINITE,
and FP_NAN cases altogether, since they are not supported, and
fpclassify() will never return that. (Leftovers when this was cloned.)
- Kill unused INFSTR, NANSTR, LDBL_ADJ.
- Teach hdtoa() that rv_alloc can fail.
- Move STRTOG_NoMemory above STRTOG_Infinite (fallthru).
