newlib/winsup/mingw/mingwex
Danny Smith e635b30956 Import David Gay's gdtoa library.
* mingwex/gdtoa: New directory.
	* mingwex/gdtoa/(arithchk.c, dmisc.c, dtoa.c, g__fmt.c, g_dfmt.c,
	g_ffmt.c, g_xfmt.c, gd_arith.h, gd_qnan.h, gdtoa.c, gdtoa.h,
	gdtoaimp.h, gethex.c, gmisc.c, hd_init.c, hexnan.c, misc.c, qnan.c,
	README, smisc.c, strtodg.c, strtodnrp.c, strtof.c, strtopx.c, sum.c,
	ulp.c): New files.
	* mingwex/(strtof.c, strtold.c, ldtoa.c): Remove files.
	* mingwex/math/(cephes-emath.c, cephes-emath.h): Remove files.
	* mingwex/mb_wc_common.h (get_cp_from_locale); Rename to get_codepage().
        * mingwex/(btowc.c, wctob.c, mbrtowc.c, wcrtomb.c): Adjust call to get_codepage().
	* mingwex/wcstold.c: Avoid using strtold internals.
	* mingwex/wcstof.c: Rewrite.
	* mingwex/Makefile.in (GDTOA_DISTFILES): Add to distribution.
	(GDTOA_OBJS): Add to library.
	(DISTFILES): Remove strtof.c strtold.c ldtoa.c cephes-emath.c cephes-emath.h.
	(STDLIB_OBJS): Remove.
	(STDLIB_STUB_OBJS): Remove strtof.o wcstof,o.
	(Q8_OBJS): Add wcstof.o wcstold.o.
	* include/stdlib.h (strtof): Remove inline definition.
	(wcstof): Likewise.
	* include/wchar.h (wcstof): Remove inline definition.
2006-08-31 23:48:56 +00:00
..
complex * mingwex/complex/csqrt.c (csqrt): The sign of real part 2005-10-12 06:46:18 +00:00
gdtoa Import David Gay's gdtoa library. 2006-08-31 23:48:56 +00:00
math Import David Gay's gdtoa library. 2006-08-31 23:48:56 +00:00
stdio
_Exit.c
aclocal.m4 update to newer autoconf 2006-05-24 16:59:03 +00:00
atoll.c
btowc.c Import David Gay's gdtoa library. 2006-08-31 23:48:56 +00:00
configure update to newer autoconf 2006-05-24 16:59:03 +00:00
configure.in update to newer autoconf 2006-05-24 16:59:03 +00:00
dirent.c * mingwex/dirent.c (_tGetFileAttributes): New helper function. 2006-06-18 08:43:34 +00:00
feclearexcept.c Support SSE float environment in fenv.h functions. 2006-07-03 10:32:58 +00:00
fegetenv.c Support SSE float environment in fenv.h functions. 2006-07-03 10:32:58 +00:00
fegetexceptflag.c * mingwex/fe*.c: Revert previous changes. 2005-08-25 08:39:54 +00:00
fegetround.c Support SSE float environment in fenv.h functions. 2006-07-03 10:32:58 +00:00
feholdexcept.c Support SSE float environment in fenv.h functions. 2006-07-03 10:32:58 +00:00
feraiseexcept.c * mingwex/fe*.c: Revert previous changes. 2005-08-25 08:39:54 +00:00
fesetenv.c Support SSE float environment in fenv.h functions. 2006-07-03 10:32:58 +00:00
fesetexceptflag.c Support SSE float environment in fenv.h functions. 2006-07-03 10:32:58 +00:00
fesetround.c Support SSE float environment in fenv.h functions. 2006-07-03 10:32:58 +00:00
fetestexcept.c Support SSE float environment in fenv.h functions. 2006-07-03 10:32:58 +00:00
feupdateenv.c Support SSE float environment in fenv.h functions. 2006-07-03 10:32:58 +00:00
ftruncate.c
fwide.c
getopt.c
gettimeofday.c * include/sys/time.h: Add header guard. Add extern "C" bracketing 2006-06-18 08:16:55 +00:00
imaxabs.c
imaxdiv.c
isblank.c * include/ctype.h (_BLANK): Expand comment. 2006-08-03 07:44:30 +00:00
iswblank.c * include/ctype.h (_BLANK): Expand comment. 2006-08-03 07:44:30 +00:00
lltoa.c
lltow.c
Makefile.in Import David Gay's gdtoa library. 2006-08-31 23:48:56 +00:00
mb_wc_common.h Import David Gay's gdtoa library. 2006-08-31 23:48:56 +00:00
mbrtowc.c Import David Gay's gdtoa library. 2006-08-31 23:48:56 +00:00
mbsinit.c
mingw-aligned-malloc.c
mingw-fseek.c
sitest.c
strtoimax.c
strtoumax.c
testwmem.c
tst-aligned-malloc.c
ulltoa.c
ulltow.c
wcrtomb.c Import David Gay's gdtoa library. 2006-08-31 23:48:56 +00:00
wcstof.c Import David Gay's gdtoa library. 2006-08-31 23:48:56 +00:00
wcstoimax.c
wcstold.c Import David Gay's gdtoa library. 2006-08-31 23:48:56 +00:00
wcstoumax.c
wctob.c Import David Gay's gdtoa library. 2006-08-31 23:48:56 +00:00
wctrans.c
wctype.c
wdirent.c Import David Gay's gdtoa library. 2006-08-31 23:48:56 +00:00
wmemchr.c
wmemcmp.c
wmemcpy.c
wmemmove.c
wmemset.c
wtoll.c