Age | Commit message (Expand) | Author | Files | Lines |
2005-04-03 | re PR libgcj/20727 (double free or corruption) | Anthony Green | 1 | -1/+1 |
2005-04-02 | re PR libgcj/20090 (gij should be implemented in Java) | Thomas Fitzsimmons | 1 | -27/+3 |
2005-04-02 | natDouble.cc (parseDouble): Handle NaN, Infinity and -Infinity as parameters. | Mark Anderson | 1 | -2/+17 |
2005-04-01 | 2005-04-01 Michael Koch <konqueror@gmx.de> | Michael Koch | 1 | -12/+11 |
2005-04-01 | natVMClassLoader.cc (getSystemClassLoaderInternal): Updated for name change. | Tom Tromey | 3 | -6/+109 |
2005-04-01 | 2005-04-01 Jeroen Frijters <jeroen@frijters.net> | Jeroen Frijters | 1 | -2/+3 |
2005-03-29 | natRuntime.cc (insertSystemProperties): Set gnu.gcj.runtime.endorsed.dirs. | Tom Tromey | 1 | -0/+5 |
2005-03-24 | Makefile.in: Rebuilt. | Tom Tromey | 4 | -26/+67 |
2005-03-23 | PR libgcj/2641, PR libgcj/9854, PR libgcj/14892, PR libgcj/18083, | Sven de Marothy | 3 | -22/+41 |
2005-03-22 | posix.h: .dylib is used on all Apple MACH platforms. | Mike Stump | 1 | -1/+1 |
2005-03-21 | VMCompiler.java (static block): Also catch BufferUnderflowException. | Tom Tromey | 1 | -0/+4 |
2005-03-21 | natVMSecurityManager.cc (getClassContext): Add new arg: klass. | Andrew Haley | 5 | -11/+11 |
2005-03-17 | link.cc (ensure_class_linked): Removed #ifdef. | Tom Tromey | 1 | -2/+4 |
2005-03-16 | stacktrace.cc (_Jv_StackTrace::UnwindTraceFn): Protect interpreter-specific c... | Andreas Tobler | 1 | -1/+1 |
2005-03-15 | natPlainSocketImplPosix.cc (read_helper): Handle count == 0 case. | David Daney | 1 | -6/+16 |
2005-03-11 | Main.java (main): Handle '-p'. | Tom Tromey | 1 | -0/+3 |
2005-03-11 | exception.cc: Remove stray MethodRef.h include. | Bryce McKinlay | 2 | -2/+0 |
2005-03-10 | New Stack Trace infrastructure. | Bryce McKinlay | 13 | -218/+98 |
2005-03-09 | re PR libgcj/20389 (BufferedInputStream gets ArrayIndexOutOfBoundsExeception) | David Daney | 2 | -55/+29 |
2005-03-09 | natVMClassLoader.cc (defineClass): Reference 'systemClassLoader' field directly. | Tom Tromey | 3 | -6/+5 |
2005-03-09 | fdlibm.h: Merge an AIX define from GNU Classpath. | Andreas Tobler | 2 | -5/+5 |
2005-03-09 | URLClassLoader.java (addURLImpl): Reset 'thisString'. | Tom Tromey | 1 | -15/+21 |
2005-03-07 | VMCompiler.java (md5Digest): New field. | Tom Tromey | 1 | -2/+27 |
2005-03-05 | dtoa.c (_dtoa_r): Initialize variables ilim, ilim1 and spec_case. | Andreas Tobler | 5 | -8/+9 |
2005-02-24 | TextAttribute.java: changed names to lower case; | David Gilbert | 1 | -57/+243 |
2005-02-23 | re PR libgcj/16923 (-D* Options passed to JNI_CreateJavaVM are ignored) | Thomas Fitzsimmons | 1 | -1/+1 |
2005-02-23 | ChannelReader: Fixed comments. | Robert Schuster | 1 | -1/+3 |
2005-02-23 | SimpleDateFormat.java: Removed unused import. | Michael Koch | 1 | -1/+0 |
2005-02-22 | AlgorithmParameterGenerator.java (getInstance): Mention provider when throwin... | Mark Wielaard | 6 | -6/+6 |
2005-02-22 | Proxy.java, [...]: Don't catch java.lang.ThreadDeath. | Jeroen Frijters | 5 | -2/+18 |
2005-02-22 | 2005-02-22 David Gilbert <david.gilbert@object-refinery.com> | David Gilbert | 1 | -5/+32 |
2005-02-22 | 2005-02-22 Jeroen Frijters <jeroen@frijters.net> | Jeroen Frijters | 10 | -5/+19 |
2005-02-22 | * java/lang/Object.h (_JvObjectPrefix): Declare as extern "Java". | Tom Tromey | 1 | -1/+4 |
2005-02-22 | 2005-02-22 Jeroen Frijters <jeroen@frijters.net> | Jeroen Frijters | 1 | -14/+4 |
2005-02-22 | 2005-02-22 Michael Koch <konqueror@gmx.de> | Michael Koch | 5 | -21/+24 |
2005-02-22 | Robot.java (waitForIdle): Call invokeAndWait on an empty Runnable. | Thomas Fitzsimmons | 1 | -13/+15 |
2005-02-22 | Check in missed file from last commit. | Bryce McKinlay | 1 | -51/+51 |
2005-02-22 | [multiple changes] | Bryce McKinlay | 8 | -252/+370 |
2005-02-22 | [multiple changes] | Mark Wielaard | 6 | -902/+1622 |
2005-02-21 | 2005-02-21 Michael Koch <konqueror@gmx.de> | Michael Koch | 2 | -3/+41 |
2005-02-21 | JarFile.java (verifyHashes): Check whether ZipEntry exists. | Mark Wielaard | 1 | -1/+8 |
2005-02-21 | Makefile.in: Rebuilt. | Andrew Haley | 2 | -14/+57 |
2005-02-21 | Button.java, [...]: Fixed formatting issues all over. | Michael Koch | 7 | -74/+104 |
2005-02-21 | FileDescriptor.java (sync): Add real exception to SyncFailedException. | Mark Wielaard | 1 | -1/+1 |
2005-02-21 | InputStreamReader.java: Fixed @author tag. | Michael Koch | 1 | -2/+2 |
2005-02-20 | RE.java, [...]: Made 'inner' classes real public static inner classes... | Dalibor Topic | 5 | -329/+329 |
2005-02-19 | [multiple changes] | Michael Koch | 2 | -187/+601 |
2005-02-19 | SelectorImpl.java: Reworked import statements. | Michael Koch | 4 | -11/+15 |
2005-02-19 | LinkedHashMap (addEntry): Call remove() with key argument, not the HashEntry. | Bryce McKinlay | 1 | -1/+1 |
2005-02-18 | natRuntime.cc (insertSystemProperties): Normalize x86 architecture names to "... | Anthony Green | 1 | -1/+11 |