commit-classpath
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[commit-cp] classpath ./ChangeLog include/Makefile.am java/...


From: Andrew John Hughes
Subject: [commit-cp] classpath ./ChangeLog include/Makefile.am java/...
Date: Mon, 13 Feb 2006 16:12:53 +0000

CVSROOT:        /sources/classpath
Module name:    classpath
Branch:         
Changes by:     Andrew John Hughes <address@hidden>     06/02/13 16:12:53

Modified files:
        .              : ChangeLog 
        include        : Makefile.am 
        java/lang      : Math.java 
        native/jni/java-lang: Makefile.am 
Added files:
        include        : java_lang_VMMath.h 
        native/jni/java-lang: java_lang_VMMath.c 
        vm/reference/java/lang: VMMath.java 
Removed files:
        include        : java_lang_Math.h 
        native/jni/java-lang: java_lang_Math.c 

Log message:
        2006-02-13  Andrew John Hughes  <address@hidden>
        
        * include/Makefile.am:
        Swapped Math.h for VMMath.h
        * include/java_lang_Math.h:
        Removed.
        * include/java_lang_VMMath.h:
        New autogenerated header for the new class.
        * java/lang/Math.java:
        (sin(double)): Changed to link to VMMath.
        (cos(double)): Changed to link to VMMath.
        (tan(double)): Changed to link to VMMath.
        (asin(double)): Changed to link to VMMath.
        (acos(double)): Changed to link to VMMath.
        (atan(double)): Changed to link to VMMath.
        (atan2(double)): Changed to link to VMMath.
        (exp(double)): Changed to link to VMMath.
        (log(double)): Changed to link to VMMath.
        (sqrt(double)): Changed to link to VMMath.
        (pow(double,double)): Changed to link to VMMath.
        (IEEEremainder(double,double)): Changed to link to VMMath.
        (ceil(double)): Changed to link to VMMath.
        (floor(double)): Changed to link to VMMath.
        (rint(double)): Changed to link to VMMath.
        * native/jni/java-lang/Makefile.am:
        Replaced java_lang_Math.c with java_lang_VMMath.c
        * native/jni/java-lang/java_lang_Math.c:
        Removed.
        * native/jni/java-lang/java_lang_VMMath.c:
        Renamed from java_lang_Math.c.
        * vm/reference/java/lang/VMMath.java:
        New class.
        (sin(double)): New native method.
        (cos(double)): New native method.
        (tan(double)): New native method.
        (asin(double)): New native method.
        (acos(double)): New native method.
        (atan(double)): New native method.
        (atan2(double)): New native method.
        (exp(double)): New native method.
        (log(double)): New native method.
        (sqrt(double)): New native method.
        (pow(double,double)): New native method.
        (IEEEremainder(double,double)): New native method.
        (ceil(double)): New native method.
        (floor(double)): New native method.
        (rint(double)): New native method.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/classpath/classpath/ChangeLog.diff?tr1=1.6358&tr2=1.6359&r1=text&r2=text
http://cvs.savannah.gnu.org/viewcvs/classpath/classpath/include/Makefile.am.diff?tr1=1.52&tr2=1.53&r1=text&r2=text
http://cvs.savannah.gnu.org/viewcvs/classpath/classpath/include/java_lang_VMMath.h?rev=1.1
http://cvs.savannah.gnu.org/viewcvs/classpath/classpath/java/lang/Math.java.diff?tr1=1.19&tr2=1.20&r1=text&r2=text
http://cvs.savannah.gnu.org/viewcvs/classpath/classpath/native/jni/java-lang/Makefile.am.diff?tr1=1.14&tr2=1.15&r1=text&r2=text
http://cvs.savannah.gnu.org/viewcvs/classpath/classpath/native/jni/java-lang/java_lang_VMMath.c?rev=1.1
http://cvs.savannah.gnu.org/viewcvs/classpath/classpath/vm/reference/java/lang/VMMath.java?rev=1.1




reply via email to

[Prev in Thread] Current Thread [Next in Thread]