summaryrefslogtreecommitdiff
path: root/libjava/java/lang/reflect
AgeCommit message (Expand)Author
2004-08-11javaprims.h (_Jv_Utf8Const): Change struct to a class, with private fields an...Per Bothner
2004-04-20Byte.java, [...]: Fixed javadocs, coding style and argument names all over.Michael Koch
2004-04-20class.c (make_class_data): Add new field aux_info.Bryce McKinlay
2004-04-14[multiple changes]Bryce McKinlay
2004-02-26re PR libgcj/14296 (3.4 regression: Method.Invoke)Andrew Haley
2004-01-07Array.java: Merged documentation with classpath.Michael Koch
2003-10-30natMethod.cc (_Jv_CallAnyMethodA): Don't use vtable dispatch for final methods.Bryce McKinlay
2003-10-26AccessibleObject.java (secureSetAccessible): Don't check for AccessibleObject.Bryce McKinlay
2003-10-26Constructor.java (toString): Avoid extra whitespace on constructor with no mo...Bryce McKinlay
2003-10-25Method.java (toString): Avoid extra whitespace on method with no modifiers.Bryce McKinlay
2003-10-25re PR libgcj/11780 (Method.invoke() is slow)Bryce McKinlay
2003-09-252003-09-25 Michael Koch <konqueror@gmx.de>Michael Koch
2003-09-25Proxy.java (generate): Uncomment protection domain code.Tom Tromey
2003-08-26re PR libgcj/12058 (java.lang.reflect.Array.set(Object, int, Object) throws j...Tom Tromey
2003-08-26Proxy.java (ProxyData): `pack' now a String.Tom Tromey
2003-08-18re PR libgcj/11951 (natMethod.cc (_Jv_CallAnyMethodA) should clear ffi_result...Tom Tromey
2003-08-05re PR libgcj/11779 (Field reflection incorrectly throws IllegalAccessException)Tom Tromey
2003-08-05Method.java: Updated status comment.Tom Tromey
2003-07-21Runtime.java: Comment fix.Tom Tromey
2003-03-29Proxy.java: New version from Classpath.Tom Tromey
2003-02-28natMethod.cc (_Jv_CallAnyMethodA): Allocate a full jvalue for each argument.Hans Boehm
2002-12-19natClassLoader.cc (defineClass0): Removed erroneous comment.Tom Tromey
2002-11-07natField.cc (getBoolean): Use getType().Mark Wielaard
2002-11-03GNU Classpath merge.Mark Wielaard
2002-11-02For PR java/8415:Tom Tromey
2002-09-30Add Proxy support.Anthony Green
2002-08-27natConstructor.cc (newInstance): Initialize class.Tom Tromey
2002-07-24[multiple changes]Mark Wielaard
2002-06-25natPlainDatagramSocketImpl.cc (BooleanClass): Removed.Tom Tromey
2002-06-15AbstractMethodError.java: Re-merged with Classpath.Tom Tromey
2002-04-04Modifier.java (toString(int,StringBuffer)): Fix ordering.Mark Wielaard
2002-03-01Add pointer support to the reflection code.Anthony Green
2002-02-24natMethod.cc (_Jv_CallAnyMethodA): Define ffi_result union for ffi_call result.Jeff Sturm
2002-01-23natField.cc (setAddr): New function.Per Bothner
2002-01-22Add license clarification.Mark Wielaard
2002-01-08natMethod.cc: Don't include alloca.h.Andreas Tobler
2001-11-14Constructor.java (toString): Use more efficient form of Modifier.toString().Tom Tromey
2001-11-14Re-merges with Classpath, from various people:Tom Tromey
2001-11-14Re-merges with Classpath, from various people:Tom Tromey
2001-10-24* java/lang/reflect/Field.java: Made many methods private.Tom Tromey
2001-10-24Field.java (Field): New constructor.Tom Tromey
2001-10-15AccessibleObject.java (checkPermission): Implemented.Tom Tromey
2001-10-05* java/lang/reflect/Modifier.java: Merge with ClasspathMark Wielaard
2001-10-02prims.cc (_Jv_NewMultiArrayUnchecked): New method.Tom Tromey
2001-09-30DataInput.java: Merge with Classpath.Mark Wielaard
2001-09-04re PR libgcj/4208 (Problem using 'null' with Java reflection)Tom Tromey
2001-09-02Makefile.in: Rebuilt.Tom Tromey
2001-08-24Field.java (toString): Use Method.appendClassName.Tom Tromey
2001-06-02USE_LIBFFI changeAnthony Green
2001-03-25exception.cc (java_eh_info): Make value type jthrowable.Richard Henderson