summaryrefslogtreecommitdiff
path: root/libjava/java/io
Commit message (Expand)AuthorAgeFilesLines
* 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
* BufferedWriter.java, [...]: Fixed javadocs all over, rename arguments to matc...Michael Koch2004-04-2021-169/+167
* class.c (make_class_data): Add new field aux_info.Bryce McKinlay2004-04-201-1/+1
* BufferedReader.java: Use <=, not <&eq; to make gjdoc happy.Mark Wielaard2004-03-191-1/+1
* Reported by Stephen CrawleyMark Wielaard2004-03-191-2/+2
* BufferedInputStream.java (marktarget): New field for max mark limit.Guilhem Lavaux2004-03-111-5/+23
* FileDescriptor.java: Implement on top of FileChannel.Per Bothner2004-02-297-1184/+106
* ObjectInputStream.java: Compile fix, damn I commited the wrong code.Michael Koch2004-02-281-0/+1
* 2004-02-28 Guilhem Lavaux <guilhem@kaffe.org>Guilhem Lavaux2004-02-283-173/+304
* ObjectInputStream.java (readClassDescriptor): Avoid the overflow of fieldmapp...Ito Kazumitsu2004-02-151-2/+14
* 2004-02-06 Michael Koch <konqueror@gmx.de>Michael Koch2004-02-061-1/+5
* ObjectInputStream.java: Made all calls to dumpElement[ln] conditional on dump...Jeroen Frijters2004-02-063-595/+458
* BufferedReader.java (sbuf): New field.Mohan Embar2004-01-302-25/+27
* 2004-01-23 Michael Koch <konqueror@gmx.de>Michael Koch2004-01-234-0/+91
* 2004-01-23 Michael Koch <konqueror@gmx.de>Michael Koch2004-01-231-28/+79
* 2004-01-23 Michael Koch <konqueror@gmx.de>Michael Koch2004-01-231-13/+44
* FileDescriptor.java: Merged copyright with classpath to start merging this cl...Michael Koch2004-01-231-20/+47
* 2004-01-09 Michael Koch <konqueror@gmx.de>Michael Koch2004-01-091-2/+0
* 2003-12-31 Guilhem Lavaux <guilhem@kaffe.org>Guilhem Lavaux2003-12-311-138/+238
* ObjectInputStream.java, [...]: Reformated, no functional code changes.Michael Koch2003-12-303-1126/+1144
* 2003-12-30 Guilhem Lavaux <guilhem@kaffe.org>Guilhem Lavaux2003-12-301-56/+64
* 2003-12-28 Guilhem Lavaux <guilhem@kaffe.org>Guilhem Lavaux2003-12-283-8/+29
* BufferedReader.java (BufferedReader): Throw IllegalArgumentException when siz...Guilhem Lavaux2003-12-261-3/+16
* 2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>Guilhem Lavaux2003-12-261-6/+9
* 2003-12-23 Guilhem Lavaux <guilhem@kaffe.org>Guilhem Lavaux2003-12-233-45/+344
* ObjectStreamField.java (isUnshared): Added documentation.Michael Koch2003-12-201-0/+6
* i2003-12-16 Guilhem Lavaux <guilhem@kaffe.org>Guilhem Lavaux2003-12-162-36/+187
* ObjectStreamField.java: A few methods were added in prevision of the upcoming...Guilhem Lavaux2003-12-161-6/+159
* ObjectInputStream.java (setBooleanField): Throw an InvalidClassException if t...Guilhem Lavaux2003-12-161-17/+152
* re PR libgcj/13176 (Revert PrintStream changes)Michael Koch2003-12-081-53/+144
* FilePermission.java: Import used classes explicitely.Michael Koch2003-12-041-2/+1
* configure.in: Added new MinGW-specific configure flag --with-win32-nlsapi.Mohan Embar2003-12-022-36/+43
* re PR libgcj/13062 (StreamTokenizer ignores commentChar)Tom Tromey2003-11-161-4/+18
* ByteArrayOutputStream.java (resize): Fix off-by-one error.Jeff Sturm2003-11-081-1/+1
* win32.h (_Jv_platform_close_on_exec): Changed signature and declared extern.Mohan Embar2003-11-071-1/+7
* re PR libgcj/6652 (new java.io.File("").getCanonicalFile() throws exception)Mohan Embar2003-10-311-1/+6
* 2003-10-22 Michael Koch <konqueror@gmx.de>Michael Koch2003-10-221-5/+3
* File.java: Reformated.Michael Koch2003-10-131-93/+98
* Externalizable.java, [...]: Removed redundant modifiers.Michael Koch2003-10-119-68/+61
* [multiple changes]Michael Koch2003-09-261-138/+136
* ObjectOutputStream.java: Allow putFields be called more than once.Ingo Proetel2003-09-251-13/+19
* Reported by Guilhem Lavaux and Julian DolbyMark Wielaard2003-09-181-1/+1
* LineNumberReader (read): Don't reset pos & limit when markPos is 0.David P Grove2003-09-181-1/+1
* URLStreamHandler.java (parseURL): If original file ends with "/", so must can...Tom Tromey2003-09-121-2/+3
* natFilePosix.cc (getCanonicalPath): Handle case where file does not exist.Tom Tromey2003-09-111-1/+63
* win32.cc: fixed tab...Mohan Embar2003-08-292-143/+116
* re PR libgcj/11575 ([win32] Problem with RandomAccessFile)Danny Smith2003-08-191-8/+13
* re PR libgcj/11778 (System.out PrintStream does too much buffering)Bryce McKinlay2003-08-101-17/+24
* [multiple changes]Andrew Haley2003-08-081-1/+1