ClassLoader.java (setSigners): Implemented.
[gcc.git] / libjava / java / lang / Class.h
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-08-28 Tom TromeyMakefile.in: Rebuilt.
2003-07-21 Tom TromeyRuntime.java: Comment fix.
2003-01-20 Mark WielaardMakefile.am (core_java_source_files): Add VMObjectStrea...
2002-12-28 Mark Mitchellboehm.cc: Remove stray semicolon.
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-04 Jeff Sturmresolve.cc (METHOD_NOT_THERE, [...]): Remove.
2002-11-02 Tom TromeyClass.h: Move JV_STATE_ERROR before JV_STATE_DONE.
2002-09-03 Tom TromeyClass.h (_getDeclaredMethod): Declare.
2002-08-28 Tom TromeyClass.h: Include Package.h.
2002-07-05 Tom Tromeyre PR libgcj/7060 (getMethod() doesn't search super...
2002-06-24 Tom Tromeyverify.cc (branch_prepass): Updated for change to excep...
2002-06-11 Tom TromeyClass.h (Class::desiredAssertionStatus): Declare.
2001-12-21 Tom Tromeyre PR libgcj/2428 (Classloader is not set)
2001-12-16 Tom TromeyFor PR java/5088:
2001-12-15 Bryce McKinlayjava-tree.h (otable_methods, [...]): New field/global...
2001-11-05 Tom TromeyClass.h (Class): Made _Jv_BytecodeVerifier a friend.
2001-10-31 Joseph MyersHACKING, [...]: Fix spelling errors.
2001-10-16 Bryce McKinlayForgot this file in last commit.
2001-09-01 Per Bothnerjavaprims.h (_Jv_RegisterClassHook): New extern declara...
2001-08-24 Tom TromeyField.java (toString): Use Method.appendClassName.
2001-07-05 Tom TromeyFor PR java/3562:
2001-05-24 Tom Tromey[multiple changes]
2001-05-06 Bryce McKinlayClass.h (_Jv_Self): New union type.
2001-04-25 Bryce McKinlaydecl.c (init_decl_processing): Add new class "protectio...
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-11-26 Anthony Greenprims.cc (_Jv_NewObjectArray): Undo placement change.
2000-10-06 Tom TromeynatField.cc (BooleanClass): Don't define.
2000-09-30 Hans BoehmImplement bitmap descriptor based marking for Boehm GC.
2000-06-15 Bryce McKinlay2000-06-15 Bryce McKinlay <bryce@albatross.co.nz>
2000-05-31 Tom Tromeyprims.cc (DECLARE_PRIM_TYPE): Define a vtable as well.
2000-05-20 Bryce McKinlayre GNATS libgcj/226 (implicit __builtin_expect) and...
2000-05-19 Tom TromeyJumbo patch:
2000-05-05 Bryce McKinlaynatClass.cc (isInstance): Use __builtin_expect.
2000-04-20 Tom Tromeyre GNATS libgcj/212 (build is broken on Linux/Alpha)
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-26 Tom Tromeymethod.h (JvNumMethods): Moved from Class.h.
2000-01-26 Tom Tromeyfield.h (struct _Jv_Field): Use "jshort" as type for...
2000-01-21 Tom TromeynatConstructor.cc (newInstance): Use _Jv_CallAnyMethodA.
2000-01-19 Tom Tromey* All files: Updated copyright to reflect Cygnus purchase.
2000-01-05 Tom TromeyClass.h (_getMethods): Correctly declare as private...
2000-01-05 Tom TromeyClass.h (_getMethods): Declare.
2000-01-05 Tom TromeyClass.h (getSignature): Updated.
2000-01-04 Tom Tromey[multiple changes]
1999-09-10 Tom Tromeyconfigure: Rebuilt.
1999-09-01 Tom TromeynatClassLoader.cc (_Jv_NewClass): Use JV_STATE_NOTHING...
1999-09-01 Tom Tromeyposix-threads.cc (_Jv_CondWait): Call _Jv_PthreadCheckM...
1999-08-18 Kresten Krab ThorupnatClassLoader.cc (_Jv_PrepareCompiledClass): Renamed...
1999-08-10 Anthony Green[multiple changes]
1999-08-08 Anthony Green[multiple changes]
1999-04-07 Tom TromeyInitial revision