newlib/winsup/mingw/mingwex/math
Danny Smith 5362be5926 Add strtold and wcstold to libmingwex.a
* mingwex/strtold.c: New file.
	* mingwex/wcstold.c: New file.
	* mingwex/ldtoa.c: New file.
	* mingwex/math/cephes_emath.h: New file.
	* mingwex/math/cephes_emath.c: New file.
	* mingwex/Makefile.in (DISTFILES): Add new files.
	(MATH_DISTFILES): Ditto.
	(STDLIB_OBJS): New. Define as strtold.c wcstold.c.
	(MATH_OBJS): Add cephes_emath.o.
	(LIB_OBJS): Add $(STDLIB_OBJS).
	* include/stdlib.h (strtold, wcstold): Add prototypes.
	* include/wchar.h (wcstold): Add prototype.

Add missing ChangeLog entry for 2002-11-09.
2002-11-26 00:11:06 +00:00
..
acosf.c
acosl.c
asinf.c
asinl.c
atan2f.c
atan2l.c
atanf.c
atanl.c
cbrt.c
cbrtf.c
cbrtl.c
ceilf.S
ceill.S
cephes_emath.c Add strtold and wcstold to libmingwex.a 2002-11-26 00:11:06 +00:00
cephes_emath.h Add strtold and wcstold to libmingwex.a 2002-11-26 00:11:06 +00:00
cephes_mconf.h * mingwex/math/powil.c: Rename powil to __powil. 2002-10-06 23:26:43 +00:00
copysign.S
copysignf.S
copysignl.S
cosf.S
coshf.c
coshl.c
cosl.S
exp2.S
exp2f.S
exp2l.S
expf.c
expl.c
fabs.c
fabsf.c
fabsl.c
fdim.c
fdimf.c
fdiml.c
floorf.S
floorl.S
fma.S
fmaf.S
fmal.c
fmax.c
fmaxf.c
fmaxl.c
fmin.c
fminf.c
fminl.c
fmodf.c
fmodl.c
fp_consts.c
fp_consts.h
fp_constsf.c
fp_constsl.c
fpclassify.c
fpclassifyf.c
fpclassifyl.c
frexpf.c
frexpl.S
fucom.c
hypotf.c
hypotl.c * mingwex/math/hypotl.c: Replace with version based on cephes 2002-09-02 03:00:37 +00:00
ilogb.S
ilogbf.S
ilogbl.S
isnan.c
isnanf.c
isnanl.c
ldexpf.c
ldexpl.c
llrint.c
llrintf.c
llrintl.c
llround.c
llroundf.c
llroundl.c
log1p.S
log1pf.S
log1pl.S
log2.S
log2f.S
log2l.S
log10f.S
log10l.S
logb.c
logbf.c
logbl.c
logf.S
logl.S
lrint.c
lrintf.c
lrintl.c
lround.c
lroundf.c
lroundl.c
modff.c
modfl.c
nearbyint.S
nearbyintf.S
nearbyintl.S
nextafterf.c
pow.c * mingwex/math/powil.c: Rename powil to __powil. 2002-10-06 23:26:43 +00:00
powf.c
powi.c * mingwex/math/powil.c: Rename powil to __powil. 2002-10-06 23:26:43 +00:00
powif.c * mingwex/math/powil.c: Rename powil to __powil. 2002-10-06 23:26:43 +00:00
powil.c * mingwex/math/powil.c: Rename powil to __powil. 2002-10-06 23:26:43 +00:00
powl.c * mingwex/math/powil.c: Rename powil to __powil. 2002-10-06 23:26:43 +00:00
remainder.S
remainderf.S
remainderl.S
remquo.S
remquof.S
remquol.S
rint.c
rintf.c
rintl.c
round.c
roundf.c
roundl.c
scalbn.S
scalbnf.S
scalbnl.S
signbit.c
signbitf.c
signbitl.c
sinf.S
sinhf.c
sinhl.c
sinl.S
sqrtf.c * include/math.h (sqrt): Remove inline definition. 2002-11-09 10:44:02 +00:00
sqrtl.c * include/math.h (sqrt): Remove inline definition. 2002-11-09 10:44:02 +00:00
tanf.S
tanhf.c
tanhl.c
tanl.S
trunc.c
truncf.c
truncl.c