Age | Commit message (Expand) | Author | Files | Lines |
2003-12-03 | Class.h (hack_signers): Renamed signers to hack_signers. | Michael Koch | 1 | -2/+2 |
2003-11-14 | jni.cc (_Jv_JNI_GetStringUTFChars): Pass length of string to JvGetStringUTFRe... | Tom Tromey | 1 | -1/+1 |
2003-11-04 | natClass.cc (newInstance): Throw InstantiationException if class has no null-... | Bryce McKinlay | 1 | -1/+1 |
2003-10-28 | natClass.cc (_Jv_LayoutVTableMethods): Always assign a vtable slot for final ... | Bryce McKinlay | 1 | -2/+7 |
2003-10-26 | Constructor.java (toString): Avoid extra whitespace on constructor with no mo... | Bryce McKinlay | 1 | -11/+1 |
2003-10-24 | Obvious fix for systems with no interpreter. | Anthony Green | 1 | -0/+2 |
2003-10-24 | lang.c (LANG_HOOKS_GET_CALLEE_FNDECL): New. | Andrew Haley | 1 | -5/+60 |
2003-10-22 | re PR libgcj/12416 (java.lang.Class.getFields returns duplicate entries.) | Tom Tromey | 1 | -57/+19 |
2003-10-09 | ClassLoader.java (setSigners): Implemented. | Tom Tromey | 1 | -0/+12 |
2003-10-01 | jcf-parse.c (java_parse_file): Write otable and atable. | Andrew Haley | 1 | -48/+212 |
2003-09-25 | Proxy.java (generate): Uncomment protection domain code. | Tom Tromey | 1 | -1/+2 |
2003-07-21 | Runtime.java: Comment fix. | Tom Tromey | 1 | -29/+58 |
2003-05-01 | re PR libgcj/10582 (array assignment fails in some situations) | Tom Tromey | 1 | -16/+24 |
2003-03-29 | natClass.cc (newInstance): Put method name in exception. | Tom Tromey | 1 | -6/+6 |
2003-01-30 | natClass.cc (initializeClass): Check tables when (state == JV_STATE_IN_PROGRE... | Jeff Sturm | 1 | -1/+17 |
2002-12-23 | exception.cc (PERSONALITY_FUNCTION): Clear least-significant-bit of catch_type. | Jeff Sturm | 1 | -3/+8 |
2002-12-19 | natClassLoader.cc (defineClass0): Removed erroneous comment. | Tom Tromey | 1 | -11/+30 |
2002-12-05 | Class.h (_Jv_SetVTableEntries): Updated declaration. | Tom Tromey | 1 | -22/+49 |
2002-12-03 | natClassLoader.cc (_Jv_PrepareCompiledClass): Call _Jv_PushClass. | Andrew Haley | 1 | -3/+23 |
2002-11-10 | natClass.cc (initializeClass): Throw NoClassDefFoundError with getName() as m... | Mark Wielaard | 1 | -2/+7 |
2002-11-02 | Class.h: Move JV_STATE_ERROR before JV_STATE_DONE. | Tom Tromey | 1 | -3/+1 |
2002-09-03 | Class.h (_getDeclaredMethod): Declare. | Tom Tromey | 1 | -4/+3 |
2002-07-05 | re PR libgcj/7060 (getMethod() doesn't search super interface) | Tom Tromey | 1 | -2/+16 |
2002-06-25 | natPlainDatagramSocketImpl.cc (BooleanClass): Removed. | Tom Tromey | 1 | -26/+22 |
2001-12-21 | re PR libgcj/2428 (Classloader is not set) | Tom Tromey | 1 | -0/+28 |
2001-12-15 | java-tree.h (otable_methods, [...]): New field/global tree definitions. | Bryce McKinlay | 1 | -1/+192 |
2001-12-09 | Makefile.in: Rebuilt. | Tom Tromey | 1 | -2/+1 |
2001-11-26 | Fix for PR libgcj/2024, plus other class name cleanups: | Tom Tromey | 1 | -2/+4 |
2001-10-16 | Eliminate use of C++ static constructors. | Bryce McKinlay | 1 | -18/+5 |
2001-09-30 | natClass.cc (_Jv_IsAssignableFrom): Handle the case of an uninitialized targe... | Bryce McKinlay | 1 | -2/+3 |
2001-06-05 | natClass.cc (_Jv_IsAssignableFrom): Ensure that ancestors table index is with... | Martin Kahlert | 1 | -6/+16 |
2001-05-18 | [multiple changes] | Bryce McKinlay | 1 | -4/+3 |
2001-04-25 | decl.c (init_decl_processing): Add new class "protectionDomain" field. | Bryce McKinlay | 1 | -5/+14 |
2001-03-25 | exception.cc (java_eh_info): Make value type jthrowable. | Richard Henderson | 1 | -34/+33 |
2001-03-23 | natClass.cc (_Jv_IsAssignableFrom): Checking the ancestors array is invalid f... | Per Bothner | 1 | -7/+10 |
2001-03-23 | jni.cc (_Jv_JNI_GetAnyFieldID): Handle unresolved fields. | Tom Tromey | 1 | -2/+4 |
2001-03-18 | natClass.cc (_Jv_CheckCast): add class names to exception | Mark Wielaard | 1 | -1/+6 |
2001-02-14 | natClass.cc (getSignature): Don't try to dereference param_types if it is null. | Bryce McKinlay | 1 | -2/+6 |
2001-02-08 | gcj.texi: Change sources.redhat.com reference to gcc.gnu.org. | Joseph Myers | 1 | -1/+1 |
2001-01-17 | Class.h (isInterface): Move implementation from natClass.cc. | Bryce McKinlay | 1 | -1/+1 |
2001-01-17 | prims.cc (init_prim_class): Deleted. | Alexandre Petit-Bianco | 1 | -23/+0 |
2001-01-15 | All files with updated copyright. | Alexandre Petit-Bianco | 1 | -5/+21 |
2001-01-08 | In gcc/java: | Bryce McKinlay | 1 | -4/+15 |
2000-12-28 | natClass.cc (_Jv_IsAssignableFrom): Primitive TYPEs can not be assigned to Ob... | Bryce McKinlay | 1 | -2/+2 |
2000-11-26 | prims.cc (_Jv_NewObjectArray): Undo placement change. | Anthony Green | 1 | -6/+13 |
2000-10-06 | natField.cc (BooleanClass): Don't define. | Tom Tromey | 1 | -14/+8 |
2000-08-17 | natClass.cc (finit_name): Initialized with `finit$'. | Alexandre Petit-Bianco | 1 | -4/+13 |
2000-06-18 | re GNATS gcj/260 ("Klass.class" expression should cause Klass to be initialized) | Tom Tromey | 1 | -9/+4 |
2000-06-15 | 2000-06-15 Bryce McKinlay <bryce@albatross.co.nz> | Bryce McKinlay | 1 | -15/+29 |
2000-05-19 | Jumbo patch: | Tom Tromey | 1 | -1/+75 |