/[classpath]/classpath/ChangeLog
ViewVC logotype

Diff of /classpath/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.493 by mark, Sat Apr 6 08:27:01 2002 UTC revision 1.494 by mark, Sun Apr 7 07:39:13 2002 UTC
# Line 1  Line 1 
1    2002-04-06  Mark Wielaard <mark@klomp.org>
2    
3            * java/util/ArrayList.java (addAll(int,Collection)): System.arraycopy
4            all of the remaining elements.
5            * java/util/Vector.java (addAll(int,Collection)): Likewise.
6            (removeRange): If toIndex == fromIndex do
7            nothing, if toIndex < fromIndex throw IndexOutIfBoundsException.
8            (removeAll): Always throw NullPointerException when collection is
9            null.
10            (retrainAll): Likewise.
11    
12  2002-04-05  Mark Wielaard <mark@klomp.org>  2002-04-05  Mark Wielaard <mark@klomp.org>
13    
14          * java/util/ArrayList.jva (removeRange): If toIndex == fromIndex do          * java/util/ArrayList.jva (removeRange): If toIndex == fromIndex do

Legend:
Removed from v.1.493  
changed lines
  Added in v.1.494

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26