]> sourceware.org Git - newlib-cygwin.git/commit
* include/math.h (ashinh, asinhf, asinhl, acosh, acoshf, acoshl,
authorDanny Smith <dannysmith@users.sourceforge.net>
Wed, 6 Oct 2004 20:31:32 +0000 (20:31 +0000)
committerDanny Smith <dannysmith@users.sourceforge.net>
Wed, 6 Oct 2004 20:31:32 +0000 (20:31 +0000)
commit72db1c11e9887439125ce798bb1b6d571fe7d840
tree9ad7335a58ca086ea29b788d867728ea23fb7cc9
parent74b2bdc351dcbab192faca58b5544bce4f92b973
* include/math.h (ashinh, asinhf, asinhl, acosh, acoshf, acoshl,
atanh, atanhf, atanhl): Add prototypes.
* mingwex/Makefile.in (MATH_OBJS): Add objects for above to list.
(MATH_DISTFILES): Add sources for above and fastmath.h to list.
Specify dependency on fastmath.h for new objects.
* mingwex/math/fastmath.h: New file.
* mingwex/math/ashinh.c: New file.
* mingwex/math/asinhf.c: New file.
* mingwex/math/asinhl.c: New file.
* mingwex/math/acosh.c: New file.
* mingwex/math/acoshf.c: New file.
* mingwex/math/acoshl.c: New file.
* mingwex/math/atanh.c: New file.
* mingwex/math/atanhf.c: New file.
* mingwex/math/atanhl.c: New file.
13 files changed:
winsup/mingw/ChangeLog
winsup/mingw/include/math.h
winsup/mingw/mingwex/Makefile.in
winsup/mingw/mingwex/math/acosh.c [new file with mode: 0755]
winsup/mingw/mingwex/math/acoshf.c [new file with mode: 0755]
winsup/mingw/mingwex/math/acoshl.c [new file with mode: 0755]
winsup/mingw/mingwex/math/asinh.c [new file with mode: 0755]
winsup/mingw/mingwex/math/asinhf.c [new file with mode: 0755]
winsup/mingw/mingwex/math/asinhl.c [new file with mode: 0755]
winsup/mingw/mingwex/math/atanh.c [new file with mode: 0755]
winsup/mingw/mingwex/math/atanhf.c [new file with mode: 0755]
winsup/mingw/mingwex/math/atanhl.c [new file with mode: 0755]
winsup/mingw/mingwex/math/fastmath.h [new file with mode: 0755]
This page took 0.030591 seconds and 5 git commands to generate.