summaryrefslogtreecommitdiff
path: root/libjava/java/io
AgeCommit message (Expand)Author
2004-07-27File.java (toURI): Throw RuntimeException, not InternalError.Bryce McKinlay
2004-07-23Connection.java: Use GetPropertyAction for privileged getProperty calls.Bryce McKinlay
2004-07-23ObjectStreamField (ObjectStreamField): Don't unset 'toset' for final fields.Bryce McKinlay
2004-07-20BufferedWriter.java (BufferedWriter): Use existing lock of chained Writer whe...Bryce McKinlay
2004-07-17[multiple changes]Michael Koch
2004-07-09ObjectInputStream.java (readFields): Use long datatype when shifting byte val...Michael Koch
2004-07-06File.java (toURI): Merge from Classpath.Anthony Green
2004-06-27FilePermission.java (usingPerms): Removed.Mark Wielaard
2004-06-21ObjectOutputStream.java: Add DEBUG statements everywhere.Andrew Haley
2004-06-01[multiple changes]Michael Koch
2004-05-31SequenceInputStream.java: Rename enum to e because enum is a keyword in Java ...Michael Koch
2004-05-16* java/io/Writer.java (Writer(Object)): Check for null lock object.Mark Wielaard
2004-05-05BufferedReader.java (skip): Removed unused variable.Tom Tromey
2004-05-03URLStreamHandler.java (toExternalForm): Removed unused variables.Tom Tromey
2004-04-20BufferedWriter.java: Reordered variables to be at top of the class.Michael Koch
2004-04-20[multiple changes]Michael Koch
2004-04-20BufferedWriter.java, [...]: Fixed javadocs all over, rename arguments to matc...Michael Koch
2004-04-20class.c (make_class_data): Add new field aux_info.Bryce McKinlay
2004-03-19BufferedReader.java: Use <=, not <&eq; to make gjdoc happy.Mark Wielaard
2004-03-19Reported by Stephen CrawleyMark Wielaard
2004-03-11BufferedInputStream.java (marktarget): New field for max mark limit.Guilhem Lavaux
2004-02-29FileDescriptor.java: Implement on top of FileChannel.Per Bothner
2004-02-28ObjectInputStream.java: Compile fix, damn I commited the wrong code.Michael Koch
2004-02-282004-02-28 Guilhem Lavaux <guilhem@kaffe.org>Guilhem Lavaux
2004-02-15ObjectInputStream.java (readClassDescriptor): Avoid the overflow of fieldmapp...Ito Kazumitsu
2004-02-062004-02-06 Michael Koch <konqueror@gmx.de>Michael Koch
2004-02-06ObjectInputStream.java: Made all calls to dumpElement[ln] conditional on dump...Jeroen Frijters
2004-01-30BufferedReader.java (sbuf): New field.Mohan Embar
2004-01-232004-01-23 Michael Koch <konqueror@gmx.de>Michael Koch
2004-01-232004-01-23 Michael Koch <konqueror@gmx.de>Michael Koch
2004-01-232004-01-23 Michael Koch <konqueror@gmx.de>Michael Koch
2004-01-23FileDescriptor.java: Merged copyright with classpath to start merging this cl...Michael Koch
2004-01-092004-01-09 Michael Koch <konqueror@gmx.de>Michael Koch
2003-12-312003-12-31 Guilhem Lavaux <guilhem@kaffe.org>Guilhem Lavaux
2003-12-30ObjectInputStream.java, [...]: Reformated, no functional code changes.Michael Koch
2003-12-302003-12-30 Guilhem Lavaux <guilhem@kaffe.org>Guilhem Lavaux
2003-12-282003-12-28 Guilhem Lavaux <guilhem@kaffe.org>Guilhem Lavaux
2003-12-26BufferedReader.java (BufferedReader): Throw IllegalArgumentException when siz...Guilhem Lavaux
2003-12-262003-12-26 Guilhem Lavaux <guilhem@kaffe.org>Guilhem Lavaux
2003-12-232003-12-23 Guilhem Lavaux <guilhem@kaffe.org>Guilhem Lavaux
2003-12-20ObjectStreamField.java (isUnshared): Added documentation.Michael Koch
2003-12-16i2003-12-16 Guilhem Lavaux <guilhem@kaffe.org>Guilhem Lavaux
2003-12-16ObjectStreamField.java: A few methods were added in prevision of the upcoming...Guilhem Lavaux
2003-12-16ObjectInputStream.java (setBooleanField): Throw an InvalidClassException if t...Guilhem Lavaux
2003-12-08re PR libgcj/13176 (Revert PrintStream changes)Michael Koch
2003-12-04FilePermission.java: Import used classes explicitely.Michael Koch
2003-12-02configure.in: Added new MinGW-specific configure flag --with-win32-nlsapi.Mohan Embar
2003-11-16re PR libgcj/13062 (StreamTokenizer ignores commentChar)Tom Tromey
2003-11-08ByteArrayOutputStream.java (resize): Fix off-by-one error.Jeff Sturm
2003-11-07win32.h (_Jv_platform_close_on_exec): Changed signature and declared extern.Mohan Embar