| Age | Commit message (Expand) | Author | Files | Lines |
| 2005-05-13 | SystemClassLoader.java (init): Handle empty element in path. | Tom Tromey | 1 | -3/+30 |
| 2005-04-22 | NameFinder.java (close): IN, OUT, and PROC can all be null, check for that ca... | Andrew Pinski | 1 | -4/+6 |
| 2005-04-13 | re PR libgcj/20958 (Compile Errors In two files in gnu.gcj) | Aaron Luchko | 1 | -1/+1 |
| 2005-04-01 | natVMClassLoader.cc (getSystemClassLoaderInternal): Updated for name change. | Tom Tromey | 3 | -173/+40 |
| 2005-03-29 | natRuntime.cc (insertSystemProperties): Set gnu.gcj.runtime.endorsed.dirs. | Tom Tromey | 1 | -0/+67 |
| 2005-03-29 | natRuntime.cc (insertSystemProperties): Set gnu.gcj.runtime.endorsed.dirs. | Tom Tromey | 2 | -74/+9 |
| 2005-03-24 | BootClassLoader.java (BootClassLoader): Don't add sax and w3c libraries. | Tom Tromey | 1 | -7/+0 |
| 2005-03-24 | Makefile.in: Rebuilt. | Tom Tromey | 1 | -0/+102 |
| 2005-03-11 | exception.cc: Remove stray MethodRef.h include. | Bryce McKinlay | 4 | -590/+0 |
| 2005-03-10 | New Stack Trace infrastructure. | Bryce McKinlay | 1 | -414/+108 |
| 2005-02-16 | SharedLibHelper.java (findHelper): Delete copied file on exit. | Tom Tromey | 1 | -3/+6 |
| 2005-02-16 | Subject.java (doAsPrivileged): If acc is null, create a new AccessControlCont... | Andrew Haley | 2 | -7/+16 |
| 2005-02-16 | PersistentByteMap.java (name, values, fc): new fields. | Andrew Haley | 1 | -26/+161 |
| 2005-02-12 | Fixes bug libgcj/8170 | Mark Wielaard | 1 | -25/+50 |
| 2005-02-02 | re PR libgcj/19681 (extension loading currently incorrect) | Tom Tromey | 2 | -35/+72 |
| 2005-02-02 | PersistentByteMap.java: Fixed typo. | Tom Tromey | 1 | -2/+2 |
| 2005-01-19 | VMCompiler.java (compileClass): Ignore UnknownError. | Tom Tromey | 1 | -2/+3 |
| 2005-01-10 | PR libgcj/12016, PR libgcj/18405, PR libgcj/17738: | Tom Tromey | 2 | -6/+29 |
| 2004-11-25 | * Merged gcj-abi-2-dev-branch to trunk. | Tom Tromey | 4 | -18/+580 |
| 2004-10-18 | re PR libgcj/18036 (Bad interaction between interpreter and Class.forName()) | Andrew Haley | 1 | -14/+17 |
| 2004-10-14 | interpret.cc (_Jv_InterpMethod::run): Initialize _Jv_StartOfInterpreter. | Andrew Haley | 1 | -9/+39 |
| 2004-07-11 | re PR awt/16748 (IAA.ImageComponentsTest: Freezes When Window Is Resized) | Bryce McKinlay | 2 | -50/+49 |
| 2004-07-06 | VMClassLoader.java (init): Check classpath entry before passing to URL constr... | Bryce McKinlay | 1 | -19/+19 |
| 2004-07-04 | FirstThread.java, [...]: Removed. | Michael Koch | 2 | -146/+0 |
| 2004-06-18 | VMClassLoader.java (init): Add extensions directory only if it actually exists. | Ranjit Mathew | 1 | -13/+16 |
| 2004-06-17 | Add extension directory contents to the class path. | Anthony Green | 1 | -0/+30 |
| 2004-04-09 | VMThrowable.java (getStackTrace): Pass trace as-is to modified lookup(). | Ranjit Mathew | 2 | -5/+29 |
| 2004-01-14 | re PR libgcj/12001 (_Jv_FindClass dumps core when Oracle's classes12.zip in $... | Nathan Bryant | 1 | -11/+13 |
| 2003-11-14 | jni.cc (_Jv_JNI_GetStringUTFChars): Pass length of string to JvGetStringUTFRe... | Tom Tromey | 1 | -2/+2 |
| 2003-11-08 | FirstThread.java (Klocale, Kcalendar): New fields. | Jeff Sturm | 1 | -4/+6 |
| 2003-10-22 | re PR libgcj/12656 (Inherited main( ) Method Not Seen At Runtime) | Tom Tromey | 1 | -2/+3 |
| 2003-10-08 | Connection.java, [...]: Moved to gnu/java/net/protocol. | Michael Koch | 1 | -3/+3 |
| 2003-10-02 | re PR libgcj/12475 (Stack traces leak memory) | Bryce McKinlay | 2 | -1/+7 |
| 2003-10-01 | * gnu/gcj/runtime/FirstThread.java (getMain): Fixed indentation. | Tom Tromey | 1 | -14/+13 |
| 2003-09-25 | Proxy.java (generate): Uncomment protection domain code. | Tom Tromey | 1 | -1/+1 |
| 2003-08-28 | Makefile.in: Rebuilt. | Tom Tromey | 3 | -48/+240 |
| 2003-08-20 | [multiple changes] | Andrew Haley | 2 | -6/+13 |
| 2003-08-20 | re PR libgcj/9125 (VMClassLoader should cache the result of Runtime.(internal... | Tom Tromey | 2 | -6/+42 |
| 2003-07-21 | AbstractGraphicsState.java (clone): Handle CloneNotSupportedException. | Anthony Green | 1 | -12/+4 |
| 2003-07-21 | natSharedLibLoader.cc (init): `libname' now a String. | Steve Pribyl | 2 | -8/+12 |
| 2003-07-11 | SharedLibLoader.java: Fix misspelling. | Matt Kraai | 2 | -4/+4 |
| 2003-03-10 | [multiple changes] | Andrew Haley | 2 | -0/+53 |
| 2003-02-19 | natStackTrace.cc: Include platform.h immediately after config.h. | Rainer Orth | 1 | -3/+2 |
| 2003-02-13 | NameFinder.java (createStackTraceElement): Use lastIndexOf( ) instead of inde... | Ranjit Mathew | 1 | -1/+1 |
| 2003-01-28 | configure.in: Specifically define HAVE_BACKTRACE if building for MinGW. | Ranjit Mathew | 1 | -0/+2 |
| 2002-12-11 | Makefile.in: Rebuilt. | Tom Tromey | 1 | -0/+67 |
| 2002-12-09 | Connection.java (getJarFile): download and cache remote jar files. | Mark Wielaard | 1 | -17/+4 |
| 2002-12-05 | natStackTrace.cc (fillInStackTrace): Throw #ifdef (HAVE_BACKTRACE) around the... | Andrew Haley | 1 | -3/+6 |
| 2002-12-03 | natClassLoader.cc (_Jv_PrepareCompiledClass): Call _Jv_PushClass. | Andrew Haley | 3 | -0/+383 |
| 2002-09-02 | NameFinder.java (remove_interpreter): New field. | Mark Wielaard | 2 | -15/+148 |