Age | Commit message (Expand) | Author | Files | Lines |
2007-12-06 | ffi.h.in (FFI_SIZEOF_JAVA_RAW): Define if not already defined. | David Daney | 1 | -3/+5 |
2007-08-04 | Import GNU Classpath (libgcj-import-20070727). | Matthias Klose | 1 | -12/+12 |
2007-07-31 | configure.ac (INTERPRETER): New AM_CONDITIONAL. | David Daney | 1 | -2/+7 |
2007-05-04 | jvmti-int.h (_Jv_ReportJVMTIExceptionThrow): Declare. | Keith Seitz | 1 | -0/+3 |
2007-03-05 | Character.java: Re-merged with Classpath. | Mark Wielaard | 1 | -1/+2 |
2007-02-07 | jni.cc (_Jv_JNI_DeleteWeakGlobalRef): Check for NULL objects. | Marco Trudel | 1 | -0/+4 |
2007-01-29 | java-interp.h: Added _Jv_Frame class and its two subclasses _Jv_InterpFrame a... | Kyle Galloway | 1 | -0/+4 |
2007-01-22 | re PR java/29812 (env->klass value is not updated during the native calls) | Tom Tromey | 1 | -25/+36 |
2007-01-18 | jni.cc (_Jv_JNI_FindClass): Initialize class. | Marco Trudel | 1 | -1/+2 |
2006-10-18 | register2.java: New file. | Tom Tromey | 1 | -19/+34 |
2006-07-20 | jvm.h (_Jv_GetJVMTIEnv): Declare. | Keith Seitz | 1 | -0/+8 |
2006-06-27 | re PR libgcj/28178 (jniEnv->DeleteLocalRef (null) fails) | Tom Tromey | 1 | -0/+11 |
2006-06-20 | Makefile.am (AM_CXXFLAGS): Define GCJ_VERSIONED_LIBDIR to "$(dbexecdir)". | Thomas Fitzsimmons | 1 | -73/+7 |
2006-02-09 | re PR libgcj/25187 (dereferencing type-punned pointer warnings while building... | Bryce McKinlay | 1 | -3/+7 |
2006-01-19 | jni.cc (_Jv_JNI_AttachCurrentThread): Return environment if it already exists. | Tom Tromey | 1 | -4/+8 |
2005-11-29 | re PR java/18278 (JNI functions cannot return a weak reference) | Tom Tromey | 1 | -0/+13 |
2005-09-06 | re PR libgcj/23739 (JNI: IsAssignableFrom reverses arguments) | Tom Tromey | 1 | -1/+1 |
2005-06-13 | re PR libgcj/22036 (libjava/jni.cc compilation fix in cvs 2005-06-12) | Jim Huang | 1 | -12/+12 |
2005-04-26 | re PR libgcj/21020 (java.lang.NoSuchFieldError regression from earlier 4.0.0 ... | Andrew Haley | 1 | -2/+2 |
2005-04-22 | jni.cc (natrehash): Don't bother clearing memory again. | Anthony Green | 1 | -2/+0 |
2005-04-05 | jni.cc (_Jv_JNI_GetAnyFieldID): Throw ClassNotFoundException. | Tom Tromey | 1 | -2/+3 |
2005-02-23 | re PR libgcj/16923 (-D* Options passed to JNI_CreateJavaVM are ignored) | Thomas Fitzsimmons | 1 | -43/+10 |
2005-02-14 | jni.cc (nathash_add): Don't strdup the method signature. | Anthony Green | 1 | -5/+21 |
2005-01-14 | jni.h (_Jv_JNIEnv::bottom_locals): New field. | Graydon Hoare | 1 | -21/+82 |
2005-01-07 | re PR libgcj/18115 (JNI nio buffer functions only work with byte buffers) | Michael Koch | 1 | -4/+11 |
2004-11-25 | * Merged gcj-abi-2-dev-branch to trunk. | Tom Tromey | 1 | -3/+4 |
2004-11-24 | 2004-11-24 Michael Koch <konqueror@gmx.de> | Michael Koch | 1 | -2/+3 |
2004-11-03 | jni.cc (_Jv_JNI_NewObjectArray): Fixed return type. | Tom Tromey | 1 | -2/+2 |
2004-10-14 | jni.cc (_Jv_JNIMethod::call): Use ffi_java_raw_call instead of ffi_raw_call i... | Ulrich Weigand | 1 | -0/+5 |
2004-09-28 | * jni.cc (_Jv_JNI_RegisterNatives): Formatting fixlets. | Tom Tromey | 1 | -3/+2 |
2004-08-11 | javaprims.h (_Jv_Utf8Const): Change struct to a class, with private fields an... | Per Bothner | 1 | -13/+15 |
2004-08-03 | * jni.cc: Reindented. | Tom Tromey | 1 | -37/+37 |
2004-06-29 | jni.cc (_Jv_JNI_NewGlobalRef, [...]): Remove needless parenthesis... | Per Bothner | 1 | -186/+186 |
2004-06-11 | jni.cc (_Jv_JNI_GetAnyMethodID): Add name and signature to NoSuchMethodError. | Mark Wielaard | 1 | -2/+7 |
2004-04-20 | class.c (make_class_data): Add new field aux_info. | Bryce McKinlay | 1 | -1/+1 |
2004-02-01 | jvm.h (MAYBE_UNUSED): New macro tp mark probably unused arguments. | Michael Koch | 1 | -1/+1 |
2003-11-18 | jni.cc (_Jv_JNI_GetStringUTFChars): Fail gracefully if string is null. | Tom Tromey | 1 | -2/+4 |
2003-11-14 | jni.cc (_Jv_JNI_GetStringUTFChars): Pass length of string to JvGetStringUTFRe... | Tom Tromey | 1 | -1/+1 |
2003-11-12 | jni.cc (JNI_CreateJavaVM): Remove JNIEXPORT. | Danny Smith | 1 | -3/+3 |
2003-10-26 | Constructor.java (toString): Avoid extra whitespace on constructor with no mo... | Bryce McKinlay | 1 | -12/+4 |
2003-09-22 | jni.cc (_Jv_LookupJNIMethod): Remove workaround that should hide a compiler w... | Michael Koch | 1 | -3/+1 |
2003-08-20 | jni.cc: Replace "cheating" pointer-casting code with extract_from_jvalue<> te... | Graydon Hoare | 1 | -5/+15 |
2003-08-18 | re PR libgcj/11951 (natMethod.cc (_Jv_CallAnyMethodA) should clear ffi_result... | Tom Tromey | 1 | -24/+12 |
2003-07-21 | Runtime.java: Comment fix. | Tom Tromey | 1 | -2/+2 |
2003-06-17 | 2003-06-17 Michael Koch <konqueror@gmx.de> | Michael Koch | 1 | -10/+16 |
2003-06-12 | jni.cc (_Jv_JNI_check_types): New. | Andrew Haley | 1 | -38/+94 |
2003-02-12 | jni.cc (_Jv_LookupJNIMethod): Modify to accept the size of the arguments for ... | Ranjit Mathew | 1 | -12/+75 |
2003-01-31 | jni.cc (_Jv_JNI_NewObjectArray): Check that initializer can be cast to elemen... | Tom Tromey | 1 | -1/+6 |
2002-12-03 | jni.cc: Added `name' argument. | Tom Tromey | 1 | -2/+3 |
2002-11-19 | jni.h: Add missing JNICALL and JNIEXPORT attributes to function and function ... | Ranjit Mathew | 1 | -124/+133 |