summaryrefslogtreecommitdiff
path: root/libjava/java/util/TreeSet.java
AgeCommit message (Expand)Author
2005-07-16Major merge with Classpath.Tom Tromey
2005-06-30Update FSF addressKelley Cook
2005-02-17GThreadNativeMethodRunner.java, [...]: Fixed usage of @author tag...Michael Koch
2004-04-23[multiple changes]Dalibor Topic
2002-01-22Add license clarification.Mark Wielaard
2001-12-15Collections drop from Classpath:Bryce McKinlay
2001-03-06TreeSet.java (writeObject): Use a for-loop instead of Iterator.hasNext().Bryce McKinlay
2001-02-16TreeSet.java (clone): Made subclass safe, use super.clone(), not new.Bryce McKinlay
2001-02-15TreeSet.java (clone): Call TreeMap.clone(), not Object.clone().Bryce McKinlay
2001-02-14re PR libgcj/1758 (java.util package lacks TreeMap)Bryce McKinlay