CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2009/10/16 06:15:03
Modified files:
lib/libc/arch/vax/gdtoa: strtof.c
lib/libc/stdio : vfprintf.c
lib/libc/gdtoa : dmisc.c dtoa.c gdtoa.c gdtoa.h gethex.c hdtoa.c
misc.c smisc.c strtod.c strtodg.c strtof.c
strtorQ.c strtord.c strtorx.c sum.c
lib/libc/stdlib: ecvt.c gcvt.c
Removed files:
lib/libc/gdtoa : arithchk.c g_Qfmt.c g__fmt.c g_ddfmt.c g_dfmt.c
g_ffmt.c g_xLfmt.c g_xfmt.c qnan.c strtoIQ.c
strtoId.c strtoIdd.c strtoIf.c strtoIg.c
strtoIx.c strtoIxL.c strtodI.c strtodnrp.c
strtopQ.c strtopd.c strtopdd.c strtopf.c
strtopx.c strtopxL.c strtordd.c strtorf.c
strtorxL.c
Log message:
teach gdtoa & its subroutines that malloc can fail; in which case
ecvt, fcvt, gcvt, *printf, strtof, strtod, strtold act per ieee
1003.1. after these massive changes, remove unused files which
would not work now. reported by Maksymilian Arciemowicz; ok theo