aboutsummaryrefslogtreecommitdiff
path: root/libjava/java/io
AgeCommit message (Expand)AuthorFilesLines
2003-11-08ByteArrayOutputStream.java (resize): Fix off-by-one error.Jeff Sturm1-1/+1
2003-11-07win32.h (_Jv_platform_close_on_exec): Changed signature and declared extern.Mohan Embar1-1/+7
2003-10-31re PR libgcj/6652 (new java.io.File("").getCanonicalFile() throws exception)Mohan Embar1-1/+6
2003-10-222003-10-22 Michael Koch <konqueror@gmx.de>Michael Koch1-5/+3
2003-10-13File.java: Reformated.Michael Koch1-93/+98
2003-10-11Externalizable.java, [...]: Removed redundant modifiers.Michael Koch9-68/+61
2003-09-26[multiple changes]Michael Koch1-138/+136
2003-09-25ObjectOutputStream.java: Allow putFields be called more than once.Ingo Proetel1-13/+19
2003-09-18Reported by Guilhem Lavaux and Julian DolbyMark Wielaard1-1/+1
2003-09-18LineNumberReader (read): Don't reset pos & limit when markPos is 0.David P Grove1-1/+1
2003-09-12URLStreamHandler.java (parseURL): If original file ends with "/", so must can...Tom Tromey1-2/+3
2003-09-11natFilePosix.cc (getCanonicalPath): Handle case where file does not exist.Tom Tromey1-1/+63
2003-08-29win32.cc: fixed tab...Mohan Embar2-143/+116
2003-08-19re PR libgcj/11575 ([win32] Problem with RandomAccessFile)Danny Smith1-8/+13
2003-08-10re PR libgcj/11778 (System.out PrintStream does too much buffering)Bryce McKinlay1-17/+24
2003-08-08[multiple changes]Andrew Haley1-1/+1
2003-08-06FilePermission.java (equals): Use correct index for last character of path.Tom Tromey1-3/+5
2003-08-01More for PR libgcj/11737:Tom Tromey2-23/+42
2003-08-01re PR libgcj/11737 (java.io.ObjectOutputStream.writeObject does not work with...Tom Tromey1-13/+41
2003-07-26natFileDescriptorPosix.cc (write): Try again on EINTR.Tom Tromey1-23/+37
2003-07-13FileChannelImpl.java, [...]: Removed.Michael Koch3-3/+3
2003-07-09ObjectOutputStream.java (writeObject): break after calling writeClassDescript...Mark Wielaard1-1/+4
2003-06-282003-06-28 Michael Koch <konqueror@gmx.de>Michael Koch1-55/+18
2003-06-272003-06-27 Michael Koch <konqueror@gmx.de>Michael Koch1-3/+1
2003-06-252003-06-25 Michael Koch <konqueror@gmx.de>Michael Koch2-78/+87
2003-06-242003-06-24 Michael Koch <konqueror@gmx.de>Michael Koch1-26/+11
2003-06-212003-06-21 Michael Koch <konqueror@gmx.de>Michael Koch1-20/+28
2003-06-202003-06-20 Michael Koch <konqueror@gmx.de>Michael Koch1-6/+18
2003-06-14BufferedReader.java, [...]: New versions from classpath.Michael Koch2-1/+5
2003-06-12ClassLoader.java (loadClass): Not deprecated.Tom Tromey1-23/+9
2003-06-10PrintStream.java: Merged version from classpath.Michael Koch1-144/+85
2003-06-07re PR libgcj/8738 (java.io.CharArrayWriter's write methods erroneously throw ...Mark Wielaard2-4/+11
2003-06-05posix.h (O_SYNC): Define if not available and a reasonable...Loren J. Rittle1-2/+0
2003-05-272003-05-27 Michael Koch <konqueror@gmx.de>Michael Koch1-12/+38
2003-05-25PushbackInputStream.java, [...]: Merged new versions from classpath.Michael Koch1-3/+3
2003-05-23re PR libgcj/10838 (GCC 3.3 [libjava]: java.io.ObjectInputStream syntax error)Jeff Sturm1-1/+1
2003-05-202003-05-20 Michael Koch <konqueror@gmx.de>Michael Koch2-6/+12
2003-05-20DataInputStream.java: Reformatted, Replaced < and & with html entitites in do...Michael Koch3-147/+158
2003-05-162003-05-16 Michael Koch <konqueror@gmx.de>Michael Koch1-0/+2
2003-05-132003-05-13 Michael Koch <konqueror@gmx.de>Michael Koch5-20/+35
2003-05-092003-05-09 Michael Koch <konqueror@gmx.de>Michael Koch3-26/+110
2003-05-062003-05-06 Michael Koch <konqueror@gmx.de>Michael Koch5-98/+264
2003-05-05DataInputStream.java: Reordered methods to match libgcj.Michael Koch1-49/+66
2003-04-20BufferedReader.java, [...]: Imports from Classpath.Tom Tromey4-19/+20
2003-04-19File.java (getAbsolutePath): On Windows, take care of paths like "C:", "G:foo...Ranjit Mathew2-10/+102
2003-04-072003-04-07 Aaron M. Renn (arenn@urbanophile.com)Aaron M. Renn9-73/+241
2003-04-062003-04-06 Michael Koch <konqueror@gmx.de>Michael Koch1-4/+11
2003-03-312003-03-31 Michael Koch <konqueror@gmx.de>Michael Koch3-61/+1100
2003-03-28File.java: Import needed classes instead of whole packages...Michael Koch3-64/+94
2003-03-282003-03-28 Michael Koch <konqueror@gmx.de>Michael Koch2-28/+14