OSDN Git Service

* jni.cc (_Jv_JNI_GetStringUTFChars): Fail gracefully if string
[pf3gnuchains/gcc-fork.git] / libjava / jni.cc
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.
2000-02-17 tromey * jni.cc (_Jv_JNI_CallStaticMethodV): Added some asser...
2000-02-16 tromey * jni.cc (_Jv_JNI_NewObjectV): Corrected assertion.
2000-02-16 tromey * jni.cc (_Jv_JNI_FindClass): Use ClassLoader.loadClas...
2000-02-16 tromey * resolve.cc (ncode): Set args_raw_size. Compute...
2000-02-15 tromey * jni.cc (mangled_name): Skip leading `(' in signature.
2000-02-15 tromey * jni.cc (add_char): Added missing `else'.
2000-02-15 tromey * jni.cc (_Jv_JNI_AttachCurrentThread): Return error...
2000-02-10 tromey * gnu/gcj/jni/natNativeThread.cc: New file.
2000-02-08 tromey * jni.cc (ThrowableClass): New define.
2000-02-07 tromey * jni.cc (add_char): Conditional on INTERPRETER.
2000-02-04 tromey * defineclass.cc (handleMethodsBegin): Allocate _Jv_Me...
2000-02-02 tromey * include/java-interp.h (_Jv_JNI_conversion_call)...
2000-02-01 tromey * jni.cc (_Jv_JNI_PopLocalFrame): Leave loop when...
2000-02-01 tromey * jni.cc (_Jv_JNI_GetField): Specialize for jobject.
2000-02-01 tromey * prims.cc (_Jv_MallocUnchecked): New function.
2000-01-26 tromey * gcj/method.h (JvNumMethods): Moved from Class.h.
2000-01-21 tromey * java/lang/reflect/natConstructor.cc (newInstance...
2000-01-19 tromey * All files: Updated copyright to reflect Cygnus purchase.
1999-09-10 tromey * configure: Rebuilt.
1999-04-07 tromeyInitial revision