aboutsummaryrefslogtreecommitdiff
path: root/libjava/java/util
AgeCommit message (Expand)AuthorFilesLines
2003-02-13FileBasedFactory.java, [...]: New files, all merged from classpath.Michael Koch9-0/+2528
2003-02-12ZipInputStream.java: idemJohn Leuner1-1/+3
2003-02-07JarFile.java (JarFile(String, boolean)): Read manifest when verify is true.Mark Wielaard1-3/+21
2003-01-31Properties.java (load): Ignore backslash before EOF.Julian Dolby1-1/+8
2003-01-21natResourceBundle.cc (getCallingClassLoader): Start search at 2, not 3.Tom Tromey1-2/+5
2003-01-03TreeMap.java (fabricateTree): Fix off-by-one error.Eric Blake1-3/+3
2003-01-02ZipFile.java (entries): Now HashMap.Artur Biesiadowski1-64/+113
2002-12-30Properties (formatForOutput): Don't fall through to default case after escapi...Mark Wielaard1-0/+1
2002-12-20natResourceBundle.cc: Include ArrayIndexOutOfBoundsException.h.Andrew Haley1-4/+11
2002-12-10natResourceBundle.cc (getCallingClassLoader): Assume `t' won't be null.Tom Tromey1-2/+0
2002-12-08ResourceBundle.java (resourceBundleCache): Not final.Mark Wielaard1-3/+15
2002-12-05Makefile.in: Rebuilt.Tom Tromey2-42/+37
2002-12-03JarFile.java (manifest): Not final.Mark Wielaard4-128/+180
2002-11-27Locale.java (toString): Improve efficiency if country and variant are both em...Julian Dolby1-0/+2
2002-11-16For PR libgcj/8593:Tom Tromey1-15/+21
2002-11-10Externalizable.java, [...]: New versions from Classpath.Tom Tromey3-135/+155
2002-11-10Attributes.java (Name): Fix name check.Anthony Green1-1/+2
2002-11-07re PR libgcj/8481 (java.Random.nextInt(int) may return negative)Tom Tromey1-2/+2
2002-11-03GNU Classpath merge.Mark Wielaard3-11/+13
2002-10-31ZipFile.java (readLeShort): Take and use DataInput as argument.Mark Wielaard1-39/+58
2002-10-16re PR libgcj/8234 (ZipInputStream chokes when InputStream.read() returns smal...Tom Tromey2-0/+2
2002-09-25re PR libgcj/7786 (TimeZone.getDSTSavings() from JDK1.4 not implemented)Jesse Rosenstock1-0/+16
2002-09-25re PR libgcj/7766 (ZipInputStream.available returns 0 immediately after const...Jesse Rosenstock1-2/+8
2002-09-23re PR libgcj/6576 (java.util.ResourceBundle.getResource ignores locale)Tom Tromey1-83/+125
2002-09-18Matcher.java, [...]: Merge with classpath, new files.Michael Koch3-0/+241
2002-08-31re PR libgcj/7785 (Calendar.getTimeInMillis/setTimeInMillis should be public)Jesse Rosenstock1-3/+5
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