Age | Commit message (Expand) | Author | Files | Lines |
2001-02-22 | re PR java/2040 (java.util.Hashtable(int,float) is stricter than sun's version) | Bryce McKinlay | 2 | -20/+15 |
2001-02-17 | * java/util/TimerTask.java: New version from Classpath. | Mark Wielaard | 1 | -64/+67 |
2001-02-16 | HashSet.java (clone): Made subclass safe, use super.clone(), not new. | Bryce McKinlay | 1 | -3/+10 |
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 | 2 | -6/+22 |
2001-02-15 | AbstractSequentialList.java: Synchronize with Classpath. | Bryce McKinlay | 8 | -126/+576 |
2001-02-15 | * java/util/HashSet.java (clone): Remove try/catch. | Bryce McKinlay | 1 | -10/+3 |
2001-02-15 | TreeSet.java (clone): Call TreeMap.clone(), not Object.clone(). | Bryce McKinlay | 2 | -19/+14 |
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 | 5 | -16/+1756 |
2001-02-09 | * java/util/Timer.java: New version from Classpath. | Tom Tromey | 1 | -429/+492 |
2001-02-07 | re PR java/1895 (Libjava: Arrays.sort doesn't work) | Bryce McKinlay | 1 | -88/+53 |
2001-01-09 | re PR libgcj/1411 (natTimeZone.cc should be removed) | Warren Levy | 3 | -120/+52 |
2000-12-28 | re PR libgcj/1358 (java.util.Date.toString() doesn't seem to behave properly.) | Warren Levy | 4 | -15/+14 |
2000-12-21 | * java/util/zip/Deflater.java (update, init): Now private. | Tom Tromey | 1 | -2/+2 |
2000-12-21 | BasicMapEntry.java: Re-added. | Bryce McKinlay | 3 | -85/+136 |
2000-12-19 | GregorianCalendar.java (GregorianCalendar): Constructors need to set timezone... | Warren Levy | 1 | -3/+3 |
2000-12-18 | natInflater.cc (inflate): Treat Z_BUF_ERROR as end-of-stream if avail_in is 0. | Bryce McKinlay | 1 | -5/+10 |
2000-12-17 | ArrayList.java (data): Declare transient. | Bryce McKinlay | 1 | -14/+6 |
2000-12-17 | Hashtable.java (put): Remove `last' variable. | Jeff Sturm | 2 | -22/+14 |
2000-12-15 | ResourceBundle.java (trySomeGetBundle): Pass class loader to Class.forName. | Tom Tromey | 1 | -1/+3 |
2000-12-15 | * java/util/ResourceBundle.java | Tom Tromey | 1 | -8/+17 |
2000-12-11 | * java/util/Hashtable.java (Enumerator.nextElement): Initialize `e'. | Bryce McKinlay | 1 | -7/+7 |
2000-12-11 | Makefile.am: Add HashSet.java and java/lang/ref classes. | Bryce McKinlay | 10 | -1969/+2318 |
2000-12-06 | * java/util/BitSet.java: Updated copyright notice. | Tom Tromey | 1 | -4/+21 |
2000-12-06 | Collator.java (decomposeCharacter, [...]): Now package-private, not protected. | Tom Tromey | 2 | -2/+2 |
2000-12-04 | TimeZone.java (getAvailableIDs): Activated commented out code dependent on co... | Warren Levy | 1 | -10/+0 |
2000-12-04 | FilePermission.java: Made class final per spec. | Warren Levy | 1 | -1/+1 |
2000-12-02 | Vector.java (insertElementAt): Unconditionally increment elementCount. | Tom Tromey | 1 | -2/+7 |
2000-12-02 | From Adam Welc <welc@cs.purdue.edu>: | Bryce McKinlay | 1 | -1/+11 |
2000-11-29 | Check this.len, not len, when determining if there is no more input data. | Bryce McKinlay | 1 | -1/+1 |
2000-11-29 | InflaterInputStream (read): Don't return -1 unless the infate() call didn't d... | Bryce McKinlay | 1 | -7/+10 |
2000-11-28 | Makefile.am: Added natTimeZone.cc. | Warren Levy | 2 | -114/+1098 |
2000-11-27 | Vector.java (ensureCapacity): Don't increment modCount. | Bryce McKinlay | 3 | -39/+38 |
2000-11-23 | Vector.java: Improve exception messages. | Bryce McKinlay | 1 | -18/+23 |
2000-11-22 | Makefile.in: Rebuilt. | Bryce McKinlay | 5 | -383/+2786 |
2000-11-18 | natString.cc: Include Locale.h. | Tom Tromey | 1 | -60/+73 |
2000-11-18 | backport: *.java: Reformat all to unofficial standard coding style. | Mark Wielaard | 7 | -1323/+1455 |
2000-11-17 | * java/util/zip/*.java: Javadoc and copyright updates. | Mark Wielaard | 18 | -195/+666 |
2000-11-17 | CollationKey.java: Implement Comparable. | Tom Tromey | 2 | -7/+35 |
2000-11-17 | PushbackReader.java: Merged with Classpath. | Tom Tromey | 1 | -719/+1106 |
2000-11-03 | AbstractList.java (SubList): Make it a top-level private class. | Bryce McKinlay | 2 | -219/+233 |
2000-11-02 | AbstractList.java (remove): Comment out modCount increment to work around com... | Bryce McKinlay | 1 | -2/+4 |
2000-11-02 | AbstractList.java: Throw messages with IndexOutOfBoundsExceptions. | Bryce McKinlay | 4 | -452/+631 |
2000-10-30 | BitSet.java: Updated @specnote. | Bryce McKinlay | 1 | -11/+6 |
2000-10-29 | AbstractCollection.java (addAll): Use size() instead of hasNext() in iterator... | Bryce McKinlay | 7 | -891/+911 |
2000-10-29 | Re-indent in preparation for diff. | Bryce McKinlay | 1 | -36/+36 |
2000-10-29 | Re-indent in preparation for diff. | Bryce McKinlay | 1 | -120/+120 |
2000-10-27 | natGregorianCalendar.cc (computeFields): Set the isSet__ array elements to true. | Warren Levy | 1 | -0/+2 |
2000-10-27 | Makefile.am: Added locale files from Classpath. | Warren Levy | 5 | -324/+1676 |