diff options
Diffstat (limited to 'libjava/ChangeLog')
-rw-r--r-- | libjava/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/libjava/ChangeLog b/libjava/ChangeLog index 78f09cb..97dc76f 100644 --- a/libjava/ChangeLog +++ b/libjava/ChangeLog @@ -1,3 +1,14 @@ +200303-28 Michael Koch <konqueror@gmx.de> + + * java/io/FileOutputStream.java: + Merged class documentation and authors with classpath. + (FileOutputStream): Partly merged with classpath. + (write): Merged with classpath. + (getChannel): Make it synchronized instead of explicit block in this + method. + * java/io/RandomAccessFile.java: + Merged class documentation and authors with classpath. + 2003-03-26 Tom Tromey <tromey@redhat.com> * java/lang/natRuntime.cc (insertSystemProperties): Set |