summaryrefslogtreecommitdiff
path: root/libjava/jni.cc
Commit message (Expand)AuthorAgeFilesLines
* * jni.cc (_Jv_JNI_NewGlobalRef, JNICALL _Jv_JNI_DeleteGlobalRef,bothner2004-06-301-186/+186
* * jni.cc (_Jv_JNI_GetAnyMethodID): Add name and signature tomark2004-06-111-2/+7
* 2004-04-19 Bryce McKinlay <mckinlay@redhat.com>bryce2004-04-201-1/+1
* 2004-02-01 Michael Koch <konqueror@gmx.de>mkoch2004-02-011-1/+1
* * jni.cc (_Jv_JNI_GetStringUTFChars): Fail gracefully if stringtromey2003-11-181-2/+4
* * jni.cc (_Jv_JNI_GetStringUTFChars): Pass length of string totromey2003-11-141-1/+1
* * jni.cc (JNI_CreateJavaVM): Remove JNIEXPORT.membar2003-11-121-3/+3
* 2003-10-26 Bryce McKinlay <bryce@mckinlay.net.nz>bryce2003-10-261-12/+4
* 2003-09-22 Michael Koch <konqueror@gmx.de>mkoch2003-09-221-3/+1
* 2003-08-20 Graydon Hoare <graydon@redhat.com>graydon2003-08-201-5/+15
* PR libgcj/11951:tromey2003-08-181-24/+12
* * java/lang/Runtime.java: Comment fix.tromey2003-07-211-2/+2
* 2003-06-17 Michael Koch <konqueror@gmx.de>mkoch2003-06-171-10/+16
* 2003-06-11 Andrew Haley <aph@redhat.com>aph2003-06-121-38/+94
* 2003-02-12 Ranjit Mathew <rmathew@hotmail.com>tromey2003-02-121-12/+75
* * jni.cc (_Jv_JNI_NewObjectArray): Check that initializer can betromey2003-01-311-1/+6
* * jni.cc: Added `name' argument.tromey2002-12-031-2/+3
* 2002-11-19 Ranjit Mathew <rmathew@hotmail.com>tromey2002-11-191-124/+133
* * jni.cc (_Jv_GetJNIEnvNewFrame): Set env->ex in all cases.tromey2002-11-101-2/+4
* * jni.cc (array_from_valist): Assume that jlong won't betromey2002-11-061-2/+8
* * jni.cc (_Jv_JNI_AllocObject): Removed old FIXME comment.tromey2002-10-231-8/+8
* * jni.cc (_Jv_JNIFunctions): Fixed typo.tromey2002-05-101-1/+1
* * Makefile.in: Rebuilt.tromey2002-04-101-16/+57
* * jni.cc (_Jv_LookupJNIMethod): Throw UnsatisfiedLinkError, nottromey2002-03-051-2/+2
* 2002-02-13 Martin Kahlert <martin.kahlert@infineon.com>tromey2002-02-131-2/+1
* 2002-02-08 Martin Kahlert <martin.kahlert@infineon.com>tromey2002-02-081-2/+11
* For PR libgcj/5103:tromey2001-12-161-4/+0
* * jni.cc (call): Synchronize if required.tromey2001-12-121-0/+14
* Obvious jni weak reference fixgreen2001-11-171-1/+1
* * Makefile.in: Rebuilt.tromey2001-11-131-20/+151
* * jni.cc (JNI_CreateJavaVM): Call _Jv_CreateJavaVM. Don't callbryce2001-10-301-2/+3
* Eliminate use of C++ static constructors.bryce2001-10-161-3/+2
* 2001-10-04 Martin Kahlert <martin.kahlert@infineon.com>tromey2001-10-051-1/+1
* * jni.cc (array_from_valist): Use promoted types for va_arg.aj2001-09-171-14/+14
* * jni.cc (nathash, nathash_count, nathash_size): New globals.tromey2001-08-201-21/+152
* * jni.cc: Include IdentityHashMap.h, not Hashtable.h.tromey2001-08-151-7/+7
* 2001-08-02 Martin Kahlert <martin.kahlert@infineon.com>tromey2001-08-021-0/+3
* * jni.cc (_Jv_JNI_NewLocalRef): Search other frames.tromey2001-06-151-8/+15
* * jni.cc (ClassClass): Removed; updated all users.tromey2001-06-151-30/+28
* Implement invocation interface; don't create new thread for main.bothner2001-05-221-23/+6
* 2001-05-03 Martin Kahlert <martin.kahlert@infineon.com>tromey2001-05-031-2/+2
* * jni.cc (_Jv_JNI_GetPrimitiveArrayRegion): Fixed boundstromey2001-04-271-4/+10
* * jni.cc (wrap_value<jobject>, wrap_value<jclass>): Removed.tromey2001-04-061-11/+9
* 2001-04-02 Marcus G. Daniels <mgd@swarm.org>tromey2001-04-021-0/+9
* * jni.cc (add_char): Correctly encode non-ascii characters.tromey2001-04-021-5/+5
* * exception.cc (java_eh_info): Make value type jthrowable.rth2001-03-261-1/+1
* * jni.cc (_Jv_JNI_GetAnyFieldID): Handle unresolved fields.tromey2001-03-231-4/+8
* 2001-03-22 Marcus G. Daniels <mgd@swarm.org>tromey2001-03-221-1/+4
* * jni.cc (_Jv_JNIFunctions): Added comment for each entry intromey2001-01-271-230/+231
* * jni.cc (_Jv_JNI_GetAnyMethodID): Rewrite signature from externaltromey2001-01-261-10/+14