Age | Commit message (Expand) | Author | Files | Lines |
2003-01-20 | Makefile.am (core_java_source_files): Add VMObjectStreamClass.java. | Mark Wielaard | 1 | -1/+2 |
2002-12-28 | boehm.cc: Remove stray semicolon. | Mark Mitchell | 1 | -0/+3 |
2002-12-19 | natClassLoader.cc (defineClass0): Removed erroneous comment. | Tom Tromey | 1 | -3/+4 |
2002-12-05 | Class.h (_Jv_SetVTableEntries): Updated declaration. | Tom Tromey | 1 | -1/+1 |
2002-12-03 | natClassLoader.cc (_Jv_PrepareCompiledClass): Call _Jv_PushClass. | Andrew Haley | 1 | -0/+13 |
2002-11-04 | resolve.cc (METHOD_NOT_THERE, [...]): Remove. | Jeff Sturm | 1 | -2/+0 |
2002-11-02 | Class.h: Move JV_STATE_ERROR before JV_STATE_DONE. | Tom Tromey | 1 | -2/+3 |
2002-09-03 | Class.h (_getDeclaredMethod): Declare. | Tom Tromey | 1 | -1/+3 |
2002-08-28 | Class.h: Include Package.h. | Tom Tromey | 1 | -0/+3 |
2002-07-05 | re PR libgcj/7060 (getMethod() doesn't search super interface) | Tom Tromey | 1 | -1/+1 |
2002-06-24 | verify.cc (branch_prepass): Updated for change to exception handler type. | Tom Tromey | 1 | -1/+0 |
2002-06-11 | Class.h (Class::desiredAssertionStatus): Declare. | Tom Tromey | 1 | -1/+4 |
2001-12-21 | re PR libgcj/2428 (Classloader is not set) | Tom Tromey | 1 | -4/+1 |
2001-12-16 | For PR java/5088: | Tom Tromey | 1 | -13/+2 |
2001-12-15 | java-tree.h (otable_methods, [...]): New field/global tree definitions. | Bryce McKinlay | 1 | -0/+23 |
2001-11-05 | Class.h (Class): Made _Jv_BytecodeVerifier a friend. | Tom Tromey | 1 | -0/+2 |
2001-10-31 | HACKING, [...]: Fix spelling errors. | Joseph Myers | 1 | -1/+1 |
2001-10-16 | Forgot this file in last commit. | Bryce McKinlay | 1 | -21/+6 |
2001-08-31 | javaprims.h (_Jv_RegisterClassHook): New extern declaration. | Per Bothner | 1 | -0/+1 |
2001-08-24 | Field.java (toString): Use Method.appendClassName. | Tom Tromey | 1 | -0/+8 |
2001-07-05 | For PR java/3562: | Tom Tromey | 1 | -2/+2 |
2001-05-24 | [multiple changes] | Tom Tromey | 1 | -0/+1 |
2001-05-06 | Class.h (_Jv_Self): New union type. | Bryce McKinlay | 1 | -3/+9 |
2001-04-25 | decl.c (init_decl_processing): Add new class "protectionDomain" field. | Bryce McKinlay | 1 | -1/+6 |
2001-01-17 | Class.h (isInterface): Move implementation from natClass.cc. | Bryce McKinlay | 1 | -7/+9 |
2001-01-17 | prims.cc (init_prim_class): Deleted. | Alexandre Petit-Bianco | 1 | -36/+20 |
2001-01-15 | All files with updated copyright. | Alexandre Petit-Bianco | 1 | -3/+49 |
2001-01-08 | In gcc/java: | Bryce McKinlay | 1 | -6/+17 |
2000-11-26 | prims.cc (_Jv_NewObjectArray): Undo placement change. | Anthony Green | 1 | -0/+1 |
2000-10-06 | natField.cc (BooleanClass): Don't define. | Tom Tromey | 1 | -0/+2 |
2000-09-30 | Implement bitmap descriptor based marking for Boehm GC. | Hans Boehm | 1 | -2/+2 |
2000-06-15 | 2000-06-15 Bryce McKinlay <bryce@albatross.co.nz> | Bryce McKinlay | 1 | -0/+1 |
2000-05-31 | prims.cc (DECLARE_PRIM_TYPE): Define a vtable as well. | Tom Tromey | 1 | -1/+2 |
2000-05-21 | re GNATS libgcj/226 (implicit __builtin_expect) and GNATS gcj/228 (compressed... | Bryce McKinlay | 1 | -2/+3 |
2000-05-19 | Jumbo patch: | Tom Tromey | 1 | -0/+7 |
2000-05-05 | natClass.cc (isInstance): Use __builtin_expect. | Bryce McKinlay | 1 | -1/+1 |
2000-04-20 | re GNATS libgcj/212 (build is broken on Linux/Alpha) | Tom Tromey | 1 | -0/+1 |
2000-03-07 | All files: Updated copyright information. | Tom Tromey | 1 | -1/+1 |
2000-03-07 | resolve.cc (_Jv_SearchMethodInClass): New function. | Bryce McKinlay | 1 | -15/+73 |
2000-03-02 | java-interp.h: Don't include MethodInvocation.h. | Tom Tromey | 1 | -3/+0 |
2000-01-26 | method.h (JvNumMethods): Moved from Class.h. | Tom Tromey | 1 | -14/+5 |
2000-01-26 | field.h (struct _Jv_Field): Use "jshort" as type for nameIndex. | Tom Tromey | 1 | -8/+8 |
2000-01-21 | natConstructor.cc (newInstance): Use _Jv_CallAnyMethodA. | Tom Tromey | 1 | -0/+22 |
2000-01-19 | * All files: Updated copyright to reflect Cygnus purchase. | Tom Tromey | 1 | -1/+1 |
2000-01-05 | Class.h (_getMethods): Correctly declare as private, not public. | Tom Tromey | 1 | -2/+2 |
2000-01-05 | Class.h (_getMethods): Declare. | Tom Tromey | 1 | -0/+2 |
2000-01-05 | Class.h (getSignature): Updated. | Tom Tromey | 1 | -1/+1 |
2000-01-04 | [multiple changes] | Tom Tromey | 1 | -3/+8 |
1999-09-10 | configure: Rebuilt. | Tom Tromey | 1 | -1/+1 |
1999-09-01 | natClassLoader.cc (_Jv_NewClass): Use JV_STATE_NOTHING, not `0'. | Tom Tromey | 1 | -15/+16 |