newlib/winsup/mingw/mingwex
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
..
math Add strtold and wcstold to libmingwex.a 2002-11-26 00:11:06 +00:00
_Exit.c
atoll.c
configure
configure.in
dirent.c
feclearexcept.c
fegetenv.c * mingwex/fegetenv.c: Change to \n line endings. 2002-09-05 11:51:26 +00:00
fegetexceptflag.c
fegetround.c
feholdexcept.c
feraiseexcept.c
fesetenv.c
fesetexceptflag.c
fesetround.c
fetestexcept.c
feupdateenv.c
fwide.c
imaxabs.c
imaxdiv.c
ldtoa.c Add strtold and wcstold to libmingwex.a 2002-11-26 00:11:06 +00:00
lltoa.c
lltow.c
Makefile.in Add strtold and wcstold to libmingwex.a 2002-11-26 00:11:06 +00:00
mbsinit.c
mingw-fseek.c
sitest.c
snprintf.c
snwprintf.c
strtof.c
strtoimax.c
strtold.c Add strtold and wcstold to libmingwex.a 2002-11-26 00:11:06 +00:00
strtoumax.c
testwmem.c
ulltoa.c
ulltow.c
vsnprintf.c * mingwex/fegetenv.c: Change to \n line endings. 2002-09-05 11:51:26 +00:00
vsnwprintf.c * mingwex/fegetenv.c: Change to \n line endings. 2002-09-05 11:51:26 +00:00
wcstof.c
wcstoimax.c
wcstold.c Add strtold and wcstold to libmingwex.a 2002-11-26 00:11:06 +00:00
wcstoumax.c
wdirent.c
wmemchr.c
wmemcmp.c
wmemcpy.c
wmemmove.c
wmemset.c
wtoll.c