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