CVSROOT:        /cvs/src
Module name:    src
Changes by:     [EMAIL PROTECTED]       2004-10-06 20:31:32

Modified files:
        winsup/mingw   : ChangeLog 
        winsup/mingw/include: math.h 
        winsup/mingw/mingwex: Makefile.in 
Added files:
        winsup/mingw/mingwex/math: acosh.c acoshf.c acoshl.c asinh.c 
                                   asinhf.c asinhl.c atanh.c atanhf.c 
                                   atanhl.c fastmath.h 

Log message:
        * 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.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/mingw/ChangeLog.diff?cvsroot=src&r1=1.238&r2=1.239
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/mingw/include/math.h.diff?cvsroot=src&r1=1.22&r2=1.23
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/mingw/mingwex/Makefile.in.diff?cvsroot=src&r1=1.20&r2=1.21
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/mingw/mingwex/math/acosh.c.diff?cvsroot=src&r1=NONE&r2=1.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/mingw/mingwex/math/acoshf.c.diff?cvsroot=src&r1=NONE&r2=1.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/mingw/mingwex/math/acoshl.c.diff?cvsroot=src&r1=NONE&r2=1.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/mingw/mingwex/math/asinh.c.diff?cvsroot=src&r1=NONE&r2=1.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/mingw/mingwex/math/asinhf.c.diff?cvsroot=src&r1=NONE&r2=1.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/mingw/mingwex/math/asinhl.c.diff?cvsroot=src&r1=NONE&r2=1.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/mingw/mingwex/math/atanh.c.diff?cvsroot=src&r1=NONE&r2=1.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/mingw/mingwex/math/atanhf.c.diff?cvsroot=src&r1=NONE&r2=1.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/mingw/mingwex/math/atanhl.c.diff?cvsroot=src&r1=NONE&r2=1.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/mingw/mingwex/math/fastmath.h.diff?cvsroot=src&r1=NONE&r2=1.1

Reply via email to