Age | Commit message (Expand) | Author | Files | Lines |
2000-09-06 | * java/net/natPlainDatagramSocketImpl.cc (mcastGrp): Fix typo. | Bryce McKinlay | 2 | -3/+4 |
2000-09-05 | natPlainDatagramSocketImpl.cc: Change various `JvThrow' calls to `throw'. | Bryce McKinlay | 4 | -80/+114 |
2000-09-05 | * doc/cni.sgml: Updated from master copy. | Tom Tromey | 2 | -117/+28 |
2000-09-05 | natIconv.cc (read): Remove unused local. | Bryce McKinlay | 6 | -19/+20 |
2000-09-04 | ZipFile.java (ZipFile): Delete file when opened in DELETE mode. | Tom Tromey | 2 | -1/+6 |
2000-09-04 | re GNATS java.io/203 (File.createTempFile doesn't close descriptor) | Anthony Green | 3 | -16/+53 |
2000-09-04 | Forgot to add this from last commit. | Anthony Green | 1 | -0/+9 |
2000-09-04 | File.java (deleteOnExit): New method. | Anthony Green | 5 | -2/+60 |
2000-09-04 | Makefile.in: Rebuilt. | Tom Tromey | 3 | -2/+8 |
2000-09-01 | StreamTokenizer.java: Don't throw a NumberFormatException if a field is numer... | Andrew Haley | 2 | -5/+26 |
2000-09-01 | abstr.xfail: New file. | Tom Tromey | 3 | -0/+20 |
2000-08-30 | Makefile.in: Rebuilt. | Tom Tromey | 6 | -28/+56 |
2000-08-29 | BitMaskExtent.java, [...]: Removed Latin-1 copyright symbols. | Tom Tromey | 27 | -31/+61 |
2000-08-27 | ZipFile.java: Implement OPEN_DELETE mode... | Mark Wielaard | 3 | -14/+49 |
2000-08-27 | ArrayList.java, [...]: Imported from GNU Classpath. | Anthony Green | 12 | -10/+3112 |
2000-08-26 | Makefile.in: Rebuilt. | Anthony Green | 10 | -76/+98 |
2000-08-24 | InflaterInputStream.java (read(byte[],int,int)): return -1 when fill() has no... | Mark Wielaard | 2 | -0/+7 |
2000-08-24 | PrintWriter.java (print(String)): Don't catch IOException, write(String) alre... | Mark Wielaard | 2 | -8/+6 |
2000-08-23 | NativeThread.java (NativeThread): Removed assignment to `alive_flag', call `i... | Alexandre Petit-Bianco | 3 | -1/+16 |
2000-08-22 | Makefile.in: Rebuilt. | Mark Wielaard | 6 | -36/+66 |
2000-08-21 | ResourceBundle.java (trySomeGetBundle): Removed debugging prints. | Tom Tromey | 2 | -16/+17 |
2000-08-21 | Fixed typo in ChangeLog | Anthony Green | 1 | -1/+0 |
2000-08-21 | natSystem.cc (init_properties): Change sourceware reference to sources.redhat... | Anthony Green | 12 | -24/+385 |
2000-08-20 | Adler32.java: Make private variables really private | Mark Wielaard | 8 | -6/+36 |
2000-08-20 | JarFile.java: Don't call java.util.zip.ZipFile.getEntry twice. | Anthony Green | 2 | -1/+7 |
2000-08-20 | Oops. Forgot some notes. | Anthony Green | 1 | -0/+2 |
2000-08-20 | URLClassLoader.java: Find the JarEntry via the JarFile. | Anthony Green | 6 | -23/+40 |
2000-08-19 | ZipInputStream.java (createZipEntry): Implemented. | Tom Tromey | 3 | -5/+10 |
2000-08-19 | Attributes.java, [...]: Imported from Classpath. | Anthony Green | 35 | -715/+5890 |
2000-08-17 | natClass.cc (finit_name): Initialized with `finit$'. | Alexandre Petit-Bianco | 2 | -4/+21 |
2000-08-16 | ComponentDataBlitOp.java: New file. | Rolf W. Rasmussen | 27 | -205/+2669 |
2000-08-16 | jvm.h (_Jv_HashCode): New hash code. | Andrew Haley | 2 | -1/+7 |
2000-08-16 | * java/io/ByteArrayOutputStream.java: Merged with Classpath. | Tom Tromey | 2 | -10/+162 |
2000-08-14 | More thanks. | Anthony Green | 2 | -7/+33 |
2000-08-11 | natPlainSocketImpl.cc (bind): Don't go to error case when errno not set. | Tom Tromey | 3 | -15/+43 |
2000-08-10 | cvs commit ChangeLog | Bryce McKinlay | 1 | -0/+17 |
2000-08-10 | Connection.java (gotHeaders): Removed. | Bryce McKinlay | 2 | -52/+58 |
2000-08-10 | re GNATS gcj/310 (illegal type "long" accepted for "switch" expression) | Tom Tromey | 3 | -0/+16 |
2000-08-09 | Makefile.am: Move beans and applet classes to awt_java_source_files. | Bryce McKinlay | 3 | -163/+165 |
2000-08-09 | Makefile.am: Move beans and applet classes to awt_java_source_files. | Bryce McKinlay | 13 | -122/+320 |
2000-08-08 | Input_UTF8.java (read): Fixed handling of surrogate characters. | Tom Tromey | 3 | -15/+39 |
2000-08-08 | Method.java (hashCode): Use getName(). | Tom Tromey | 3 | -2/+11 |
2000-08-07 | Method.java (toString): Use Class.getName, not Class.toString. | Tom Tromey | 1 | -0/+5 |
2000-08-07 | PipedInputStream.java (read(byte[],int,int)): Mostly rewrote. | Tom Tromey | 4 | -112/+86 |
2000-08-06 | PrintWriter.java: Merged comments from Classpath. | Tom Tromey | 2 | -29/+286 |
2000-08-06 | StreamTokenizer.java (TT_NONE): Now private. | Tom Tromey | 2 | -2/+12 |
2000-08-04 | Missing changelog entry | Bryce McKinlay | 1 | -0/+19 |
2000-08-04 | ObjectInputStream.java (readFields): Turn off readDataFromBlock while reading... | Warren Levy | 4 | -17/+50 |
2000-08-03 | Makefile.in: Rebuilt. | Tom Tromey | 3 | -58/+786 |
2000-08-03 | Makefile.am: Add new AWT stubs. | Bryce McKinlay | 14 | -41/+404 |