summaryrefslogtreecommitdiff
path: root/libjava/java/util
AgeCommit message (Expand)Author
2000-12-17Hashtable.java (put): Remove `last' variable.Jeff Sturm
2000-12-15ResourceBundle.java (trySomeGetBundle): Pass class loader to Class.forName.Tom Tromey
2000-12-15* java/util/ResourceBundle.javaTom Tromey
2000-12-11* java/util/Hashtable.java (Enumerator.nextElement): Initialize `e'.Bryce McKinlay
2000-12-11Makefile.am: Add HashSet.java and java/lang/ref classes.Bryce McKinlay
2000-12-06* java/util/BitSet.java: Updated copyright notice.Tom Tromey
2000-12-06Collator.java (decomposeCharacter, [...]): Now package-private, not protected.Tom Tromey
2000-12-04TimeZone.java (getAvailableIDs): Activated commented out code dependent on co...Warren Levy
2000-12-04FilePermission.java: Made class final per spec.Warren Levy
2000-12-02Vector.java (insertElementAt): Unconditionally increment elementCount.Tom Tromey
2000-12-02From Adam Welc <welc@cs.purdue.edu>:Bryce McKinlay
2000-11-29Check this.len, not len, when determining if there is no more input data.Bryce McKinlay
2000-11-29InflaterInputStream (read): Don't return -1 unless the infate() call didn't d...Bryce McKinlay
2000-11-28Makefile.am: Added natTimeZone.cc.Warren Levy
2000-11-27Vector.java (ensureCapacity): Don't increment modCount.Bryce McKinlay
2000-11-23Vector.java: Improve exception messages.Bryce McKinlay
2000-11-22Makefile.in: Rebuilt.Bryce McKinlay
2000-11-18natString.cc: Include Locale.h.Tom Tromey
2000-11-18backport: *.java: Reformat all to unofficial standard coding style.Mark Wielaard
2000-11-17* java/util/zip/*.java: Javadoc and copyright updates.Mark Wielaard
2000-11-17CollationKey.java: Implement Comparable.Tom Tromey
2000-11-17PushbackReader.java: Merged with Classpath.Tom Tromey
2000-11-03AbstractList.java (SubList): Make it a top-level private class.Bryce McKinlay
2000-11-02AbstractList.java (remove): Comment out modCount increment to work around com...Bryce McKinlay
2000-11-02AbstractList.java: Throw messages with IndexOutOfBoundsExceptions.Bryce McKinlay
2000-10-30BitSet.java: Updated @specnote.Bryce McKinlay
2000-10-29AbstractCollection.java (addAll): Use size() instead of hasNext() in iterator...Bryce McKinlay
2000-10-29Re-indent in preparation for diff.Bryce McKinlay
2000-10-29Re-indent in preparation for diff.Bryce McKinlay
2000-10-27natGregorianCalendar.cc (computeFields): Set the isSet__ array elements to true.Warren Levy
2000-10-27Makefile.am: Added locale files from Classpath.Warren Levy
2000-10-24EventObject.java: Merged from classpath.Bryce McKinlay
2000-10-23AbstractSet.java (equals): Re-installed original code.Alexandre Petit-Bianco
2000-10-07* java/util/Properties.java: Merged with Classpath version.Tom Tromey
2000-10-05Makefile.am: Removed java/io/Replaceable.java and java/io/Resolvable.java.Warren Levy
2000-09-08PropertyChangeEvent.java (serialVersionUID): Added.Warren Levy
2000-09-04ZipFile.java (ZipFile): Delete file when opened in DELETE mode.Tom Tromey
2000-08-29BitMaskExtent.java, [...]: Removed Latin-1 copyright symbols.Tom Tromey
2000-08-27ZipFile.java: Implement OPEN_DELETE mode...Mark Wielaard
2000-08-27ArrayList.java, [...]: Imported from GNU Classpath.Anthony Green
2000-08-24InflaterInputStream.java (read(byte[],int,int)): return -1 when fill() has no...Mark Wielaard
2000-08-21ResourceBundle.java (trySomeGetBundle): Removed debugging prints.Tom Tromey
2000-08-21natSystem.cc (init_properties): Change sourceware reference to sources.redhat...Anthony Green
2000-08-20Adler32.java: Make private variables really privateMark Wielaard
2000-08-20JarFile.java: Don't call java.util.zip.ZipFile.getEntry twice.Anthony Green
2000-08-20URLClassLoader.java: Find the JarEntry via the JarFile.Anthony Green
2000-08-19ZipInputStream.java (createZipEntry): Implemented.Tom Tromey
2000-08-19Attributes.java, [...]: Imported from Classpath.Anthony Green
2000-07-20* java/util/Vector.java (remove(Object)): Implemented.Tom Tromey
2000-07-12Big AWT patch.Bryce McKinlay