summaryrefslogtreecommitdiff
path: root/libjava/java/util
AgeCommit message (Expand)Author
2003-02-24AbstractPreferences.java (isUserNode): Implemented.Tom Tromey
2003-02-21ZipEntry.java (setComment): Don't check length when argument is null.Mark Wielaard
2003-02-21ZipEntry.java (ZipEntry(String)): When name is bigger then 65535 chars throw ...Mark Wielaard
2003-02-21* java/util/zip/ZipFile.java (finalize): New method.Mark Wielaard
2003-02-19natStackTrace.cc: Include platform.h immediately after config.h.Rainer Orth
2003-02-17Properties.java (store): Move the code formerly in list(), into this method.Ranjit Mathew
2003-02-13InflaterInputStream.java (read): Return zero when len is zero.Mark Wielaard
2003-02-13FileBasedFactory.java, [...]: New files, all merged from classpath.Michael Koch
2003-02-12ZipInputStream.java: idemJohn Leuner
2003-02-07JarFile.java (JarFile(String, boolean)): Read manifest when verify is true.Mark Wielaard
2003-01-31Properties.java (load): Ignore backslash before EOF.Julian Dolby
2003-01-21natResourceBundle.cc (getCallingClassLoader): Start search at 2, not 3.Tom Tromey
2003-01-03TreeMap.java (fabricateTree): Fix off-by-one error.Eric Blake
2003-01-02ZipFile.java (entries): Now HashMap.Artur Biesiadowski
2002-12-30Properties (formatForOutput): Don't fall through to default case after escapi...Mark Wielaard
2002-12-20natResourceBundle.cc: Include ArrayIndexOutOfBoundsException.h.Andrew Haley
2002-12-10natResourceBundle.cc (getCallingClassLoader): Assume `t' won't be null.Tom Tromey
2002-12-08ResourceBundle.java (resourceBundleCache): Not final.Mark Wielaard
2002-12-05Makefile.in: Rebuilt.Tom Tromey
2002-12-03JarFile.java (manifest): Not final.Mark Wielaard
2002-11-27Locale.java (toString): Improve efficiency if country and variant are both em...Julian Dolby
2002-11-16For PR libgcj/8593:Tom Tromey
2002-11-10Externalizable.java, [...]: New versions from Classpath.Tom Tromey
2002-11-10Attributes.java (Name): Fix name check.Anthony Green
2002-11-07re PR libgcj/8481 (java.Random.nextInt(int) may return negative)Tom Tromey
2002-11-03GNU Classpath merge.Mark Wielaard
2002-10-31ZipFile.java (readLeShort): Take and use DataInput as argument.Mark Wielaard
2002-10-16re PR libgcj/8234 (ZipInputStream chokes when InputStream.read() returns smal...Tom Tromey
2002-09-25re PR libgcj/7786 (TimeZone.getDSTSavings() from JDK1.4 not implemented)Jesse Rosenstock
2002-09-25re PR libgcj/7766 (ZipInputStream.available returns 0 immediately after const...Jesse Rosenstock
2002-09-23re PR libgcj/6576 (java.util.ResourceBundle.getResource ignores locale)Tom Tromey
2002-09-18Matcher.java, [...]: Merge with classpath, new files.Michael Koch
2002-08-31re PR libgcj/7785 (Calendar.getTimeInMillis/setTimeInMillis should be public)Jesse Rosenstock
2002-06-18javaprims.h: Updated class declaration list.Tom Tromey
2002-06-18javaprims.h: Updated class declaration list.Tom Tromey
2002-06-17javaprims.h: Updated class declaration list.Tom Tromey
2002-06-16RuntimeException.java: Re-merge with Classpath.Tom Tromey
2002-06-15InflaterInputStream.java (read): Loop if data has been read but none output b...Tom Tromey
2002-06-04* java/util/natTimeZone.cc: Include <stdio.h>.Tom Tromey
2002-05-14natRuntime.cc: Don't include sys/time.h and time.h.Tom Tromey
2002-05-13re PR libgcj/6389 (System.getProperty("") should always throw an IllegalArgum...Tom Tromey
2002-05-09ResourceBundle.java: New version from Classpath.Tom Tromey
2002-04-08AbstractMap.java (putAll): Use entrySet size.Mark Wielaard
2002-04-07Hashtable.java (contains): Remove NullPointer check.Mark Wielaard
2002-04-07ArrayList.java (addAll(int,Collection)): System.arraycopy all of the remainin...Mark Wielaard
2002-04-06ArrayList.jva (removeRange): If toIndex == fromIndex do nothing...Mark Wielaard
2002-04-04Arrays.java (qsort): Fix off-by-one errors and use of incorrect "hi" value wh...Bryce McKinlay
2002-04-02IdentityHashMap.java (put): Set new threshold correctly when resizing table.Bryce McKinlay
2002-04-01BitSet.java (BitSet(int)): if nbits < 0 throw NegativeArraySizeExceptionMark Wielaard
2002-03-23re PR libgcj/6045 (GregorianCalendar: getMinimum() and getMaximum() incorrect...Michael Smith