ClassLoader.java (setSigners): Implemented.
[gcc.git] / libjava / java / lang / natClass.cc
2003-10-09 Tom TromeyClassLoader.java (setSigners): Implemented.
2003-10-01 Andrew Haleyjcf-parse.c (java_parse_file): Write otable and atable.
2003-09-25 Tom TromeyProxy.java (generate): Uncomment protection domain...
2003-07-21 Tom TromeyRuntime.java: Comment fix.
2003-05-01 Tom Tromeyre PR libgcj/10582 (array assignment fails in some...
2003-03-29 Tom TromeynatClass.cc (newInstance): Put method name in exception.
2003-01-30 Jeff SturmnatClass.cc (initializeClass): Check tables when (state...
2002-12-23 Jeff Sturmexception.cc (PERSONALITY_FUNCTION): Clear least-signif...
2002-12-19 Tom TromeynatClassLoader.cc (defineClass0): Removed erroneous...
2002-12-05 Tom TromeyClass.h (_Jv_SetVTableEntries): Updated declaration.
2002-12-03 Andrew HaleynatClassLoader.cc (_Jv_PrepareCompiledClass): Call...
2002-11-10 Mark WielaardnatClass.cc (initializeClass): Throw NoClassDefFoundErr...
2002-11-02 Tom TromeyClass.h: Move JV_STATE_ERROR before JV_STATE_DONE.
2002-09-03 Tom TromeyClass.h (_getDeclaredMethod): Declare.
2002-07-05 Tom Tromeyre PR libgcj/7060 (getMethod() doesn't search super...
2002-06-25 Tom TromeynatPlainDatagramSocketImpl.cc (BooleanClass): Removed.
2001-12-21 Tom Tromeyre PR libgcj/2428 (Classloader is not set)
2001-12-15 Bryce McKinlayjava-tree.h (otable_methods, [...]): New field/global...
2001-12-09 Tom TromeyMakefile.in: Rebuilt.
2001-11-26 Tom TromeyFix for PR libgcj/2024, plus other class name cleanups:
2001-10-16 Bryce McKinlayEliminate use of C++ static constructors.
2001-09-30 Bryce McKinlaynatClass.cc (_Jv_IsAssignableFrom): Handle the case...
2001-06-05 Martin KahlertnatClass.cc (_Jv_IsAssignableFrom): Ensure that ancesto...
2001-05-18 Bryce McKinlay[multiple changes]
2001-04-25 Bryce McKinlaydecl.c (init_decl_processing): Add new class "protectio...
2001-03-26 Richard Hendersonexception.cc (java_eh_info): Make value type jthrowable.
2001-03-24 Per BothnernatClass.cc (_Jv_IsAssignableFrom): Checking the ancest...
2001-03-23 Tom Tromeyjni.cc (_Jv_JNI_GetAnyFieldID): Handle unresolved fields.
2001-03-18 Mark WielaardnatClass.cc (_Jv_CheckCast): add class names to exception
2001-02-14 Bryce McKinlaynatClass.cc (getSignature): Don't try to dereference...
2001-02-08 Joseph Myersgcj.texi: Change sources.redhat.com reference to gcc...
2001-01-17 Bryce McKinlayClass.h (isInterface): Move implementation from natClas...
2001-01-17 Alexandre Petit... prims.cc (init_prim_class): Deleted.
2001-01-15 Alexandre Petit... All files with updated copyright.
2001-01-08 Bryce McKinlayIn gcc/java:
2000-12-28 Bryce McKinlaynatClass.cc (_Jv_IsAssignableFrom): Primitive TYPEs...
2000-11-26 Anthony Greenprims.cc (_Jv_NewObjectArray): Undo placement change.
2000-10-06 Tom TromeynatField.cc (BooleanClass): Don't define.
2000-08-17 Alexandre Petit... natClass.cc (finit_name): Initialized with `finit$'.
2000-06-18 Tom Tromeyre GNATS gcj/260 ("Klass.class" expression should cause...
2000-06-15 Bryce McKinlay2000-06-15 Bryce McKinlay <bryce@albatross.co.nz>
2000-05-19 Tom TromeyJumbo patch:
2000-05-05 Bryce McKinlaynatClass.cc (isInstance): Use __builtin_expect.
2000-03-21 Bryce McKinlay* java/lang/natClass.cc (isInstance): Use JV_CLASS...
2000-03-21 Bryce McKinlaynatClass.cc (isInstance): Use _Jv_IsAssignableFrom...
2000-03-21 Bryce McKinlaynatClass.cc (isInstance): Initialize `this'.
2000-03-09 Bryce McKinlaynatClassLoader.cc (_Jv_FindArrayClass): Call _Jv_Prepar...
2000-03-07 Tom TromeyAll files: Updated copyright information.
2000-03-07 Bryce McKinlayresolve.cc (_Jv_SearchMethodInClass): New function.
2000-03-02 Tom Tromeyjava-interp.h: Don't include MethodInvocation.h.
2000-01-19 Tom Tromey* All files: Updated copyright to reflect Cygnus purchase.
2000-01-07 Tom Tromey* java/lang/natClass.cc (getClasses): Wrote.
2000-01-06 Tom TromeynatClass.cc (_getConstructors): Correctly check whether...
2000-01-06 Tom TromeynatClass.cc (getMethod): Compute offset relative to...
2000-01-05 Tom Tromey* java/lang/natClass.cc: Include <gcj/method.h>.
2000-01-05 Tom TromeyClass.h (_getMethods): Declare.
2000-01-05 Tom TromeyClass.h (getSignature): Updated.
2000-01-04 Tom Tromey[multiple changes]
1999-11-18 Tom TromeynatClass.cc (MCACHE_SIZE): Define as a power of 2 minus 1.
1999-11-04 Tom TromeynatClass.cc (method_cache_count): Removed.
1999-09-10 Tom Tromeyconfigure: Rebuilt.
1999-09-02 Matt WelshnatClass.cc: Fixed notification of threads when class...
1999-08-18 Kresten Krab ThorupnatClassLoader.cc (_Jv_PrepareCompiledClass): Renamed...
1999-08-14 Per Bothnerresolve.cc (_Jv_PrepareClass): Use ClassLoader::resolve...
1999-08-08 Anthony Green[multiple changes]
1999-04-07 Tom TromeyInitial revision