aboutsummaryrefslogtreecommitdiff
path: root/libjava/java/util/Vector.java
AgeCommit message (Expand)AuthorFilesLines
2002-04-07ArrayList.java (addAll(int,Collection)): System.arraycopy all of the remainin...Mark Wielaard1-3/+15
2002-01-22Add license clarification.Mark Wielaard1-5/+16
2001-12-15Collections drop from Classpath:Bryce McKinlay1-349/+475
2001-10-31HACKING, [...]: Fix spelling errors.Joseph Myers1-7/+7
2000-12-02Vector.java (insertElementAt): Unconditionally increment elementCount.Tom Tromey1-2/+7
2000-11-27Vector.java (ensureCapacity): Don't increment modCount.Bryce McKinlay1-2/+1
2000-11-23Vector.java: Improve exception messages.Bryce McKinlay1-18/+23
2000-11-22Makefile.in: Rebuilt.Bryce McKinlay1-330/+624
2000-09-08PropertyChangeEvent.java (serialVersionUID): Added.Warren Levy1-0/+2
2000-07-20* java/util/Vector.java (remove(Object)): Implemented.Tom Tromey1-4/+15
2000-04-11Vector.java (VectorEnumeration): Now `final'.Tom Tromey1-2/+2
2000-04-09natObject.cc (_Jv_MonitorEnter): Only perform null check when we have to.Anthony Green1-1/+1
2000-03-07All files: Updated copyright information.Tom Tromey1-1/+1
2000-01-19* All files: Updated copyright to reflect Cygnus purchase.Tom Tromey1-1/+1
1999-04-07Initial revisionTom Tromey1-0/+450