aboutsummaryrefslogtreecommitdiff
path: root/libjava/java/io/FileInputStream.java
AgeCommit message (Expand)AuthorFilesLines
2007-01-09Merged gcj-eclipse branch to trunk.Tom Tromey1-0/+309
2006-05-13sources.am, [...]: Rebuilt.Tom Tromey1-309/+0
2005-06-30Update FSF addressKelley Cook1-2/+2
2005-04-292005-04-29 Dalibor Topic <robilad@kaffe.org>Dalibor Topic1-3/+5
2005-04-23FileInputStream.java (FileInputStream(File)), java/io/FileOutputStream.java (...Jeroen Frijters1-3/+0
2005-02-17GThreadNativeMethodRunner.java, [...]: Fixed usage of @author tag...Michael Koch1-3/+3
2004-11-16BufferedReader.java, [...]: Fixed javadocs all over.Michael Koch1-1/+1
2004-10-092004-10-09 Michael Koch <konqueror@gmx.de>Michael Koch1-1/+2
2004-02-29FileDescriptor.java: Implement on top of FileChannel.Per Bothner1-18/+23
2003-12-262003-12-26 Guilhem Lavaux <guilhem@kaffe.org>Guilhem Lavaux1-6/+9
2003-07-13FileChannelImpl.java, [...]: Removed.Michael Koch1-1/+1
2003-05-062003-05-06 Michael Koch <konqueror@gmx.de>Michael Koch1-4/+5
2003-04-062003-04-06 Michael Koch <konqueror@gmx.de>Michael Koch1-4/+11
2003-03-252003-03-25 Michael Koch <konqueror@gmx.de>Michael Koch1-6/+7
2003-03-242003-03-24 Michael Koch <konqueror@gmx.de>Michael Koch1-7/+4
2003-03-24DataInputStream.java (): Wrapped documentation line.Michael Koch1-7/+166
2003-03-23BufferedOutputStream.java: Reformated.Michael Koch1-1/+1
2003-03-202003-03-20 Michael Koch <konqueror@gmx.de>Michael Koch1-1/+8
2003-03-20DataOutputStream.java, [...]: Merged copyright statements with classpath for ...Michael Koch1-6/+31
2003-01-04FileInputStream.java (finalize): Don't explicitly finalize FileDescriptor.Mark Wielaard1-3/+3
2002-11-202002-11-20 Michael Koch <konqueror@gmx.de>Michael Koch1-1/+10
2002-03-25FileInputStream.java (skip): Call fd.getFilePointer() and calculate correct n...Bryce McKinlay1-1/+3
2001-08-02RandomAccessFile.java (seek): Let seek go past end of file.Tom Tromey1-2/+2
2000-12-08FileInputStream.java (close): Check if the fd is valid.Warren Levy1-5/+2
2000-03-07All files: Updated copyright information.Tom Tromey1-1/+1
2000-01-19* All files: Updated copyright to reflect Cygnus purchase.Tom Tromey1-1/+1
1999-06-10FileDescriptor.java (FileDescriptor(String, int)): Throw FileNotFoundExceptio...Warren Levy1-2/+2
1999-04-07Initial revisionTom Tromey1-0/+96