aboutsummaryrefslogtreecommitdiff
path: root/libjava/java/io
AgeCommit message (Expand)AuthorFilesLines
2003-03-212003-03-21 Michael Koch <konqueror@gmx.de>Michael Koch1-1/+137
2003-03-202003-03-20 Michael Koch <konqueror@gmx.de>Michael Koch3-7/+37
2003-03-20DataOutputStream.java, [...]: Merged copyright statements with classpath for ...Michael Koch9-63/+317
2003-03-192003-03-19 Michael Koch <konqueror@gmx.de>Michael Koch2-1/+46
2003-03-18BufferedOutputStream.java, [...]: More merges from classpath.Michael Koch5-808/+790
2003-03-18BufferedReader.java, [...]: Merged from classpath.Michael Koch24-1239/+1245
2003-03-14ObjectInputStream.java (readObject): Cleaned up the class hierarchy loop.Jeroen Frijters3-110/+90
2003-03-09re PR libgcj/9934 (Bugs in natFileDescriptorPosix.cc:available())Tom Tromey1-2/+2
2003-03-02File.java (normalizePath): Remove trailing separator on Windows only if path ...Ranjit Mathew2-20/+154
2003-03-01File (getAbsolutePath): Prefix drive specifier on Windows for paths starting ...Ranjit Mathew2-7/+26
2003-03-01ObjectInputStream.java: Reindent.Mark Wielaard2-723/+703
2003-02-28Makefile.am (nat_source_files): Remove java/io/natObjectOutputStream.cc.Mark Wielaard5-643/+750
2003-02-24ClassLoader.java (defineClass(byte[],int,int)): Deprecate.Tom Tromey1-2/+2
2003-02-13InputStreamReader.java (getEncoding): Return null when closed.Mark Wielaard2-4/+10
2003-02-13BufferedOutputStream.java (write(int)): Only flush when next byte cannot be b...Mark Wielaard1-4/+4
2003-02-112003-02-11 Ranjit Mathew <rmathew@hotmail.com>Ranjit Mathew1-3/+16
2003-02-04PipedOutputStream.java (flush): Declare as throwing IOException.Tom Tromey3-7/+7
2003-01-24re PR java/9253 (on win32, java.io.File.listFiles("C:\\") returns pwd instead...Ranjit Mathew1-2/+4
2003-01-21natFileWin32.cc (isAbsolute): Check path length before looking at any charact...Vladimir Puskas2-8/+9
2003-01-20Makefile.am (core_java_source_files): Add VMObjectStreamClass.java.Mark Wielaard3-26/+74
2003-01-04FileDescriptor.java (position): New private field.Mark Wielaard2-21/+33
2003-01-04Merge with Classpath:Mark Wielaard1-43/+67
2003-01-04FileInputStream.java (finalize): Don't explicitly finalize FileDescriptor.Mark Wielaard1-3/+3
2003-01-02Makefile.in: Rebuilt.Tom Tromey2-2/+2
2002-12-02Bug compatibility, for PR libgcj/8738:Tom Tromey1-28/+5
2002-11-202002-11-20 Michael Koch <konqueror@gmx.de>Michael Koch2-1/+17
2002-11-10natFileDescriptorWin32.cc (read): Handle case where count is 0.Tom Tromey2-0/+9
2002-11-10Externalizable.java, [...]: New versions from Classpath.Tom Tromey5-3/+9
2002-11-03GNU Classpath merge.Mark Wielaard1-1/+3
2002-10-23natFileWin32.cc (attr): Use FindFirstFile( ) instead of GetFileAttributesEx( ...Ranjit Mathew1-3/+6
2002-10-01ObjectInputStream.java (resolveProxyClass): New method from Classpath.Tom Tromey1-1/+28
2002-08-29natFileDescriptorPosix.cc (setLength): Handle case where ftruncate is missing.Tom Tromey1-0/+4
2002-08-13RandomAccessFile.java (skipBytes): Return number of bytes skipped.Jesse Rosenstock1-1/+5
2002-07-26natFileDescriptorPosix.cc: Don't include sys/socket.h or fcntl.h.Tom Tromey1-2/+0
2002-07-24natFileDescriptorWin32.cc (setLength): New method.Tom Tromey5-3/+100
2002-07-24[multiple changes]Mark Wielaard1-1/+10
2002-07-16StreamTokenizer.java (pushBack): Update documentation.Mark Wielaard1-9/+9
2002-06-17* java/io/LineNumberInputStream.java: Merged with Classpath.Tom Tromey1-17/+189
2002-06-15BufferedOutputStream.java: Re-merged with Classpath.Tom Tromey20-720/+586
2002-06-12re PR libgcj/6652 (new java.io.File("").getCanonicalFile() throws exception)Tom Tromey1-1/+8
2002-06-06natFileDescriptorWin32.cc (open): Disable Win32 file locking, just like the S...Adam Megacz1-4/+1
2002-04-30re PR libgcj/6301 (gij -jar does not work)Tom Tromey1-2/+7
2002-04-29natFileDescriptorWin32.cc (open): Move file pointer to end of file in APPEND ...Adam King1-0/+7
2002-04-18File.java (normalizePath): Add Win32 support for auto conversion of a '/' pat...Adam King1-0/+5
2002-04-16natFileWin32.cc (performList): Return the correct array type.Adam King1-31/+24
2002-03-25Based on patch from Intel's ORP team:Bryce McKinlay1-7/+12
2002-03-25FileInputStream.java (skip): Call fd.getFilePointer() and calculate correct n...Bryce McKinlay1-1/+3
2002-03-25* java/io/PushbackReader.java: Reformat.Bryce McKinlay1-396/+336
2002-03-10Win32Process.java: Added comment.Tom Tromey1-1/+3
2002-03-10natFileDescriptorWin32.cc (read): Return -1 if zero bytes read and no failure...Adam Megacz1-0/+1