aboutsummaryrefslogtreecommitdiff
path: root/libjava/java/io
AgeCommit message (Expand)AuthorFilesLines
2004-09-09[multiple changes]Michael Koch1-14/+42
2004-08-30File.java File (String,String): Fixed handling of empty path.Jeroen Frijters1-6/+29
2004-07-27File.java (toURI): Throw RuntimeException, not InternalError.Bryce McKinlay1-2/+1
2004-07-23Connection.java: Use GetPropertyAction for privileged getProperty calls.Bryce McKinlay2-52/+21
2004-07-23ObjectStreamField (ObjectStreamField): Don't unset 'toset' for final fields.Bryce McKinlay1-1/+0
2004-07-20BufferedWriter.java (BufferedWriter): Use existing lock of chained Writer whe...Bryce McKinlay3-4/+4
2004-07-17[multiple changes]Michael Koch1-7/+21
2004-07-09ObjectInputStream.java (readFields): Use long datatype when shifting byte val...Michael Koch1-8/+8
2004-07-06File.java (toURI): Merge from Classpath.Anthony Green1-0/+24
2004-06-27FilePermission.java (usingPerms): Removed.Mark Wielaard1-24/+26
2004-06-21ObjectOutputStream.java: Add DEBUG statements everywhere.Andrew Haley3-30/+153
2004-06-01[multiple changes]Michael Koch2-7/+21
2004-05-31SequenceInputStream.java: Rename enum to e because enum is a keyword in Java ...Michael Koch1-7/+7
2004-05-16* java/io/Writer.java (Writer(Object)): Check for null lock object.Mark Wielaard1-2/+5
2004-05-05BufferedReader.java (skip): Removed unused variable.Tom Tromey1-5/+6
2004-05-03URLStreamHandler.java (toExternalForm): Removed unused variables.Tom Tromey1-1/+0
2004-04-20BufferedWriter.java: Reordered variables to be at top of the class.Michael Koch1-30/+30
2004-04-20[multiple changes]Michael Koch2-10/+22
2004-04-20BufferedWriter.java, [...]: Fixed javadocs all over, rename arguments to matc...Michael Koch21-169/+167
2004-04-20class.c (make_class_data): Add new field aux_info.Bryce McKinlay1-1/+1
2004-03-19BufferedReader.java: Use <=, not <&eq; to make gjdoc happy.Mark Wielaard1-1/+1
2004-03-19Reported by Stephen CrawleyMark Wielaard1-2/+2
2004-03-11BufferedInputStream.java (marktarget): New field for max mark limit.Guilhem Lavaux1-5/+23
2004-02-29FileDescriptor.java: Implement on top of FileChannel.Per Bothner7-1184/+106
2004-02-28ObjectInputStream.java: Compile fix, damn I commited the wrong code.Michael Koch1-0/+1
2004-02-282004-02-28 Guilhem Lavaux <guilhem@kaffe.org>Guilhem Lavaux3-173/+304
2004-02-15ObjectInputStream.java (readClassDescriptor): Avoid the overflow of fieldmapp...Ito Kazumitsu1-2/+14
2004-02-062004-02-06 Michael Koch <konqueror@gmx.de>Michael Koch1-1/+5
2004-02-06ObjectInputStream.java: Made all calls to dumpElement[ln] conditional on dump...Jeroen Frijters3-595/+458
2004-01-30BufferedReader.java (sbuf): New field.Mohan Embar2-25/+27
2004-01-232004-01-23 Michael Koch <konqueror@gmx.de>Michael Koch4-0/+91
2004-01-232004-01-23 Michael Koch <konqueror@gmx.de>Michael Koch1-28/+79
2004-01-232004-01-23 Michael Koch <konqueror@gmx.de>Michael Koch1-13/+44
2004-01-23FileDescriptor.java: Merged copyright with classpath to start merging this cl...Michael Koch1-20/+47
2004-01-092004-01-09 Michael Koch <konqueror@gmx.de>Michael Koch1-2/+0
2003-12-312003-12-31 Guilhem Lavaux <guilhem@kaffe.org>Guilhem Lavaux1-138/+238
2003-12-30ObjectInputStream.java, [...]: Reformated, no functional code changes.Michael Koch3-1126/+1144
2003-12-302003-12-30 Guilhem Lavaux <guilhem@kaffe.org>Guilhem Lavaux1-56/+64
2003-12-282003-12-28 Guilhem Lavaux <guilhem@kaffe.org>Guilhem Lavaux3-8/+29
2003-12-26BufferedReader.java (BufferedReader): Throw IllegalArgumentException when siz...Guilhem Lavaux1-3/+16
2003-12-262003-12-26 Guilhem Lavaux <guilhem@kaffe.org>Guilhem Lavaux1-6/+9
2003-12-232003-12-23 Guilhem Lavaux <guilhem@kaffe.org>Guilhem Lavaux3-45/+344
2003-12-20ObjectStreamField.java (isUnshared): Added documentation.Michael Koch1-0/+6
2003-12-16i2003-12-16 Guilhem Lavaux <guilhem@kaffe.org>Guilhem Lavaux2-36/+187
2003-12-16ObjectStreamField.java: A few methods were added in prevision of the upcoming...Guilhem Lavaux1-6/+159
2003-12-16ObjectInputStream.java (setBooleanField): Throw an InvalidClassException if t...Guilhem Lavaux1-17/+152
2003-12-08re PR libgcj/13176 (Revert PrintStream changes)Michael Koch1-53/+144
2003-12-04FilePermission.java: Import used classes explicitely.Michael Koch1-2/+1
2003-12-02configure.in: Added new MinGW-specific configure flag --with-win32-nlsapi.Mohan Embar2-36/+43
2003-11-16re PR libgcj/13062 (StreamTokenizer ignores commentChar)Tom Tromey1-4/+18