Age | Commit message (Expand) | Author | Files | Lines |
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 |
2000-02-03 | PipedOutputStream.java (write(byte[], int, int)): New method. | Tom Tromey | 1 | -7/+10 |
2000-01-19 | * All files: Updated copyright to reflect Cygnus purchase. | Tom Tromey | 57 | -57/+57 |
2000-01-16 | StreamTokenizer.java (nextToken): Avoid unread(TT_EOF). | Jeff Sturm | 1 | -15/+29 |
1999-11-01 | PrintStream (PrintStream): Fix illegal usage of "this" before "super". | Bryce McKinlay | 3 | -10/+21 |
1999-09-21 | OutputStreamWriter.java (OutputStreamWriter): Reverted previous patch; it too... | Tom Tromey | 2 | -10/+6 |
1999-09-21 | OutputStreamWriter.java (OutputStreamWriter): Don't refer to `this' before ca... | Tom Tromey | 2 | -6/+10 |
1999-09-10 | configure: Rebuilt. | Tom Tromey | 3 | -3/+3 |
1999-09-03 | re GNATS libgcj/3 (FileInputStream.available always returns 0) | Tom Tromey | 1 | -11/+55 |
1999-08-03 | natFile.cc (performMkdir): Remove FIXME. | Bryce McKinlay | 2 | -3/+1 |
1999-07-26 | natString.cc (substring): optimize where substring is entire String. | Bryce McKinlay | 2 | -4/+2 |
1999-07-01 | [multiple changes] | Warren Levy | 2 | -3/+6 |
1999-06-15 | FilterOutputStream.java (write(byte[])): Rewrite according to JDK 1.2 docs. | Bryce McKinlay | 1 | -2/+3 |
1999-06-10 | FileDescriptor.java (FileDescriptor(String, int)): Throw FileNotFoundExceptio... | Warren Levy | 2 | -4/+4 |
1999-06-09 | Runtime.java (exec): Convert prog name and arguments to string array. | Bryce McKinlay | 1 | -15/+52 |
1999-05-12 | File.java (mkdirs): Handle a null parent directory. | Per Bothner | 1 | -4/+8 |
1999-05-10 | InputStreamReader.java (read): If length is 0, return 0. | Tom Tromey | 1 | -0/+7 |
1999-05-10 | RandomAccessFile.java (RandomAccessFile): Removed `FIXME' comment. | Tom Tromey | 1 | -5/+3 |
1999-05-10 | natToolkit.cc: Added copyright header. | Tom Tromey | 2 | -3/+0 |
1999-04-18 | * java/io/PrintStream.java (println): Remove extra println. | Anthony Green | 1 | -1/+0 |
1999-04-16 | InputStreamReader.java (<init>): Set super.in correctly. | Per Bothner | 3 | -55/+120 |
1999-04-12 | DataInputStream.java (readLine): Corrected handling of empty lines, from null... | Urban Widmark | 1 | -3/+6 |
1999-04-08 | PrintStream.java (print): Handle null string argument. | Tom Tromey | 1 | -2/+2 |
1999-04-07 | Initial revision | Tom Tromey | 57 | -0/+7150 |