]> sourceware.org Git - newlib-cygwin.git/commit
Add strtold and wcstold to libmingwex.a
authorDanny Smith <dannysmith@users.sourceforge.net>
Tue, 26 Nov 2002 00:11:06 +0000 (00:11 +0000)
committerDanny Smith <dannysmith@users.sourceforge.net>
Tue, 26 Nov 2002 00:11:06 +0000 (00:11 +0000)
commit5362be5926f9b07cb8c61fc10e0ed4485fc8bf86
tree6759ce6b8c7e1d2112b9545e7f26a3ea1155b5df
parent4e85569d1146c519fdb51758df7d8ca5c92e4311
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.
winsup/mingw/ChangeLog
winsup/mingw/include/stdlib.h
winsup/mingw/include/wchar.h
winsup/mingw/mingwex/Makefile.in
winsup/mingw/mingwex/ldtoa.c [new file with mode: 0644]
winsup/mingw/mingwex/math/cephes_emath.c [new file with mode: 0644]
winsup/mingw/mingwex/math/cephes_emath.h [new file with mode: 0644]
winsup/mingw/mingwex/strtold.c [new file with mode: 0644]
winsup/mingw/mingwex/wcstold.c [new file with mode: 0644]
This page took 0.02666 seconds and 5 git commands to generate.