Age | Commit message (Expand) | Author | Files | Lines |
2003-10-30 | natMethod.cc (_Jv_CallAnyMethodA): Don't use vtable dispatch for final methods. | Bryce McKinlay | 1 | -2/+4 |
2003-10-26 | AccessibleObject.java (secureSetAccessible): Don't check for AccessibleObject. | Bryce McKinlay | 1 | -33/+12 |
2003-10-26 | Constructor.java (toString): Avoid extra whitespace on constructor with no mo... | Bryce McKinlay | 3 | -34/+53 |
2003-10-25 | Method.java (toString): Avoid extra whitespace on method with no modifiers. | Bryce McKinlay | 1 | -2/+6 |
2003-10-25 | re PR libgcj/11780 (Method.invoke() is slow) | Bryce McKinlay | 2 | -36/+49 |
2003-09-25 | 2003-09-25 Michael Koch <konqueror@gmx.de> | Michael Koch | 1 | -12/+3 |
2003-09-25 | Proxy.java (generate): Uncomment protection domain code. | Tom Tromey | 1 | -9/+2 |
2003-08-26 | re PR libgcj/12058 (java.lang.reflect.Array.set(Object, int, Object) throws j... | Tom Tromey | 1 | -1/+1 |
2003-08-26 | Proxy.java (ProxyData): `pack' now a String. | Tom Tromey | 1 | -6/+21 |
2003-08-18 | re PR libgcj/11951 (natMethod.cc (_Jv_CallAnyMethodA) should clear ffi_result... | Tom Tromey | 1 | -29/+50 |
2003-08-05 | re PR libgcj/11779 (Field reflection incorrectly throws IllegalAccessException) | Tom Tromey | 1 | -5/+6 |
2003-08-05 | Method.java: Updated status comment. | Tom Tromey | 2 | -115/+349 |
2003-07-21 | Runtime.java: Comment fix. | Tom Tromey | 5 | -64/+104 |
2003-03-29 | Proxy.java: New version from Classpath. | Tom Tromey | 1 | -1/+1 |
2003-02-28 | natMethod.cc (_Jv_CallAnyMethodA): Allocate a full jvalue for each argument. | Hans Boehm | 1 | -28/+19 |
2002-12-19 | natClassLoader.cc (defineClass0): Removed erroneous comment. | Tom Tromey | 1 | -1/+12 |
2002-11-07 | natField.cc (getBoolean): Use getType(). | Mark Wielaard | 1 | -42/+26 |
2002-11-03 | GNU Classpath merge. | Mark Wielaard | 1 | -10/+48 |
2002-11-02 | For PR java/8415: | Tom Tromey | 1 | -4/+3 |
2002-09-30 | Add Proxy support. | Anthony Green | 4 | -0/+1888 |
2002-08-27 | natConstructor.cc (newInstance): Initialize class. | Tom Tromey | 2 | -3/+10 |
2002-07-24 | [multiple changes] | Mark Wielaard | 1 | -1/+2 |
2002-06-25 | natPlainDatagramSocketImpl.cc (BooleanClass): Removed. | Tom Tromey | 1 | -19/+8 |
2002-06-15 | AbstractMethodError.java: Re-merged with Classpath. | Tom Tromey | 1 | -79/+63 |
2002-04-04 | Modifier.java (toString(int,StringBuffer)): Fix ordering. | Mark Wielaard | 1 | -8/+8 |
2002-03-01 | Add pointer support to the reflection code. | Anthony Green | 1 | -29/+36 |
2002-02-24 | natMethod.cc (_Jv_CallAnyMethodA): Define ffi_result union for ffi_call result. | Jeff Sturm | 1 | -1/+42 |
2002-01-23 | natField.cc (setAddr): New function. | Per Bothner | 1 | -9/+19 |
2002-01-22 | Add license clarification. | Mark Wielaard | 5 | -25/+80 |
2002-01-08 | natMethod.cc: Don't include alloca.h. | Andreas Tobler | 1 | -9/+5 |
2001-11-14 | Constructor.java (toString): Use more efficient form of Modifier.toString(). | Tom Tromey | 1 | -1/+1 |
2001-11-14 | Re-merges with Classpath, from various people: | Tom Tromey | 2 | -99/+162 |
2001-11-14 | Re-merges with Classpath, from various people: | Tom Tromey | 2 | -73/+173 |
2001-10-24 | * java/lang/reflect/Field.java: Made many methods private. | Tom Tromey | 1 | -10/+10 |
2001-10-24 | Field.java (Field): New constructor. | Tom Tromey | 1 | -0/+6 |
2001-10-15 | AccessibleObject.java (checkPermission): Implemented. | Tom Tromey | 1 | -7/+31 |
2001-10-05 | * java/lang/reflect/Modifier.java: Merge with Classpath | Mark Wielaard | 1 | -28/+172 |
2001-10-02 | prims.cc (_Jv_NewMultiArrayUnchecked): New method. | Tom Tromey | 2 | -4/+5 |
2001-09-30 | DataInput.java: Merge with Classpath. | Mark Wielaard | 1 | -16/+71 |
2001-09-04 | re PR libgcj/4208 (Problem using 'null' with Java reflection) | Tom Tromey | 1 | -2/+3 |
2001-09-02 | Makefile.in: Rebuilt. | Tom Tromey | 1 | -43/+96 |
2001-08-24 | Field.java (toString): Use Method.appendClassName. | Tom Tromey | 4 | -76/+105 |
2001-06-02 | USE_LIBFFI change | Anthony Green | 1 | -0/+11 |
2001-03-25 | exception.cc (java_eh_info): Make value type jthrowable. | Richard Henderson | 4 | -46/+46 |
2001-03-23 | jni.cc (_Jv_JNI_GetAnyFieldID): Handle unresolved fields. | Tom Tromey | 1 | -12/+3 |
2001-03-22 | Method.java (getExceptionTypes): Call getType() to initialize if exception_ty... | Bryce McKinlay | 3 | -2/+10 |
2001-02-17 | DataInputStream.java: update copyright notice | Mark Wielaard | 1 | -10/+24 |
2001-01-08 | In gcc/java: | Bryce McKinlay | 2 | -2/+2 |
2000-12-28 | re PR libgcj/1516 (Method.invoke won't accept boolean parameters) | Bryce McKinlay | 1 | -34/+34 |
2000-11-20 | Makefile.in: Rebuilt. | Tom Tromey | 1 | -0/+50 |