Age | Commit message (Expand) | Author | Files | Lines |
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 |
1999-09-02 | natClassLoader.cc (_Jv_WaitForState): Call _Jv_PrepareCompiledClass while hol... | Tom Tromey | 1 | -2/+4 |
1999-09-01 | Modifier.java (ALL_FLAGS): New constant. | Tom Tromey | 1 | -13/+0 |
1999-09-01 | natClassLoader.cc (_Jv_NewClass): Use JV_STATE_NOTHING, not `0'. | Tom Tromey | 1 | -1/+1 |
1999-09-01 | posix-threads.cc (_Jv_CondWait): Call _Jv_PthreadCheckMonitor. | Tom Tromey | 1 | -1/+1 |
1999-08-20 | interpret.cc (continue1): Implement explicit dispatch table. | Kresten Krab Thorup | 1 | -13/+4 |
1999-08-18 | natClassLoader.cc (_Jv_PrepareCompiledClass): Renamed from _Jv_InternClassStr... | Kresten Krab Thorup | 1 | -27/+63 |
1999-08-10 | [multiple changes] | Anthony Green | 1 | -2/+2 |
1999-08-08 | [multiple changes] | Anthony Green | 1 | -0/+624 |