summaryrefslogtreecommitdiff
path: root/libjava/java/io
AgeCommit message (Expand)Author
2000-07-28ObjectOutputStream.java (writeObject): Per spec, call NotSerializableExceptio...Warren Levy
2000-07-28ObjectStreamException.java: Made constructors protected.Warren Levy
2000-07-28OutputStreamWriter.java (close): Only flush if not closed.Tom Tromey
2000-07-27mauve-libgcj: Activated serialization tests.Warren Levy
2000-07-23StreamTokenizer.java: Merged with classpath.Oskar Liljeblad
2000-07-20File.java (getParentFile): New method, from Classpath via Oskar Liljeblad.Tom Tromey
2000-07-03PrintWriter.java (print): Call write(String), not print(String).Tom Tromey
2000-06-28re GNATS java.io/203 (File.createTempFile doesn't close descriptor)Andrew Haley
2000-06-28Gnu.java: New file.Warren Levy
2000-06-27PushbackInputStream.java (read): If there are characters in the buffer, don't...Tom Tromey
2000-06-27PropertyChangeEvent.java (oldVal): Renamed to oldValue.Warren Levy
2000-05-24ObjectOutputStream.java (writeObject): Use component type when writing arrays.Warren Levy
2000-05-19BufferedWriter.java: Merged with Classpath.Tom Tromey
2000-05-19Jumbo patch:Tom Tromey
2000-04-21PipedInputStream.java, [...]: Yet another new version from Classpath.Tom Tromey
2000-04-21re GNATS libgcj/15 (_REENTRANT should be defined more consistently)Tom Tromey
2000-04-21PipedInputStream.java, [...]: New version from Classpath.Tom Tromey
2000-04-21Fix for PR java.io/204:Tom Tromey
2000-04-16re GNATS java.io/202 (File creation doesn't observe umask)Bryce McKinlay
2000-04-11ObjectStreamException.java: New file.Warren Levy
2000-03-15[multiple changes]Tom Tromey
2000-03-07All files: Updated copyright information.Tom Tromey
2000-02-27File.java (File(String, String)): For dirPath, treat an empty String the same...Bryce McKinlay
2000-02-12File.java (createTempFile): Use low bits from counter, not high bits.Tom Tromey
2000-02-11* java/io/File.java (nextValue): Now synchronized.Tom Tromey
2000-02-11natFileDescriptorPosix.cc (open): Recognize EXCL flag.Tom Tromey
2000-02-03PipedOutputStream.java (write(byte[], int, int)): New method.Tom Tromey
2000-01-19* All files: Updated copyright to reflect Cygnus purchase.Tom Tromey
2000-01-16StreamTokenizer.java (nextToken): Avoid unread(TT_EOF).Jeff Sturm
1999-11-01PrintStream (PrintStream): Fix illegal usage of "this" before "super".Bryce McKinlay
1999-09-21OutputStreamWriter.java (OutputStreamWriter): Reverted previous patch; it too...Tom Tromey
1999-09-21OutputStreamWriter.java (OutputStreamWriter): Don't refer to `this' before ca...Tom Tromey
1999-09-10configure: Rebuilt.Tom Tromey
1999-09-03re GNATS libgcj/3 (FileInputStream.available always returns 0)Tom Tromey
1999-08-03natFile.cc (performMkdir): Remove FIXME.Bryce McKinlay
1999-07-26natString.cc (substring): optimize where substring is entire String.Bryce McKinlay
1999-07-01[multiple changes]Warren Levy
1999-06-15FilterOutputStream.java (write(byte[])): Rewrite according to JDK 1.2 docs.Bryce McKinlay
1999-06-10FileDescriptor.java (FileDescriptor(String, int)): Throw FileNotFoundExceptio...Warren Levy
1999-06-09Runtime.java (exec): Convert prog name and arguments to string array.Bryce McKinlay
1999-05-12File.java (mkdirs): Handle a null parent directory.Per Bothner
1999-05-10InputStreamReader.java (read): If length is 0, return 0.Tom Tromey
1999-05-10RandomAccessFile.java (RandomAccessFile): Removed `FIXME' comment.Tom Tromey
1999-05-10natToolkit.cc: Added copyright header.Tom Tromey
1999-04-18* java/io/PrintStream.java (println): Remove extra println.Anthony Green
1999-04-16InputStreamReader.java (<init>): Set super.in correctly.Per Bothner
1999-04-12DataInputStream.java (readLine): Corrected handling of empty lines, from null...Urban Widmark
1999-04-08PrintStream.java (print): Handle null string argument.Tom Tromey
1999-04-07Initial revisionTom Tromey