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/util/ArrayList.java ...


CVSROOT:	/cvs/gcc
Module name:	gcc
Branch: 	gcc-3_1-branch
Changes by:	mark@gcc.gnu.org	2002-04-06 23:42:30

Modified files:
	libjava        : ChangeLog 
	libjava/java/util: ArrayList.java Vector.java 

Log message:
	* java/util/ArrayList.java (addAll(int,Collection)): System.arraycopy
	all of the remaining elements.
	* java/util/Vector.java (addAll(int,Collection)): Likewise.
	(removeRange): If toIndex == fromIndex do
	nothing, if toIndex < fromIndex throw IndexOutIfBoundsException.
	(removeAll): Always throw NullPointerException when collection is
	null.
	(retrainAll): Likewise.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libjava/ChangeLog.diff?cvsroot=gcc&only_with_tag=gcc-3_1-branch&r1=1.1197.2.80&r2=1.1197.2.81
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libjava/java/util/ArrayList.java.diff?cvsroot=gcc&only_with_tag=gcc-3_1-branch&r1=1.9.2.1&r2=1.9.2.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libjava/java/util/Vector.java.diff?cvsroot=gcc&only_with_tag=gcc-3_1-branch&r1=1.14&r2=1.14.2.1


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