OSDN Git Service

PR libgcj/49193
[pf3gnuchains/gcc-fork.git] / libjava / jni.cc
2009-11-30 bje * jni.cc (_Jv_JNI_GetObjectRefType): Mark `object...
2008-10-21 dokolibjava/ChangeLog:
2008-06-28 dokolibjava/
2008-04-19 tromey PR libgcj/35979:
2007-12-06 daney2007-12-06 David Daney <ddaney@avtrex.com>
2007-08-04 dokolibjava/
2007-07-31 daney * configure.ac (INTERPRETER): New AM_CONDITIONAL.
2007-05-04 kseitz * include/jvmti-int.h (_Jv_ReportJVMTIException...
2007-03-05 tromey2007-03-05 Mark Wielaard <mark@klomp.org>
2007-02-07 tromey2007-02-01 Marco Trudel <mtrudel@gmx.ch>
2007-01-29 kgallowa2007-01-29 Kyle Galloway <kgallowa@redhat.com>
2007-01-22 tromey PR java/29812:
2007-01-18 tromey2007-01-18 Marco Trudel <mtrudel@gmx.ch>
2006-10-18 tromey * testsuite/libjava.jni/register2.java: New file.
2006-07-20 kseitz * include/jvm.h (_Jv_GetJVMTIEnv): Declare.
2006-06-27 tromey PR libgcj/28178:
2006-06-20 fitzsim2006-06-20 Thomas Fitzsimmons <fitzsim@redhat.com>
2006-02-09 bryce2006-02-08 Bryce McKinlay <mckinlay@redhat.com>
2006-01-19 tromey * jni.cc (_Jv_JNI_AttachCurrentThread): Return environ...
2005-11-29 tromeygcc/java:
2005-09-06 tromey PR libgcj/23739:
2005-06-13 tromey2005-06-13 Jim Huang <jserv@kaffe.org>
2005-04-26 tromey2005-04-26 Andrew Haley <aph@redhat.com>
2005-04-22 green2005-04-22 Anthony Green <green@redhat.com>
2005-04-05 tromey * jni.cc (_Jv_JNI_GetAnyFieldID): Throw ClassNotFoundE...
2005-02-23 fitzsim2005-02-23 Thomas Fitzsimmons <fitzsim@redhat.com>
2005-02-14 green2005-02-13 Anthony Green <green@redhat.com>
2005-01-14 graydon2005-01-13 Graydon Hoare <graydon@redhat.com>
2005-01-07 mkoch2005-01-07 Michael Koch <konqueror@gmx.de>
2004-11-25 tromey * Merged gcj-abi-2-dev-branch to trunk.
2004-11-24 mkoch2004-11-24 Michael Koch <konqueror@gmx.de>
2004-11-03 tromey * jni.cc (_Jv_JNI_NewObjectArray): Fixed return type.
2004-10-14 uweigand * jni.cc (_Jv_JNIMethod::call): Use ffi_java_raw_call...
2004-09-28 tromey * jni.cc (_Jv_JNI_RegisterNatives): Formatting fixlets.
2004-08-12 bothner * gcj/javaprims.h (_Jv_Utf8Const): Change struct to...
2004-08-03 tromey * jni.cc: Reindented.
2004-06-30 bothner * jni.cc (_Jv_JNI_NewGlobalRef, JNICALL _Jv_JNI_Delete...
2004-06-11 mark * jni.cc (_Jv_JNI_GetAnyMethodID): Add name...
2004-04-20 bryce2004-04-19 Bryce McKinlay <mckinlay@redhat.com>
2004-02-01 mkoch2004-02-01 Michael Koch <konqueror@gmx.de>
2003-11-18 tromey * jni.cc (_Jv_JNI_GetStringUTFChars): Fail gracefully...
2003-11-14 tromey * jni.cc (_Jv_JNI_GetStringUTFChars): Pass length...
2003-11-12 membar * jni.cc (JNI_CreateJavaVM): Remove JNIEXPORT.
2003-10-26 bryce2003-10-26 Bryce McKinlay <bryce@mckinlay.net.nz>
2003-09-22 mkoch2003-09-22 Michael Koch <konqueror@gmx.de>
2003-08-20 graydon2003-08-20 Graydon Hoare <graydon@redhat.com>
2003-08-18 tromey PR libgcj/11951:
2003-07-21 tromey * java/lang/Runtime.java: Comment fix.
2003-06-17 mkoch2003-06-17 Michael Koch <konqueror@gmx.de>
2003-06-12 aph2003-06-11 Andrew Haley <aph@redhat.com>
2003-02-12 tromey2003-02-12 Ranjit Mathew <rmathew@hotmail.com>
2003-01-31 tromey * jni.cc (_Jv_JNI_NewObjectArray): Check that initiali...
2002-12-03 tromey * jni.cc: Added `name' argument.
2002-11-19 tromey2002-11-19 Ranjit Mathew <rmathew@hotmail.com>
2002-11-10 tromey * jni.cc (_Jv_GetJNIEnvNewFrame): Set env->ex in all...
2002-11-06 tromey * jni.cc (array_from_valist): Assume that jlong won...
2002-10-23 tromey * jni.cc (_Jv_JNI_AllocObject): Removed old FIXME...
2002-05-10 tromey * jni.cc (_Jv_JNIFunctions): Fixed typo.
2002-04-10 tromey * Makefile.in: Rebuilt.
2002-03-05 tromey * jni.cc (_Jv_LookupJNIMethod): Throw UnsatisfiedLinkE...
2002-02-13 tromey2002-02-13 Martin Kahlert <martin.kahlert@infineon...
2002-02-08 tromey2002-02-08 Martin Kahlert <martin.kahlert@infineon...
2001-12-16 tromey For PR libgcj/5103:
2001-12-12 tromey * jni.cc (call): Synchronize if required.
2001-11-17 greenObvious jni weak reference fix
2001-11-13 tromey * Makefile.in: Rebuilt.
2001-10-30 bryce * jni.cc (JNI_CreateJavaVM): Call _Jv_CreateJav...
2001-10-16 bryce Eliminate use of C++ static constructors.
2001-10-05 tromey2001-10-04 Martin Kahlert <martin.kahlert@infineon...
2001-09-17 aj * jni.cc (array_from_valist): Use promoted...
2001-08-20 tromey * jni.cc (nathash, nathash_count, nathash_size): New...
2001-08-15 tromey * jni.cc: Include IdentityHashMap.h, not Hashtable.h.
2001-08-02 tromey2001-08-02 Martin Kahlert <martin.kahlert@infineon...
2001-06-15 tromey * jni.cc (_Jv_JNI_NewLocalRef): Search other frames.
2001-06-15 tromey * jni.cc (ClassClass): Removed; updated all users.
2001-05-22 bothnerImplement invocation interface; don't create new thread...
2001-05-03 tromey2001-05-03 Martin Kahlert <martin.kahlert@infineon...
2001-04-27 tromey * jni.cc (_Jv_JNI_GetPrimitiveArrayRegion): Fixed...
2001-04-06 tromey * jni.cc (wrap_value<jobject>, wrap_value<jclass>...
2001-04-02 tromey2001-04-02 Marcus G. Daniels <mgd@swarm.org>
2001-04-02 tromey * jni.cc (add_char): Correctly encode non-ascii charac...
2001-03-26 rth * exception.cc (java_eh_info): Make value type jthrowable.
2001-03-23 tromey * jni.cc (_Jv_JNI_GetAnyFieldID): Handle unresolved...
2001-03-22 tromey2001-03-22 Marcus G. Daniels <mgd@swarm.org>
2001-01-27 tromey * jni.cc (_Jv_JNIFunctions): Added comment for each...
2001-01-26 tromey * jni.cc (_Jv_JNI_GetAnyMethodID): Rewrite signature...
2000-11-01 warrenl * jni.cc: Added include of java/lang/ThreadGroup.h.
2000-10-06 tromey * java/lang/reflect/natField.cc (BooleanClass): Don...
2000-08-02 bryce2000-08-02 Bryce McKinlay <bryce@albatross.co.nz>
2000-04-20 tromey * jni.cc (_Jv_JNI_PopSystemFrame): Clear `env->ex'.
2000-04-20 tromey * jni.cc (_Jv_JNI_FindClass): Use system class loader...
2000-04-02 greenJVMPI changes...
2000-03-27 tromey * jni.cc (_Jv_JNI_PopSystemFrame): If environment...
2000-03-14 tromey * jni.cc (mangled_name): Fixed assertion.
2000-03-07 tromey * All files: Updated copyright information.
2000-03-07 tromey * jni.cc (MARK_NONE): New define.
2000-03-02 tromey * include/java-interp.h: Don't include MethodInvocation.h.
2000-02-26 greenMinor clean up and bug fix.
2000-02-25 tromey * jni.cc (_Jv_JNI_RegisterNatives): Conditionalize...
2000-02-18 tromey * include/jvm.h (_Jv_GetJavaVM): Declare.
next