| Commit message (Expand) | Author | Age | Files | Lines |
| * | * gnu/gcj/awt/BitMaskExtent.java, gnu/gcj/awt/Buffers.java, | tromey | 2000-08-29 | 22 | -24/+29 |
| * | * java/util/zip/ZipFile.java: Implement OPEN_DELETE mode, new constructor, | mark | 2000-08-27 | 2 | -14/+43 |
| * | 2000-08-27 Anthony Green <green@redhat.com> | green | 2000-08-27 | 9 | -0/+3072 |
| * | 2000-08-26 Anthony Green <green@redhat.com> | green | 2000-08-26 | 1 | -24/+21 |
| * | * java/util/zip/InflaterInputStream.java (read(byte[],int,int)): | mark | 2000-08-24 | 1 | -0/+2 |
| * | * java/io/PrintWriter.java (print(String)): Don't catch IOException, | mark | 2000-08-24 | 1 | -8/+1 |
| * | * java/util/ResourceBundle.java (trySomeGetBundle): Removed | tromey | 2000-08-21 | 1 | -16/+12 |
| * | Sun Aug 20 21:02:48 2000 Anthony Green <green@redhat.com> | green | 2000-08-21 | 4 | -11/+279 |
| * | 2000-08-20 Mark Wielaard <mark@klomp.org> | mark | 2000-08-20 | 7 | -6/+25 |
| * | * java/util/jar/JarFile.java: Don't call | green | 2000-08-20 | 1 | -1/+1 |
| * | Sun Aug 20 09:51:48 2000 Anthony Green <green@redhat.com> | green | 2000-08-20 | 4 | -20/+21 |
| * | * java/util/zip/ZipInputStream.java (createZipEntry): | tromey | 2000-08-19 | 2 | -5/+5 |
| * | Sat Aug 19 11:00:53 2000 Anthony Green <green@redhat.com> | green | 2000-08-19 | 28 | -400/+5379 |
| * | 2000-08-15 Alexandre Petit-Bianco <apbianco@cygnus.com> | apbianco | 2000-08-17 | 1 | -4/+13 |
| * | * gnu/gcj/awt/ComponentDataBlitOp.java: New file. | rolfwr | 2000-08-16 | 22 | -193/+2242 |
| * | * java/io/ByteArrayOutputStream.java: Merged with Classpath. | tromey | 2000-08-16 | 1 | -10/+158 |
| * | * java/net/natPlainSocketImpl.cc (bind): Don't go to error case | tromey | 2000-08-11 | 2 | -15/+27 |
| * | 2000-08-10 Bryce McKinlay <bryce@albatross.co.nz> | bryce | 2000-08-10 | 1 | -9/+17 |
| * | 2000-08-09 Bryce McKinlay <bryce@albatross.co.nz> | bryce | 2000-08-09 | 13 | -122/+320 |
| * | * java/lang/reflect/Method.java (hashCode): Use getName(). | tromey | 2000-08-08 | 2 | -2/+6 |
| * | * java/io/PipedInputStream.java (read(byte[],int,int)): Mostly | tromey | 2000-08-07 | 3 | -112/+80 |
| * | * java/io/PrintWriter.java: Merged comments from Classpath. | tromey | 2000-08-06 | 1 | -29/+278 |
| * | * java/io/StreamTokenizer.java (TT_NONE): Now private. | tromey | 2000-08-06 | 1 | -2/+6 |
| * | * java/io/ObjectInputStream.java (readFields): Turn off | warrenl | 2000-08-04 | 3 | -17/+30 |
| * | * Makefile.am: Add new AWT stubs. | bryce | 2000-08-03 | 14 | -41/+404 |
| * | * Makefile.in: Rebuilt. | tromey | 2000-08-02 | 4 | -52/+11 |
| * | 2000-08-02 Bryce McKinlay <bryce@albatross.co.nz> | bryce | 2000-08-02 | 1 | -1/+1 |
| * | * java/awt/Component.java (toString): Implemented. | bryce | 2000-07-31 | 2 | -9/+1 |
| * | 2000-07-30 Anthony Green <green@redhat.com> | green | 2000-07-31 | 1 | -4/+10 |
| * | * java/awt/BorderLayout.java (BorderLayout()): New constructor. | tromey | 2000-07-31 | 9 | -89/+313 |
| * | * java/awt/Container.java (remove(int)): Wrote. | tromey | 2000-07-30 | 6 | -46/+203 |
| * | * java/io/ObjectOutputStream.java (writeObject): Per spec, call | warrenl | 2000-07-28 | 1 | -6/+2 |
| * | * java/io/ObjectStreamException.java: Made constructors protected. | warrenl | 2000-07-28 | 1 | -2/+2 |
| * | * java/io/OutputStreamWriter.java (close): Only flush if not | tromey | 2000-07-28 | 1 | -2/+2 |
| * | * mauve-libgcj: Activated serialization tests. | warrenl | 2000-07-27 | 9 | -14/+17 |
| * | * java/awt/geom/RectangularShape.java (getPathIterator): | tromey | 2000-07-27 | 1 | -3/+1 |
| * | 2000-07-23 Rolf W. Rasmussen <rolfwr@ii.uib.no> | rolfwr | 2000-07-25 | 19 | -21/+4191 |
| * | 2000-07-23 Oskar Liljeblad <osk@hem.passagen.se> | tromey | 2000-07-23 | 1 | -49/+249 |
| * | * Makefile.in: Rebuilt. | tromey | 2000-07-23 | 13 | -14/+2035 |
| * | * java/lang/natClassLoader.cc (_Jv_PrepareCompiledClass): Only | tromey | 2000-07-20 | 1 | -17/+25 |
| * | * java/io/File.java (getParentFile): New method, from Classpath | tromey | 2000-07-20 | 1 | -0/+6 |
| * | * java/util/Vector.java (remove(Object)): Implemented. | tromey | 2000-07-20 | 1 | -4/+15 |
| * | 2000-07-19 Jeff Sturm <jeff.sturm@appnet.com> | tromey | 2000-07-19 | 1 | -3/+6 |
| * | * java/awt/EventQueue.java (invokeAndWait): Call postEvent() within | bryce | 2000-07-15 | 2 | -4/+8 |
| * | Add missing imports. | bryce | 2000-07-12 | 1 | -0/+2 |
| * | Fix missing "package" declaration. | bryce | 2000-07-12 | 2 | -0/+4 |
| * | Add missing files from last check-in: | bryce | 2000-07-12 | 3 | -0/+76 |
| * | 2000-07-12 Bryce McKinlay <bryce@albatross.co.nz> | bryce | 2000-07-12 | 4 | -0/+545 |
| * | Big AWT patch. | bryce | 2000-07-12 | 67 | -190/+4593 |
| * | * java/lang/natClassLoader.cc (_Jv_PrepareCompiledClass): | tromey | 2000-07-07 | 1 | -1/+18 |