aboutsummaryrefslogtreecommitdiff
path: root/libjava/java/util
AgeCommit message (Expand)AuthorFilesLines
2002-01-22Add license clarification.Mark Wielaard83-415/+1328
2002-01-19ZipOutputStream.java (putNextEntry): Clear uncompressed_size in readiness for...Per Bothner1-0/+1
2002-01-16IdentityHashMap.java (IdentityHashMap): Removed commented code.Tom Tromey1-4/+2
2001-12-15Collections drop from Classpath:Bryce McKinlay24-6122/+11216
2001-11-16Timer.java (TaskQueue.isStopped): Remove method.Mark Wielaard1-11/+10
2001-11-14Re-merges with Classpath, from various people:Tom Tromey3-14/+41
2001-11-13re PR libgcj/4859 (java.util.Timer class throw IllegalStateException on cance...Tom Tromey1-2/+11
2001-11-05* java/util/ResourceBundle.java (class Security): Now static.Bryce McKinlay1-1/+1
2001-11-04ResourceBundle.java (getClassContext): Removed.Bryce McKinlay2-56/+36
2001-11-03natResourceBundle.cc (getClassContext): return array of Class instead of arra...Hans Boehm1-1/+1
2001-10-31HACKING, [...]: Fix spelling errors.Joseph Myers13-31/+31
2001-10-29re PR libgcj/4728 (java.util.zip.GZIPOutputStream.write(int) doesn't update CRC)Tom Tromey1-1/+7
2001-10-26Adler32.java: Use correct class name.Tom Tromey1-1/+1
2001-10-24PropertyResourceBundle.java (handleGetObject): Now public.Tom Tromey2-4/+4
2001-10-23GregorianCalendar.java (getGregorianChange): Removed `date' argument.Tom Tromey1-1/+1
2001-10-16javaprims.h: Updated class list.Tom Tromey1-392/+612
2001-10-16[multiple changes]Bryce McKinlay13-612/+2114
2001-10-05Adler32.java: Merge with ClasspathMark Wielaard5-52/+126
2001-10-04SequenceInputStream.java: Merge with ClasspathMark Wielaard1-7/+15
2001-09-27IdentityHashMap.java (containsKey): Use getHash.Tom Tromey1-11/+18
2001-09-27Configuration.java.in (INIT_LOAD_LIBRARY): New constant.Tom Tromey1-0/+9
2001-09-15TimeZone.java: Updated list of timezones from Classpath.Tom Tromey1-2/+8
2001-09-14Hashtable.java (Enumerator): Ensure that if hasMoreElements() returns true...Bryce McKinlay1-17/+30
2001-09-11Properties.java (load): Correctly read \u sequences.Tom Tromey1-1/+3
2001-09-07ResourceBundle fixesAnthony Green1-28/+40
2001-09-06* java/util/Properties.java: Re-merged from Classpath.Tom Tromey1-4/+8
2001-09-05* java/util/Date.java: Re-merged with Classpath.Tom Tromey1-6/+7
2001-09-05AbstractMap.java: Re-merged with Classpath.Tom Tromey2-3/+22
2001-08-31Re-merge with Classpath:Tom Tromey1-1/+10
2001-08-31Makefile.in: Rebuilt.Tom Tromey12-648/+2034
2001-08-21IdentityHashMap.java (get): Fix off-by-one error.Jeff Sturm1-2/+2
2001-08-15jni.cc: Include IdentityHashMap.h, not Hashtable.h.Tom Tromey1-0/+415
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