This is the mail archive of the
gcc-cvs@gcc.gnu.org
mailing list for the GCC project.
gcc/libjava ChangeLog java/io/FileOutputStream ...
- From: mkoch at gcc dot gnu dot org
- To: gcc-cvs at gcc dot gnu dot org, java-cvs at gcc dot gnu dot org
- Date: 28 Mar 2003 08:59:41 -0000
- Subject: gcc/libjava ChangeLog java/io/FileOutputStream ...
CVSROOT: /cvs/gcc
Module name: gcc
Changes by: mkoch at gcc dot gnu dot org 2003-03-28 08:59:41
Modified files:
libjava : ChangeLog
libjava/java/io: FileOutputStream.java RandomAccessFile.java
Log message:
200303-28 Michael Koch <konqueror at gmx dot 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.
Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libjava/ChangeLog.diff?cvsroot=gcc&r1=1.1817&r2=1.1818
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libjava/java/io/FileOutputStream.java.diff?cvsroot=gcc&r1=1.11&r2=1.12
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libjava/java/io/RandomAccessFile.java.diff?cvsroot=gcc&r1=1.11&r2=1.12