This is the mail archive of the gcc-cvs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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:
	2003­03-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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]