summaryrefslogtreecommitdiff
path: root/libjava/java/io
Commit message (Expand)AuthorAgeFilesLines
* Update FSF addressKelley Cook2005-06-3075-150/+150
* * java/io/ObjectInputStream.java (currentLoader): Fixed typo.Tom Tromey2005-06-011-2/+2
* re PR libgcj/21785 (ClassNotFound during deserialization)Tom Tromey2005-06-012-34/+13
* 2005-04-29 Dalibor Topic <robilad@kaffe.org>Dalibor Topic2005-04-293-36/+42
* FileInputStream.java (FileInputStream(File)), java/io/FileOutputStream.java (...Jeroen Frijters2005-04-232-7/+1
* [multiple changes]Michael Koch2005-04-202-90/+30
* 2005-04-20 Michael Koch <konqueror@gmx.de>Michael Koch2005-04-201-8/+11
* 2005-04-01 Michael Koch <konqueror@gmx.de>Michael Koch2005-04-011-12/+11
* natPlainSocketImplPosix.cc (read_helper): Handle count == 0 case.David Daney2005-03-151-6/+16
* re PR libgcj/20389 (BufferedInputStream gets ArrayIndexOutOfBoundsExeception)David Daney2005-03-092-55/+29
* 2005-02-22 Jeroen Frijters <jeroen@frijters.net>Jeroen Frijters2005-02-222-3/+0
* Check in missed file from last commit.Bryce McKinlay2005-02-221-51/+51
* [multiple changes]Bryce McKinlay2005-02-226-184/+286
* FileDescriptor.java (sync): Add real exception to SyncFailedException.Mark Wielaard2005-02-211-1/+1
* InputStreamReader.java: Fixed @author tag.Michael Koch2005-02-211-2/+2
* RE.java, [...]: Made 'inner' classes real public static inner classes...Dalibor Topic2005-02-201-19/+18
* GThreadNativeMethodRunner.java, [...]: Fixed usage of @author tag...Michael Koch2005-02-1746-99/+100
* File.java (toURI): Generate a URI which we understand.Robin Green2005-01-141-2/+2
* re PR libgcj/18840 (java.io.BufferedInputStream.read(byte[],..) methods don't...Tom Tromey2005-01-111-7/+28
* * Merged gcj-abi-2-dev-branch to trunk.Tom Tromey2004-11-252-17/+20
* BufferedInputStream.java (skip): Return zero on EOF.David Daney2004-11-171-1/+1
* BufferedReader.java, [...]: Fixed javadocs all over.Michael Koch2004-11-1615-174/+149
* * java/io/FilePermission.java: Reindented.Tom Tromey2004-11-061-162/+146
* ObjectOutputStream.java (currentObjectStreamClass): Now package-private.Tom Tromey2004-11-061-2/+4
* 2004-11-06 Mattias Rehnberg <Mattias.Rehnberg@home.se>Mattias Rehnberg2004-11-061-1/+1
* BufferedInputStream.java: Fixed @author tag.Michael Koch2004-10-185-17/+16
* 2004-10-09 Michael Koch <konqueror@gmx.de>Michael Koch2004-10-099-51/+58
* 2004-09-27 Michael Koch <konqueror@gmx.de>Michael Koch2004-09-271-11/+17
* ObjectStreamField.java: Removed unused import statement.Michael Koch2004-09-251-1/+0
* ObjectInputStream.java: Re-ordered imports.Michael Koch2004-09-241-9/+6
* ObjectInputStream.java (callReadMethod): re-throw `ClassNotFoundException'.Casey Marshall2004-09-241-1/+4
* ObjectInputStream.java (readObject): Delegate instantation of Externalizable ...Jeroen Frijters2004-09-242-23/+50
* [multiple changes]Michael Koch2004-09-091-14/+42
* File.java File (String,String): Fixed handling of empty path.Jeroen Frijters2004-08-301-6/+29
* File.java (toURI): Throw RuntimeException, not InternalError.Bryce McKinlay2004-07-271-2/+1
* Connection.java: Use GetPropertyAction for privileged getProperty calls.Bryce McKinlay2004-07-232-52/+21
* ObjectStreamField (ObjectStreamField): Don't unset 'toset' for final fields.Bryce McKinlay2004-07-231-1/+0
* BufferedWriter.java (BufferedWriter): Use existing lock of chained Writer whe...Bryce McKinlay2004-07-203-4/+4
* [multiple changes]Michael Koch2004-07-171-7/+21
* ObjectInputStream.java (readFields): Use long datatype when shifting byte val...Michael Koch2004-07-091-8/+8
* File.java (toURI): Merge from Classpath.Anthony Green2004-07-061-0/+24
* FilePermission.java (usingPerms): Removed.Mark Wielaard2004-06-271-24/+26
* ObjectOutputStream.java: Add DEBUG statements everywhere.Andrew Haley2004-06-213-30/+153
* [multiple changes]Michael Koch2004-06-012-7/+21
* SequenceInputStream.java: Rename enum to e because enum is a keyword in Java ...Michael Koch2004-05-311-7/+7
* * java/io/Writer.java (Writer(Object)): Check for null lock object.Mark Wielaard2004-05-161-2/+5
* BufferedReader.java (skip): Removed unused variable.Tom Tromey2004-05-051-5/+6
* URLStreamHandler.java (toExternalForm): Removed unused variables.Tom Tromey2004-05-031-1/+0
* BufferedWriter.java: Reordered variables to be at top of the class.Michael Koch2004-04-201-30/+30
* [multiple changes]Michael Koch2004-04-202-10/+22