aboutsummaryrefslogtreecommitdiff
path: root/libjava/java/util
AgeCommit message (Expand)AuthorFilesLines
2002-06-18javaprims.h: Updated class declaration list.Tom Tromey1-168/+0
2002-06-18javaprims.h: Updated class declaration list.Tom Tromey25-1068/+1693
2002-06-17javaprims.h: Updated class declaration list.Tom Tromey3-15/+110
2002-06-16RuntimeException.java: Re-merge with Classpath.Tom Tromey10-106/+143
2002-06-15InflaterInputStream.java (read): Loop if data has been read but none output b...Tom Tromey8-787/+1332
2002-06-04* java/util/natTimeZone.cc: Include <stdio.h>.Tom Tromey1-0/+2
2002-05-14natRuntime.cc: Don't include sys/time.h and time.h.Tom Tromey1-0/+15
2002-05-13re PR libgcj/6389 (System.getProperty("") should always throw an IllegalArgum...Tom Tromey2-3/+174
2002-05-09ResourceBundle.java: New version from Classpath.Tom Tromey2-644/+765
2002-04-08AbstractMap.java (putAll): Use entrySet size.Mark Wielaard1-5/+5
2002-04-07Hashtable.java (contains): Remove NullPointer check.Mark Wielaard1-14/+8
2002-04-07ArrayList.java (addAll(int,Collection)): System.arraycopy all of the remainin...Mark Wielaard2-5/+17
2002-04-06ArrayList.jva (removeRange): If toIndex == fromIndex do nothing...Mark Wielaard1-3/+7
2002-04-04Arrays.java (qsort): Fix off-by-one errors and use of incorrect "hi" value wh...Bryce McKinlay1-42/+49
2002-04-02IdentityHashMap.java (put): Set new threshold correctly when resizing table.Bryce McKinlay1-1/+1
2002-04-01BitSet.java (BitSet(int)): if nbits < 0 throw NegativeArraySizeExceptionMark Wielaard1-6/+9
2002-03-23re PR libgcj/6045 (GregorianCalendar: getMinimum() and getMaximum() incorrect...Michael Smith1-3/+3
2002-03-03* java/util/Timer (TaskQueue.stop): set elements to zero.Mark Wielaard1-0/+1
2002-02-14[multiple changes]Mark Wielaard2-5/+12
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