Age | Commit message (Expand) | Author | Files | Lines |
2011-01-03 | Update Copyright years for files modified in 2010. | Jakub Jelinek | 1 | -1/+1 |
2010-04-07 | name-lookup.c (current_decl_namespace): Non-static. | Jason Merrill | 1 | -1/+4 |
2010-03-13 | re PR libgcj/42676 (javah doesn't generate the header files as checked in in ... | Matthias Klose | 1 | -1/+1 |
2007-04-16 | Committed up-to-date .class and .h files from an earlier commit | Tom Tromey | 1 | -0/+7 |
2007-04-16 | BootClassLoader.java (getBootURLLoader): New method. | Andrew Haley | 1 | -2/+60 |
2007-01-15 | URLClassLoader.java: Removed. | Gary Benson | 2 | -1/+10 |
2007-01-09 | Merged gcj-eclipse branch to trunk. | Tom Tromey | 18 | -4/+829 |
2006-07-28 | natSharedLibLoader.cc (init): Don't set curLoader to VMClassLoader::bootLoader. | Andrew Haley | 1 | -1/+4 |
2006-06-06 | gcj.texi (libgcj Runtime Properties): Document gnu.gcj.runtime.NameFinder.sho... | David Daney | 1 | -2/+18 |
2006-05-11 | NameFinder.java (lookup): If exec'ing addr2line fails, don't try again. | Bryce McKinlay | 1 | -3/+6 |
2006-05-11 | NameFinder.java (blacklist): New static field. | Bryce McKinlay | 1 | -1/+14 |
2006-05-11 | natSharedLibLoader.cc (init): Remove debugging line. | Andrew Haley | 1 | -1/+0 |
2006-05-10 | prims.cc (_Jv_soleIndirectCompiledEngine): New. | Andrew Haley | 1 | -1/+3 |
2006-05-04 | Class.h (JV_STATE_LOADING): Added comment. | Tom Tromey | 2 | -16/+37 |
2006-04-25 | natSharedLibLoader.cc: Include gc.h later. | Tom Tromey | 1 | -6/+11 |
2006-04-21 | re PR libgcj/27170 (Deadlock in garbage collector) | Bryce McKinlay | 1 | -0/+5 |
2006-04-11 | SystemClassLoader.java (addClass): Get the value of package-private field "lo... | Bryce McKinlay | 1 | -2/+21 |
2006-02-17 | stacktrace.cc (GetStackTraceElements): Call gnu::gcj::runtime::NameFinder::re... | Andrew Haley | 1 | -0/+15 |
2006-01-06 | natThread.cc (finish_): Don't clear 'group'. | Tom Tromey | 1 | -35/+0 |
2006-01-04 | Class.h (_Jv_CopyClassesToSystemLoader): Updated. | Tom Tromey | 1 | -1/+20 |
2005-09-22 | BootClassLoader.java (BootClassLoader): Pass `null' parent ClassLoader to par... | Bryce McKinlay | 2 | -0/+8 |
2005-06-30 | Update FSF address | Kelley Cook | 1 | -2/+2 |
2005-06-28 | re PR libgcj/22189 (Table Full in gcj-dbtool if -m option used with smallest ... | Robin Green | 1 | -3/+3 |
2005-06-15 | SystemClassLoader.java (init): Clear last_was_sep in loop. | Tom Tromey | 1 | -0/+1 |
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 |