aboutsummaryrefslogtreecommitdiff
path: root/libjava/java/io
AgeCommit message (Expand)AuthorFilesLines
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
2002-03-06natFileDescriptorEcos.cc (init): Don't use GetStdHandle.Tom Tromey2-10/+10
2002-03-06FileDescriptor.java: Initialize in/out/err in init().Adam Megacz4-4/+37
2002-02-12natFilePosix.cc: Copied this from natFile.cc.Adam Megacz1-0/+0
2002-02-12natFileWin32.cc, [...]: Added #undef STRICT to make windows.h and java/lang/r...Adam Megacz2-0/+2
2002-02-12natFileWin32.cc: Created a placeholder class with lots of FIXMEs.Adam Megacz1-63/+48
2002-02-08natFile.cc (_access): Use __builtin_alloca.Tom Tromey1-12/+13
2002-02-07natThrowable.cc: Updated copyright.Tom Tromey2-2/+2
2002-02-07natFile.cc (_access): Don't stack-allocate buffer.Tom Tromey1-23/+19
2002-02-07embedded updatesAnthony Green1-3/+5
2002-02-02* java/io/natFile.cc: Removed old "FIXME" comments.Tom Tromey1-13/+1
2002-01-22Add license clarification.Mark Wielaard63-315/+1008
2001-12-21ObjectInputStream.java (enableResolveObject): Use correct security check.Tom Tromey2-5/+11
2001-12-16DataOutputStream (write (byte[], int, int)): Update "written" correctly.Bryce McKinlay1-1/+1
2001-12-09Makefile.in: Rebuilt.Tom Tromey2-16/+20
2001-10-31HACKING, [...]: Fix spelling errors.Joseph Myers7-7/+7
2001-10-23* java/io/BufferedWriter.java (localFlush): Don't synchronize.Tom Tromey1-5/+3
2001-10-23BufferedWriter (write (String, int, int)): Remove redundant bounds checks.Bryce McKinlay1-6/+0
2001-10-18BufferedWriter.java (write(String,int,int)): Correctly check bounds.Tom Tromey1-2/+2
2001-10-08re PR libgcj/4481 (java.io.File.getParent not working properly)Tom Tromey1-2/+5
2001-10-08* java/io/BufferedInputStream.java: Merge with ClasspathMark Wielaard1-16/+197
2001-10-04SequenceInputStream.java: Merge with ClasspathMark Wielaard2-25/+218
2001-10-01FileWriter.java: Merge with Classpath.Mark Wielaard6-299/+1045
2001-09-30DataInput.java: Merge with Classpath.Mark Wielaard4-83/+734
2001-09-27Configuration.java.in (INIT_LOAD_LIBRARY): New constant.Tom Tromey1-1/+1