summaryrefslogtreecommitdiff
path: root/libjava/java/util
AgeCommit message (Expand)Author
2001-10-16[multiple changes]Bryce McKinlay
2001-10-05Adler32.java: Merge with ClasspathMark Wielaard
2001-10-04SequenceInputStream.java: Merge with ClasspathMark Wielaard
2001-09-27IdentityHashMap.java (containsKey): Use getHash.Tom Tromey
2001-09-27Configuration.java.in (INIT_LOAD_LIBRARY): New constant.Tom Tromey
2001-09-15TimeZone.java: Updated list of timezones from Classpath.Tom Tromey
2001-09-14Hashtable.java (Enumerator): Ensure that if hasMoreElements() returns true...Bryce McKinlay
2001-09-11Properties.java (load): Correctly read \u sequences.Tom Tromey
2001-09-07ResourceBundle fixesAnthony Green
2001-09-06* java/util/Properties.java: Re-merged from Classpath.Tom Tromey
2001-09-05* java/util/Date.java: Re-merged with Classpath.Tom Tromey
2001-09-05AbstractMap.java: Re-merged with Classpath.Tom Tromey
2001-08-31Re-merge with Classpath:Tom Tromey
2001-08-31Makefile.in: Rebuilt.Tom Tromey
2001-08-21IdentityHashMap.java (get): Fix off-by-one error.Jeff Sturm
2001-08-15jni.cc: Include IdentityHashMap.h, not Hashtable.h.Tom Tromey
2001-07-31* java/util/Date.java: Re-merged with Classpath.Tom Tromey
2001-07-30GregorianCalendar.java (GregorianCalendar): Call setTimeInMillis() to set the...Bryce McKinlay
2001-07-26Calendar.java (set): Never recompute fields here.Bryce McKinlay
2001-07-17LinkedList.java (clone): Clear the copy list with clear(), not by setting its...Bryce McKinlay
2001-06-14re PR libgcj/3144 (java.lang.Date.compareTo() not supported)Tom Tromey
2001-05-15GregorianCalendar.java (computeTime): Only call getTimeZone() once.Tom Tromey
2001-05-10[multiple changes]Tom Tromey
2001-04-25Forgot this file on last commit.Bryce McKinlay
2001-04-20natSystem.cc (getSystemTimeZone): Adjust for DST.Warren Levy
2001-04-01DeflaterOutputStream.java (deflate): Loop while def.needsInput.Per Bothner
2001-03-25exception.cc (java_eh_info): Make value type jthrowable.Richard Henderson
2001-03-24HashMap.java (HashMap): If 0 is given for initialCapacity paramater, bump it ...Bryce McKinlay
2001-03-20TimeZone.java: Sync up with Classpath.Warren Levy
2001-03-19ArrayList.java: Remove RCS keywords from commentsMark Wielaard
2001-03-06TreeSet.java (writeObject): Use a for-loop instead of Iterator.hasNext().Bryce McKinlay
2001-02-22re PR java/2040 (java.util.Hashtable(int,float) is stricter than sun's version)Bryce McKinlay
2001-02-17* java/util/TimerTask.java: New version from Classpath.Mark Wielaard
2001-02-16HashSet.java (clone): Made subclass safe, use super.clone(), not new.Bryce McKinlay
2001-02-16TreeMap.java (nil): Made non-final.Bryce McKinlay
2001-02-16TreeSet.java (clone): Made subclass safe, use super.clone(), not new.Bryce McKinlay
2001-02-15AbstractSequentialList.java: Synchronize with Classpath.Bryce McKinlay
2001-02-15* java/util/HashSet.java (clone): Remove try/catch.Bryce McKinlay
2001-02-15TreeSet.java (clone): Call TreeMap.clone(), not Object.clone().Bryce McKinlay
2001-02-14natClass.cc (getSignature): Don't try to dereference param_types if it is null.Bryce McKinlay
2001-02-14re PR libgcj/1758 (java.util package lacks TreeMap)Bryce McKinlay
2001-02-09* java/util/Timer.java: New version from Classpath.Tom Tromey
2001-02-07re PR java/1895 (Libjava: Arrays.sort doesn't work)Bryce McKinlay
2001-01-09re PR libgcj/1411 (natTimeZone.cc should be removed)Warren Levy
2000-12-28re PR libgcj/1358 (java.util.Date.toString() doesn't seem to behave properly.)Warren Levy
2000-12-21* java/util/zip/Deflater.java (update, init): Now private.Tom Tromey
2000-12-21BasicMapEntry.java: Re-added.Bryce McKinlay
2000-12-19GregorianCalendar.java (GregorianCalendar): Constructors need to set timezone...Warren Levy
2000-12-18natInflater.cc (inflate): Treat Z_BUF_ERROR as end-of-stream if avail_in is 0.Bryce McKinlay
2000-12-17ArrayList.java (data): Declare transient.Bryce McKinlay