Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2003-10-26 | * java/util/TreeMap.java: Doc fixes. HashMap -> TreeMap. | Bryce McKinlay | 1 | -4/+4 |
2003-01-03 | TreeMap.java (fabricateTree): Fix off-by-one error. | Eric Blake | 1 | -3/+3 |
2002-06-18 | javaprims.h: Updated class declaration list. | Tom Tromey | 1 | -4/+6 |
2002-01-22 | Add license clarification. | Mark Wielaard | 1 | -5/+16 |
2001-12-15 | Collections drop from Classpath: | Bryce McKinlay | 1 | -1020/+1329 |
2001-03-06 | TreeSet.java (writeObject): Use a for-loop instead of Iterator.hasNext(). | Bryce McKinlay | 1 | -7/+3 |
2001-02-16 | TreeMap.java (nil): Made non-final. | Bryce McKinlay | 1 | -2/+4 |
2001-02-16 | TreeSet.java (clone): Made subclass safe, use super.clone(), not new. | Bryce McKinlay | 1 | -3/+12 |
2001-02-14 | natClass.cc (getSignature): Don't try to dereference param_types if it is null. | Bryce McKinlay | 1 | -14/+11 |
2001-02-14 | re PR libgcj/1758 (java.util package lacks TreeMap) | Bryce McKinlay | 1 | -0/+1450 |