aboutsummaryrefslogtreecommitdiff
path: root/libjava/java/util
AgeCommit message (Expand)AuthorFilesLines
2001-07-31* java/util/Date.java: Re-merged with Classpath.Tom Tromey1-1/+2
2001-07-30GregorianCalendar.java (GregorianCalendar): Call setTimeInMillis() to set the...Bryce McKinlay1-3/+1
2001-07-26Calendar.java (set): Never recompute fields here.Bryce McKinlay2-8/+11
2001-07-17LinkedList.java (clone): Clear the copy list with clear(), not by setting its...Bryce McKinlay1-8/+2
2001-06-14re PR libgcj/3144 (java.lang.Date.compareTo() not supported)Tom Tromey1-143/+410
2001-05-15GregorianCalendar.java (computeTime): Only call getTimeZone() once.Tom Tromey1-1/+1
2001-05-10[multiple changes]Tom Tromey3-357/+1041
2001-04-25Forgot this file on last commit.Bryce McKinlay1-3/+1
2001-04-20natSystem.cc (getSystemTimeZone): Adjust for DST.Warren Levy1-2/+44
2001-04-01DeflaterOutputStream.java (deflate): Loop while def.needsInput.Per Bothner2-51/+95
2001-03-25exception.cc (java_eh_info): Make value type jthrowable.Richard Henderson2-18/+18
2001-03-24HashMap.java (HashMap): If 0 is given for initialCapacity paramater, bump it ...Bryce McKinlay2-3/+7
2001-03-20TimeZone.java: Sync up with Classpath.Warren Levy1-97/+103
2001-03-19ArrayList.java: Remove RCS keywords from commentsMark Wielaard12-533/+785
2001-03-06TreeSet.java (writeObject): Use a for-loop instead of Iterator.hasNext().Bryce McKinlay2-11/+6
2001-02-22re PR java/2040 (java.util.Hashtable(int,float) is stricter than sun's version)Bryce McKinlay2-20/+15
2001-02-17* java/util/TimerTask.java: New version from Classpath.Mark Wielaard1-64/+67
2001-02-16HashSet.java (clone): Made subclass safe, use super.clone(), not new.Bryce McKinlay1-3/+10
2001-02-16TreeMap.java (nil): Made non-final.Bryce McKinlay1-2/+4
2001-02-16TreeSet.java (clone): Made subclass safe, use super.clone(), not new.Bryce McKinlay2-6/+22
2001-02-15AbstractSequentialList.java: Synchronize with Classpath.Bryce McKinlay8-126/+576
2001-02-15* java/util/HashSet.java (clone): Remove try/catch.Bryce McKinlay1-10/+3
2001-02-15TreeSet.java (clone): Call TreeMap.clone(), not Object.clone().Bryce McKinlay2-19/+14
2001-02-14natClass.cc (getSignature): Don't try to dereference param_types if it is null.Bryce McKinlay1-14/+11
2001-02-14re PR libgcj/1758 (java.util package lacks TreeMap)Bryce McKinlay5-16/+1756
2001-02-09* java/util/Timer.java: New version from Classpath.Tom Tromey1-429/+492
2001-02-07re PR java/1895 (Libjava: Arrays.sort doesn't work)Bryce McKinlay1-88/+53
2001-01-09re PR libgcj/1411 (natTimeZone.cc should be removed)Warren Levy3-120/+52
2000-12-28re PR libgcj/1358 (java.util.Date.toString() doesn't seem to behave properly.)Warren Levy4-15/+14
2000-12-21* java/util/zip/Deflater.java (update, init): Now private.Tom Tromey1-2/+2
2000-12-21BasicMapEntry.java: Re-added.Bryce McKinlay3-85/+136
2000-12-19GregorianCalendar.java (GregorianCalendar): Constructors need to set timezone...Warren Levy1-3/+3
2000-12-18natInflater.cc (inflate): Treat Z_BUF_ERROR as end-of-stream if avail_in is 0.Bryce McKinlay1-5/+10
2000-12-17ArrayList.java (data): Declare transient.Bryce McKinlay1-14/+6
2000-12-17Hashtable.java (put): Remove `last' variable.Jeff Sturm2-22/+14
2000-12-15ResourceBundle.java (trySomeGetBundle): Pass class loader to Class.forName.Tom Tromey1-1/+3
2000-12-15* java/util/ResourceBundle.javaTom Tromey1-8/+17
2000-12-11* java/util/Hashtable.java (Enumerator.nextElement): Initialize `e'.Bryce McKinlay1-7/+7
2000-12-11Makefile.am: Add HashSet.java and java/lang/ref classes.Bryce McKinlay10-1969/+2318
2000-12-06* java/util/BitSet.java: Updated copyright notice.Tom Tromey1-4/+21
2000-12-06Collator.java (decomposeCharacter, [...]): Now package-private, not protected.Tom Tromey2-2/+2
2000-12-04TimeZone.java (getAvailableIDs): Activated commented out code dependent on co...Warren Levy1-10/+0
2000-12-04FilePermission.java: Made class final per spec.Warren Levy1-1/+1
2000-12-02Vector.java (insertElementAt): Unconditionally increment elementCount.Tom Tromey1-2/+7
2000-12-02From Adam Welc <welc@cs.purdue.edu>:Bryce McKinlay1-1/+11
2000-11-29Check this.len, not len, when determining if there is no more input data.Bryce McKinlay1-1/+1
2000-11-29InflaterInputStream (read): Don't return -1 unless the infate() call didn't d...Bryce McKinlay1-7/+10
2000-11-28Makefile.am: Added natTimeZone.cc.Warren Levy2-114/+1098
2000-11-27Vector.java (ensureCapacity): Don't increment modCount.Bryce McKinlay3-39/+38
2000-11-23Vector.java: Improve exception messages.Bryce McKinlay1-18/+23