Age | Commit message (Expand) | Author | Files | Lines |
2000-12-08 | FileInputStream.java (close): Check if the fd is valid. | Warren Levy | 2 | -6/+4 |
2000-12-04 | FilePermission.java: Made class final per spec. | Warren Levy | 1 | -2/+2 |
2000-11-29 | InflaterInputStream (read): Don't return -1 unless the infate() call didn't d... | Bryce McKinlay | 2 | -8/+1 |
2000-11-28 | DataInputStream.java: Merge classpath docs. | Bryce McKinlay | 2 | -58/+211 |
2000-11-26 | System.java (setProperties): Only call init_properties() if properties is null. | Bryce McKinlay | 2 | -50/+25 |
2000-11-20 | Makefile.in: Rebuilt. | Tom Tromey | 2 | -0/+300 |
2000-11-17 | PushbackReader.java: Merged with Classpath. | Tom Tromey | 1 | -87/+376 |
2000-11-03 | ObjectInputStream.java (readObject): Added code to conditionally dump out the... | Warren Levy | 2 | -21/+119 |
2000-10-30 | Reader.java: Merge docs from classpath. | Bryce McKinlay | 3 | -49/+292 |
2000-10-06 | natField.cc (BooleanClass): Don't define. | Tom Tromey | 1 | -5/+3 |
2000-10-05 | Makefile.am: Removed java/io/Replaceable.java and java/io/Resolvable.java. | Warren Levy | 4 | -117/+52 |
2000-09-11 | Field.java (toString): Don't rely on Class.toString. | Tom Tromey | 1 | -7/+415 |
2000-09-08 | PropertyChangeEvent.java (serialVersionUID): Added. | Warren Levy | 5 | -9/+32 |
2000-09-04 | re GNATS java.io/203 (File.createTempFile doesn't close descriptor) | Anthony Green | 1 | -14/+41 |
2000-09-04 | File.java (deleteOnExit): New method. | Anthony Green | 1 | -1/+15 |
2000-09-01 | StreamTokenizer.java: Don't throw a NumberFormatException if a field is numer... | Andrew Haley | 1 | -5/+19 |
2000-08-24 | PrintWriter.java (print(String)): Don't catch IOException, write(String) alre... | Mark Wielaard | 1 | -8/+1 |
2000-08-19 | ZipInputStream.java (createZipEntry): Implemented. | Tom Tromey | 1 | -3/+4 |
2000-08-16 | * java/io/ByteArrayOutputStream.java: Merged with Classpath. | Tom Tromey | 1 | -10/+158 |
2000-08-07 | PipedInputStream.java (read(byte[],int,int)): Mostly rewrote. | Tom Tromey | 1 | -105/+70 |
2000-08-06 | PrintWriter.java: Merged comments from Classpath. | Tom Tromey | 1 | -29/+278 |
2000-08-06 | StreamTokenizer.java (TT_NONE): Now private. | Tom Tromey | 1 | -2/+6 |
2000-08-04 | ObjectInputStream.java (readFields): Turn off readDataFromBlock while reading... | Warren Levy | 3 | -17/+30 |
2000-08-02 | Makefile.in: Rebuilt. | Tom Tromey | 1 | -8/+3 |
2000-07-28 | ObjectOutputStream.java (writeObject): Per spec, call NotSerializableExceptio... | Warren Levy | 1 | -6/+2 |
2000-07-28 | ObjectStreamException.java: Made constructors protected. | Warren Levy | 1 | -2/+2 |
2000-07-28 | OutputStreamWriter.java (close): Only flush if not closed. | Tom Tromey | 1 | -2/+2 |
2000-07-27 | mauve-libgcj: Activated serialization tests. | Warren Levy | 2 | -8/+8 |
2000-07-23 | StreamTokenizer.java: Merged with classpath. | Oskar Liljeblad | 1 | -49/+249 |
2000-07-20 | File.java (getParentFile): New method, from Classpath via Oskar Liljeblad. | Tom Tromey | 1 | -0/+6 |
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-27 | PushbackInputStream.java (read): If there are characters in the buffer, don't... | Tom Tromey | 2 | -11/+17 |
2000-06-27 | PropertyChangeEvent.java (oldVal): Renamed to oldValue. | Warren Levy | 2 | -2/+6 |
2000-05-24 | ObjectOutputStream.java (writeObject): Use component type when writing arrays. | Warren Levy | 1 | -3/+3 |
2000-05-19 | BufferedWriter.java: Merged with Classpath. | Tom Tromey | 2 | -77/+315 |
2000-05-19 | Jumbo patch: | Tom Tromey | 20 | -0/+4807 |
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 | 1 | -5/+1 |
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-16 | re GNATS java.io/202 (File creation doesn't observe umask) | Bryce McKinlay | 1 | -2/+2 |
2000-04-11 | ObjectStreamException.java: New file. | Warren Levy | 3 | -0/+93 |
2000-03-15 | [multiple changes] | Tom Tromey | 2 | -0/+460 |
2000-03-07 | All files: Updated copyright information. | Tom Tromey | 57 | -57/+57 |
2000-02-27 | File.java (File(String, String)): For dirPath, treat an empty String the same... | Bryce McKinlay | 1 | -1/+1 |
2000-02-12 | File.java (createTempFile): Use low bits from counter, not high bits. | Tom Tromey | 1 | -1/+2 |
2000-02-11 | * java/io/File.java (nextValue): Now synchronized. | Tom Tromey | 1 | -1/+1 |
2000-02-11 | natFileDescriptorPosix.cc (open): Recognize EXCL flag. | Tom Tromey | 3 | -4/+81 |