gcc/libjava/java
Mark Wielaard 236fc6a041 ArrayList.java (addAll(int,Collection)): System.arraycopy all of the remaining elements.
* 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.

From-SVN: r51979
2002-04-07 07:40:49 +00:00
..
applet
awt Component.java (processEvent): Check ComponentEvent after KeyEvent. 2002-03-25 06:45:23 +00:00
beans [multiple changes] 2002-03-24 21:32:14 +00:00
io Based on patch from Intel's ORP team: 2002-03-25 02:28:22 +00:00
lang Modifier.java (toString(int,StringBuffer)): Fix ordering. 2002-04-04 08:32:28 +00:00
math
net natPlainDatagramSocketImpl.cc (close): New function. 2002-03-29 17:07:59 +00:00
rmi
security
sql
text
util ArrayList.java (addAll(int,Collection)): System.arraycopy all of the remaining elements. 2002-04-07 07:40:49 +00:00