Age | Commit message (Expand) | Author | Files | Lines |
2003-11-12 | jni.cc (JNI_CreateJavaVM): Remove JNIEXPORT. | Danny Smith | 1 | -10/+23 |
2002-12-28 | boehm.cc: Remove stray semicolon. | Mark Mitchell | 1 | -1/+1 |
2002-12-03 | jni.cc: Added `name' argument. | Tom Tromey | 1 | -6/+8 |
2002-11-19 | jni.h: Add missing JNICALL and JNIEXPORT attributes to function and function ... | Ranjit Mathew | 1 | -400/+405 |
2002-11-10 | jni.h (JNIIMPORT, [...]): Linker defines for Win32. | Ranjit Mathew | 1 | -2/+11 |
2002-04-10 | Makefile.in: Rebuilt. | Tom Tromey | 1 | -0/+18 |
2002-03-19 | 2002-03-19 Martin Kahlert <martin.kahlert@infineon.com> | Martin Kahlert | 1 | -1/+1 |
2002-03-18 | jni.h (JNIIMPORT): New macro. | Tom Tromey | 1 | -0/+6 |
2002-03-08 | * include/jni.h: Include stdio.h. | Tom Tromey | 1 | -0/+3 |
2002-02-14 | jni.h: Fix typo. | Martin Kahlert | 1 | -2/+2 |
2001-12-16 | For PR libgcj/5103: | Tom Tromey | 1 | -13/+97 |
2001-10-27 | jni.h (struct JNINativeInterface): Returns jsize, not jint. | Tom Tromey | 1 | -1/+1 |
2001-04-27 | jni.h (struct JNINativeInterface): Fixed types in Get/Set*ArrayRegion declara... | Tom Tromey | 1 | -43/+43 |
2000-06-30 | * include/jni.h: Include <gcj/array.h>. Fixes PR libgcj/270. | Tom Tromey | 1 | -0/+1 |
2000-03-07 | All files: Updated copyright information. | Tom Tromey | 1 | -1/+1 |
2000-02-10 | jni.h (JNI_FALSE): Renamed from JNI_TRUE; oops. | Tom Tromey | 1 | -4/+8 |
2000-02-10 | natNativeThread.cc: New file. | Tom Tromey | 1 | -3/+98 |
2000-02-02 | * include/jni.h (class _Jv_JNIEnv): Corrected calls using `...'. | Tom Tromey | 1 | -10/+10 |
2000-02-01 | * include/jni.h (class _Jv_JNIEnv): Added all C++ inline methods. | Tom Tromey | 1 | -5/+856 |
2000-02-01 | prims.cc (_Jv_MallocUnchecked): New function. | Tom Tromey | 1 | -1/+4 |
2000-01-26 | method.h (JvNumMethods): Moved from Class.h. | Tom Tromey | 1 | -35/+68 |
2000-01-21 | natConstructor.cc (newInstance): Use _Jv_CallAnyMethodA. | Tom Tromey | 1 | -216/+438 |
2000-01-19 | * All files: Updated copyright to reflect Cygnus purchase. | Tom Tromey | 1 | -1/+1 |
1999-09-10 | configure: Rebuilt. | Tom Tromey | 1 | -4/+4 |
1999-05-10 | RawData.java: Added copyright header. | Tom Tromey | 1 | -8/+2 |
1999-04-07 | Initial revision | Tom Tromey | 1 | -0/+302 |