summaryrefslogtreecommitdiff
path: root/libjava/java/util
Commit message (Expand)AuthorAgeFilesLines
* Add license clarification.Mark Wielaard2002-01-2283-415/+1328
* ZipOutputStream.java (putNextEntry): Clear uncompressed_size in readiness for...Per Bothner2002-01-191-0/+1
* IdentityHashMap.java (IdentityHashMap): Removed commented code.Tom Tromey2002-01-161-4/+2
* Collections drop from Classpath:Bryce McKinlay2001-12-1524-6122/+11216
* Timer.java (TaskQueue.isStopped): Remove method.Mark Wielaard2001-11-161-11/+10
* Re-merges with Classpath, from various people:Tom Tromey2001-11-143-14/+41
* re PR libgcj/4859 (java.util.Timer class throw IllegalStateException on cance...Tom Tromey2001-11-131-2/+11
* * java/util/ResourceBundle.java (class Security): Now static.Bryce McKinlay2001-11-051-1/+1
* ResourceBundle.java (getClassContext): Removed.Bryce McKinlay2001-11-042-56/+36
* natResourceBundle.cc (getClassContext): return array of Class instead of arra...Hans Boehm2001-11-031-1/+1
* HACKING, [...]: Fix spelling errors.Joseph Myers2001-10-3113-31/+31
* re PR libgcj/4728 (java.util.zip.GZIPOutputStream.write(int) doesn't update CRC)Tom Tromey2001-10-291-1/+7
* Adler32.java: Use correct class name.Tom Tromey2001-10-261-1/+1
* PropertyResourceBundle.java (handleGetObject): Now public.Tom Tromey2001-10-242-4/+4
* GregorianCalendar.java (getGregorianChange): Removed `date' argument.Tom Tromey2001-10-231-1/+1
* javaprims.h: Updated class list.Tom Tromey2001-10-161-392/+612
* [multiple changes]Bryce McKinlay2001-10-1613-612/+2114
* Adler32.java: Merge with ClasspathMark Wielaard2001-10-055-52/+126
* SequenceInputStream.java: Merge with ClasspathMark Wielaard2001-10-041-7/+15
* IdentityHashMap.java (containsKey): Use getHash.Tom Tromey2001-09-271-11/+18
* Configuration.java.in (INIT_LOAD_LIBRARY): New constant.Tom Tromey2001-09-271-0/+9
* TimeZone.java: Updated list of timezones from Classpath.Tom Tromey2001-09-151-2/+8
* Hashtable.java (Enumerator): Ensure that if hasMoreElements() returns true...Bryce McKinlay2001-09-141-17/+30
* Properties.java (load): Correctly read \u sequences.Tom Tromey2001-09-111-1/+3
* ResourceBundle fixesAnthony Green2001-09-071-28/+40
* * java/util/Properties.java: Re-merged from Classpath.Tom Tromey2001-09-061-4/+8
* * java/util/Date.java: Re-merged with Classpath.Tom Tromey2001-09-051-6/+7
* AbstractMap.java: Re-merged with Classpath.Tom Tromey2001-09-052-3/+22
* Re-merge with Classpath:Tom Tromey2001-08-311-1/+10
* Makefile.in: Rebuilt.Tom Tromey2001-08-3112-648/+2034
* IdentityHashMap.java (get): Fix off-by-one error.Jeff Sturm2001-08-211-2/+2
* jni.cc: Include IdentityHashMap.h, not Hashtable.h.Tom Tromey2001-08-151-0/+415
* * java/util/Date.java: Re-merged with Classpath.Tom Tromey2001-07-311-1/+2
* GregorianCalendar.java (GregorianCalendar): Call setTimeInMillis() to set the...Bryce McKinlay2001-07-301-3/+1
* Calendar.java (set): Never recompute fields here.Bryce McKinlay2001-07-262-8/+11
* LinkedList.java (clone): Clear the copy list with clear(), not by setting its...Bryce McKinlay2001-07-171-8/+2
* re PR libgcj/3144 (java.lang.Date.compareTo() not supported)Tom Tromey2001-06-141-143/+410
* GregorianCalendar.java (computeTime): Only call getTimeZone() once.Tom Tromey2001-05-151-1/+1
* [multiple changes]Tom Tromey2001-05-103-357/+1041
* Forgot this file on last commit.Bryce McKinlay2001-04-251-3/+1
* natSystem.cc (getSystemTimeZone): Adjust for DST.Warren Levy2001-04-201-2/+44
* DeflaterOutputStream.java (deflate): Loop while def.needsInput.Per Bothner2001-04-012-51/+95
* exception.cc (java_eh_info): Make value type jthrowable.Richard Henderson2001-03-252-18/+18
* HashMap.java (HashMap): If 0 is given for initialCapacity paramater, bump it ...Bryce McKinlay2001-03-242-3/+7
* TimeZone.java: Sync up with Classpath.Warren Levy2001-03-201-97/+103
* ArrayList.java: Remove RCS keywords from commentsMark Wielaard2001-03-1912-533/+785
* TreeSet.java (writeObject): Use a for-loop instead of Iterator.hasNext().Bryce McKinlay2001-03-062-11/+6
* re PR java/2040 (java.util.Hashtable(int,float) is stricter than sun's version)Bryce McKinlay2001-02-222-20/+15
* * java/util/TimerTask.java: New version from Classpath.Mark Wielaard2001-02-171-64/+67
* HashSet.java (clone): Made subclass safe, use super.clone(), not new.Bryce McKinlay2001-02-161-3/+10