| Age | Commit message (Expand) | Author |
| 2000-07-20 | natClassLoader.cc (_Jv_PrepareCompiledClass): Only initialize String fields f... | Tom Tromey |
| 2000-07-20 | File.java (getParentFile): New method, from Classpath via Oskar Liljeblad. | Tom Tromey |
| 2000-07-20 | * java/util/Vector.java (remove(Object)): Implemented. | Tom Tromey |
| 2000-07-19 | natThrowable.cc (fillInStackTrace): Check for zero return from backtrace(). | Jeff Sturm |
| 2000-07-15 | EventQueue.java (invokeAndWait): Call postEvent() within synchronized block. | Bryce McKinlay |
| 2000-07-12 | Add missing imports. | Bryce McKinlay |
| 2000-07-12 | Fix missing "package" declaration. | Bryce McKinlay |
| 2000-07-12 | Add missing files from last check-in: | Bryce McKinlay |
| 2000-07-12 | backport: Applet.java: New file. | Bryce McKinlay |
| 2000-07-12 | Big AWT patch. | Bryce McKinlay |
| 2000-07-07 | natClassLoader.cc (_Jv_PrepareCompiledClass): Initialize static final String ... | Tom Tromey |
| 2000-07-03 | PrintWriter.java (print): Call write(String), not print(String). | Tom Tromey |
| 2000-06-28 | re GNATS java.io/203 (File.createTempFile doesn't close descriptor) | Andrew Haley |
| 2000-06-28 | Gnu.java: New file. | Warren Levy |
| 2000-06-28 | ThreadGroup.java: Added synchronized flag to many methods. | Bryce McKinlay |
| 2000-06-28 | Principal.java: New file. | Warren Levy |
| 2000-06-27 | MouseEvent.java: Fixed coordinate space confusion. | Rolf W. Rasmussen |
| 2000-06-27 | PushbackInputStream.java (read): If there are characters in the buffer, don't... | Tom Tromey |
| 2000-06-27 | * java/lang/Double.java (valueOf): Call parseDouble(). | Tom Tromey |
| 2000-06-27 | PropertyChangeEvent.java (oldVal): Renamed to oldValue. | Warren Levy |
| 2000-06-24 | natDouble.cc (parseDouble): Renamed from doubleValueOf. | Tom Tromey |
| 2000-06-23 | ieeefp.h: Handle ia64, fr30, mcore. | Andrew Haley |
| 2000-06-23 | natMethod.cc: Include <alloca.h>. | Tom Tromey |
| 2000-06-21 | ThreadGroup.java (add(Thread)): Rename to addThread() to comply with classpat... | Bryce McKinlay |
| 2000-06-20 | ThreadGroup.java: Merged with classpath. | Bryce McKinlay |
| 2000-06-18 | re GNATS gcj/260 ("Klass.class" expression should cause Klass to be initialized) | Tom Tromey |
| 2000-06-15 | 2000-06-15 Bryce McKinlay <bryce@albatross.co.nz> | Bryce McKinlay |
| 2000-06-15 | 2000-06-15 Bryce McKinlay <bryce@albatross.co.nz> | Bryce McKinlay |
| 2000-05-31 | prims.cc (DECLARE_PRIM_TYPE): Define a vtable as well. | Tom Tromey |
| 2000-05-30 | name-finder.h: Include <sys/wait.h>. | Tom Tromey |
| 2000-05-24 | ObjectOutputStream.java (writeObject): Use component type when writing arrays. | Warren Levy |
| 2000-05-21 | re GNATS libgcj/226 (implicit __builtin_expect) and GNATS gcj/228 (compressed... | Bryce McKinlay |
| 2000-05-20 | ZipEntry.java: Implement Cloneable, per JDK1.2 docs. | Bryce McKinlay |
| 2000-05-19 | BufferedWriter.java: Merged with Classpath. | Tom Tromey |
| 2000-05-19 | Jumbo patch: | Tom Tromey |
| 2000-05-18 | Thread.java: Declare `data' as Object, not RawData. | Bryce McKinlay |
| 2000-05-11 | ZipInputStream.java (getNextEntry): When reading file headers, don't include ... | Tom Tromey |
| 2000-05-10 | StringBuffer.java (replace): Calculate length for arraycopy() correctly. | Bryce McKinlay |
| 2000-05-10 | StringBuffer.java (delete): Call arrayCopy() correctly. | Bryce McKinlay |
| 2000-05-09 | StringBuffer.java (toString): Don't mark buffer as shared. | Tom Tromey |
| 2000-05-05 | natClass.cc (isInstance): Use __builtin_expect. | Bryce McKinlay |
| 2000-05-04 | Locale.java (Locale): Don't explicitly check for null. | Tom Tromey |
| 2000-04-28 | String.java (toString): Remove `final' hack. | Bryce McKinlay |
| 2000-04-22 | + 2000-04-22 Anthony Green <green@cygnus.com> + + * include/jvm.h (__builtin_... | Anthony Green |
| 2000-04-21 | PipedInputStream.java, [...]: Yet another new version from Classpath. | Tom Tromey |
| 2000-04-21 | re GNATS libgcj/15 (_REENTRANT should be defined more consistently) | Tom Tromey |
| 2000-04-21 | PipedInputStream.java, [...]: New version from Classpath. | Tom Tromey |
| 2000-04-21 | Fix for PR java.io/204: | Tom Tromey |
| 2000-04-20 | re GNATS libgcj/212 (build is broken on Linux/Alpha) | Tom Tromey |
| 2000-04-16 | re GNATS java.io/202 (File creation doesn't observe umask) | Bryce McKinlay |