This is the mail archive of the gcc-cvs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

r127047 - in /branches/gcj/classpath-20070727-i...


Author: doko
Date: Sun Jul 29 17:01:34 2007
New Revision: 127047

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=127047
Log:
        * include/jvm.h:
        * jni-libjvm.cc (Jv_JNI_InvokeFunctions): Rename type.
        * jni.cc (_Jv_JNIFunctions, _Jv_JNI_InvokeFunctions): Likewise.
        * jni.cc (_Jv_JNI_CallAnyMethodA, _Jv_JNI_CallAnyVoidMethodA,
        _Jv_JNI_CallMethodA, _Jv_JNI_CallVoidMethodA,
        _Jv_JNI_CallStaticMethodA, _Jv_JNI_CallStaticVoidMethodA,
        _Jv_JNI_NewObjectA, _Jv_JNI_SetPrimitiveArrayRegion): Constify
        jvalue parameter.
        * java/lang/reflect/natMethod.cc (_Jv_CallAnyMethodA): Likewise.

        * java/lang/VMFloat.java (toString, parseFloat): New.

        * gnu/awt/xlib/XToolkit.java (setAlwaysOnTop, isModalityTypeSupported,
        isModalExclusionTypeSupported): New (stub only).
        * gnu/awt/xlib/XCanvasPeer.java (requestFocus): Likewise.
        * gnu/awt/xlib/XFramePeer.java (updateMinimumSize, updateIconImages,
        updateFocusableWindowState, setModalBlocked, getBoundsPrivate,
        setAlwaysOnTop): Likewise.
        * gnu/awt/xlib/XFontPeer.java (canDisplay): Update signature.

        * scripts/makemake.tcl: Ignore gnu/javax/sound/sampled/gstreamer,
        ignore javax.sound.sampled.spi.MixerProvider, ignore .in files.

        * HACKING: Mention --enable-gstreamer-peer, removal of generated files.

Modified:
    branches/gcj/classpath-20070727-import-branch/libjava/ChangeLog
    branches/gcj/classpath-20070727-import-branch/libjava/HACKING
    branches/gcj/classpath-20070727-import-branch/libjava/gnu/awt/xlib/XCanvasPeer.java
    branches/gcj/classpath-20070727-import-branch/libjava/gnu/awt/xlib/XFontPeer.java
    branches/gcj/classpath-20070727-import-branch/libjava/gnu/awt/xlib/XFramePeer.java
    branches/gcj/classpath-20070727-import-branch/libjava/gnu/awt/xlib/XToolkit.java
    branches/gcj/classpath-20070727-import-branch/libjava/include/jvm.h
    branches/gcj/classpath-20070727-import-branch/libjava/java/lang/VMFloat.h
    branches/gcj/classpath-20070727-import-branch/libjava/java/lang/VMFloat.java
    branches/gcj/classpath-20070727-import-branch/libjava/java/lang/reflect/natMethod.cc
    branches/gcj/classpath-20070727-import-branch/libjava/jni-libjvm.cc
    branches/gcj/classpath-20070727-import-branch/libjava/jni.cc
    branches/gcj/classpath-20070727-import-branch/libjava/scripts/makemake.tcl


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]