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/FileInputStream. ...


CVSROOT:	/cvs/gcc
Module name:	gcc
Changes by:	mkoch at gcc dot gnu dot org	2003-03-25 13:06:52

Modified files:
	libjava        : ChangeLog 
	libjava/java/io: FileInputStream.java FileOutputStream.java 

Log message:
	2003-03-25  Michael Koch  <konqueror at gmx dot de>
	
	* java/io/FileInputStream.java
	(read): Renamed b to buf and off to offset.
	* java/io/FileOutputStream.java
	(ch): Documentation added.
	(FileOutputStream): Documentation added.
	(getFD): Documentation added.
	(write): Documentation added.
	(close): Documentation added.
	(getChannel): Documentation added.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libjava/ChangeLog.diff?cvsroot=gcc&r1=1.1815&r2=1.1816
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libjava/java/io/FileInputStream.java.diff?cvsroot=gcc&r1=1.14&r2=1.15
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libjava/java/io/FileOutputStream.java.diff?cvsroot=gcc&r1=1.10&r2=1.11


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