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