aboutsummaryrefslogtreecommitdiff
path: root/libjava/java/util
AgeCommit message (Expand)AuthorFilesLines
2000-12-11* java/util/Hashtable.java (Enumerator.nextElement): Initialize `e'.Bryce McKinlay1-7/+7
2000-12-11Makefile.am: Add HashSet.java and java/lang/ref classes.Bryce McKinlay10-1969/+2318
2000-12-06* java/util/BitSet.java: Updated copyright notice.Tom Tromey1-4/+21
2000-12-06Collator.java (decomposeCharacter, [...]): Now package-private, not protected.Tom Tromey2-2/+2
2000-12-04TimeZone.java (getAvailableIDs): Activated commented out code dependent on co...Warren Levy1-10/+0
2000-12-04FilePermission.java: Made class final per spec.Warren Levy1-1/+1
2000-12-02Vector.java (insertElementAt): Unconditionally increment elementCount.Tom Tromey1-2/+7
2000-12-02From Adam Welc <welc@cs.purdue.edu>:Bryce McKinlay1-1/+11
2000-11-29Check this.len, not len, when determining if there is no more input data.Bryce McKinlay1-1/+1
2000-11-29InflaterInputStream (read): Don't return -1 unless the infate() call didn't d...Bryce McKinlay1-7/+10
2000-11-28Makefile.am: Added natTimeZone.cc.Warren Levy2-114/+1098
2000-11-27Vector.java (ensureCapacity): Don't increment modCount.Bryce McKinlay3-39/+38
2000-11-23Vector.java: Improve exception messages.Bryce McKinlay1-18/+23
2000-11-22Makefile.in: Rebuilt.Bryce McKinlay5-383/+2786
2000-11-18natString.cc: Include Locale.h.Tom Tromey1-60/+73
2000-11-18backport: *.java: Reformat all to unofficial standard coding style.Mark Wielaard7-1323/+1455
2000-11-17* java/util/zip/*.java: Javadoc and copyright updates.Mark Wielaard18-195/+666
2000-11-17CollationKey.java: Implement Comparable.Tom Tromey2-7/+35
2000-11-17PushbackReader.java: Merged with Classpath.Tom Tromey1-719/+1106
2000-11-03AbstractList.java (SubList): Make it a top-level private class.Bryce McKinlay2-219/+233
2000-11-02AbstractList.java (remove): Comment out modCount increment to work around com...Bryce McKinlay1-2/+4
2000-11-02AbstractList.java: Throw messages with IndexOutOfBoundsExceptions.Bryce McKinlay4-452/+631
2000-10-30BitSet.java: Updated @specnote.Bryce McKinlay1-11/+6
2000-10-29AbstractCollection.java (addAll): Use size() instead of hasNext() in iterator...Bryce McKinlay7-891/+911
2000-10-29Re-indent in preparation for diff.Bryce McKinlay1-36/+36
2000-10-29Re-indent in preparation for diff.Bryce McKinlay1-120/+120
2000-10-27natGregorianCalendar.cc (computeFields): Set the isSet__ array elements to true.Warren Levy1-0/+2
2000-10-27Makefile.am: Added locale files from Classpath.Warren Levy5-324/+1676
2000-10-24EventObject.java: Merged from classpath.Bryce McKinlay1-32/+56
2000-10-23AbstractSet.java (equals): Re-installed original code.Alexandre Petit-Bianco1-4/+1
2000-10-07* java/util/Properties.java: Merged with Classpath version.Tom Tromey1-366/+461
2000-10-05Makefile.am: Removed java/io/Replaceable.java and java/io/Resolvable.java.Warren Levy1-5/+28
2000-09-08PropertyChangeEvent.java (serialVersionUID): Added.Warren Levy6-3/+15
2000-09-04ZipFile.java (ZipFile): Delete file when opened in DELETE mode.Tom Tromey1-1/+1
2000-08-29BitMaskExtent.java, [...]: Removed Latin-1 copyright symbols.Tom Tromey1-3/+8
2000-08-27ZipFile.java: Implement OPEN_DELETE mode...Mark Wielaard2-14/+43
2000-08-27ArrayList.java, [...]: Imported from GNU Classpath.Anthony Green9-0/+3072
2000-08-24InflaterInputStream.java (read(byte[],int,int)): return -1 when fill() has no...Mark Wielaard1-0/+2
2000-08-21ResourceBundle.java (trySomeGetBundle): Removed debugging prints.Tom Tromey1-16/+12
2000-08-21natSystem.cc (init_properties): Change sourceware reference to sources.redhat...Anthony Green2-1/+239
2000-08-20Adler32.java: Make private variables really privateMark Wielaard7-6/+25
2000-08-20JarFile.java: Don't call java.util.zip.ZipFile.getEntry twice.Anthony Green1-1/+1
2000-08-20URLClassLoader.java: Find the JarEntry via the JarFile.Anthony Green2-2/+2
2000-08-19ZipInputStream.java (createZipEntry): Implemented.Tom Tromey1-2/+1
2000-08-19Attributes.java, [...]: Imported from Classpath.Anthony Green14-400/+3231
2000-07-20* java/util/Vector.java (remove(Object)): Implemented.Tom Tromey1-4/+15
2000-07-12Big AWT patch.Bryce McKinlay1-0/+11
2000-05-21re GNATS libgcj/226 (implicit __builtin_expect) and GNATS gcj/228 (compressed...Bryce McKinlay2-2/+5
2000-05-20ZipEntry.java: Implement Cloneable, per JDK1.2 docs.Bryce McKinlay1-1/+20
2000-05-19Jumbo patch:Tom Tromey3-0/+2654