Age | Commit message (Expand) | Author | Files | Lines |
2003-01-30 | natClass.cc (initializeClass): Check tables when (state == JV_STATE_IN_PROGRE... | Jeff Sturm | 1 | -9/+5 |
2002-12-23 | exception.cc (PERSONALITY_FUNCTION): Clear least-significant-bit of catch_type. | Jeff Sturm | 1 | -7/+21 |
2002-12-19 | natClassLoader.cc (defineClass0): Removed erroneous comment. | Tom Tromey | 1 | -39/+36 |
2002-12-11 | ClassLoader.java (loadedClasses): New field. | Tom Tromey | 1 | -6/+0 |
2002-12-11 | Makefile.in: Rebuilt. | Tom Tromey | 1 | -51/+0 |
2002-12-03 | natClassLoader.cc (_Jv_PrepareCompiledClass): Call _Jv_PushClass. | Andrew Haley | 1 | -0/+32 |
2002-10-11 | re PR libgcj/8142 ('$' in class names vs. dlopen 'dynamic string tokens') | Mark Wielaard | 1 | -1/+8 |
2002-09-30 | Add Proxy support. | Anthony Green | 1 | -0/+11 |
2002-09-25 | * java/lang/natClassLoader.cc: | Tom Tromey | 1 | -1/+1 |
2002-06-25 | natPlainDatagramSocketImpl.cc (BooleanClass): Removed. | Tom Tromey | 1 | -24/+23 |
2002-04-02 | natClassLoader.cc (findClass): Compare against `3', not `0'. | Tom Tromey | 1 | -2/+3 |
2001-12-21 | re PR java/5165 (Loading class fields with a ConstantValue attribute) | Tom Tromey | 1 | -5/+3 |
2001-12-16 | For PR java/5088: | Tom Tromey | 1 | -8/+17 |
2001-12-15 | java-tree.h (otable_methods, [...]): New field/global tree definitions. | Bryce McKinlay | 1 | -1/+6 |
2001-12-11 | re PR libgcj/5064 (java/lang/natClassLoader.cc doesn't compile on systems wit... | Tom Tromey | 1 | -3/+6 |
2001-11-26 | Fix for PR libgcj/2024, plus other class name cleanups: | Tom Tromey | 1 | -1/+5 |
2001-10-31 | HACKING, [...]: Fix spelling errors. | Joseph Myers | 1 | -1/+1 |
2001-10-26 | VMClassLoader.java (getPrimitiveClass): Now native. | Bryce McKinlay | 1 | -0/+10 |
2001-10-25 | natClassLoader.cc (_Jv_RegisterClassHookDefault): Use snprintf, not asprintf. | Bryce McKinlay | 1 | -3/+2 |
2001-10-23 | prims.cc (_Jv_Abort): Always print error message using fprintf, don't try to ... | Bryce McKinlay | 1 | -1/+12 |
2001-10-16 | Eliminate use of C++ static constructors. | Bryce McKinlay | 1 | -16/+4 |
2001-09-21 | jvm.h (_Jv_VTable): Handle function descriptors for ia64... | Richard Henderson | 1 | -8/+5 |
2001-09-05 | natClassLoader.cc: Include VirtualMachineError.h | Corey Minyard | 1 | -0/+17 |
2001-08-31 | javaprims.h (_Jv_RegisterClassHook): New extern declaration. | Per Bothner | 1 | -3/+17 |
2001-08-31 | ClassLoader.java (system): Remove static field. | Per Bothner | 1 | -6/+2 |
2001-08-22 | Look for lib-gnu-pkg-quux.so, not gnu-pkg-quux.so. | Anthony Green | 1 | -5/+7 |
2001-04-28 | * java/lang/natClassLoader.cc (_Jv_RegisterInitiatingLoader): Use _Jv_Malloc. | Zack Weinberg | 1 | -2/+2 |
2001-04-25 | decl.c (init_decl_processing): Add new class "protectionDomain" field. | Bryce McKinlay | 1 | -13/+13 |
2001-03-25 | exception.cc (java_eh_info): Make value type jthrowable. | Richard Henderson | 1 | -8/+9 |
2001-02-23 | Change to sometimes include class name in ClassFormatError message. | Per Bothner | 1 | -1/+3 |
2001-01-08 | In gcc/java: | Bryce McKinlay | 1 | -65/+85 |
2000-10-06 | natField.cc (BooleanClass): Don't define. | Tom Tromey | 1 | -12/+10 |
2000-09-30 | Implement bitmap descriptor based marking for Boehm GC. | Hans Boehm | 1 | -4/+6 |
2000-07-20 | natClassLoader.cc (_Jv_PrepareCompiledClass): Only initialize String fields f... | Tom Tromey | 1 | -17/+25 |
2000-07-07 | natClassLoader.cc (_Jv_PrepareCompiledClass): Initialize static final String ... | Tom Tromey | 1 | -1/+18 |
2000-05-31 | prims.cc (DECLARE_PRIM_TYPE): Define a vtable as well. | Tom Tromey | 1 | -4/+8 |
2000-05-19 | Jumbo patch: | Tom Tromey | 1 | -4/+4 |
2000-03-09 | natClassLoader.cc (_Jv_FindArrayClass): Call _Jv_PrepareConstantTimeTables. | Bryce McKinlay | 1 | -0/+3 |
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 | -0/+3 |
2000-03-02 | java-interp.h: Don't include MethodInvocation.h. | Tom Tromey | 1 | -17/+8 |
2000-02-10 | interpret.cc: Don't include fdlibm.h. | Andrew Haley | 1 | -2/+5 |
2000-02-04 | defineclass.cc (handleMethodsBegin): Allocate _Jv_MethodBase pointers. | Tom Tromey | 1 | -2/+6 |
2000-01-19 | * All files: Updated copyright to reflect Cygnus purchase. | Tom Tromey | 1 | -1/+1 |
2000-01-17 | Runtime.java (loadLibraryInternal): Declare. | Tom Tromey | 1 | -56/+31 |
2000-01-13 | natClassLoader.cc (_Jv_FindClass): Register `loader', not system loader, as i... | Tom Tromey | 1 | -8/+6 |
1999-10-22 | Makefile.in: Rebuilt. | Tom Tromey | 1 | -8/+7 |
1999-10-18 | VMClassLoader.java (getVMClassLoader): New method. | Tom Tromey | 1 | -7/+6 |
1999-10-17 | ClassLoader.java (getSystemResource): Use getSystemClassLoader instead of Cla... | Anthony Green | 1 | -10/+4 |
1999-09-10 | configure: Rebuilt. | Tom Tromey | 1 | -3/+5 |