Age | Commit message (Expand) | Author | Files | Lines |
2002-01-16 | IdentityHashMap.java (IdentityHashMap): Removed commented code. | Tom Tromey | 1 | -4/+2 |
2001-12-15 | Collections drop from Classpath: | Bryce McKinlay | 24 | -6122/+11216 |
2001-11-16 | Timer.java (TaskQueue.isStopped): Remove method. | Mark Wielaard | 1 | -11/+10 |
2001-11-14 | Re-merges with Classpath, from various people: | Tom Tromey | 3 | -14/+41 |
2001-11-13 | re PR libgcj/4859 (java.util.Timer class throw IllegalStateException on cance... | Tom Tromey | 1 | -2/+11 |
2001-11-05 | * java/util/ResourceBundle.java (class Security): Now static. | Bryce McKinlay | 1 | -1/+1 |
2001-11-04 | ResourceBundle.java (getClassContext): Removed. | Bryce McKinlay | 2 | -56/+36 |
2001-11-03 | natResourceBundle.cc (getClassContext): return array of Class instead of arra... | Hans Boehm | 1 | -1/+1 |
2001-10-31 | HACKING, [...]: Fix spelling errors. | Joseph Myers | 13 | -31/+31 |
2001-10-29 | re PR libgcj/4728 (java.util.zip.GZIPOutputStream.write(int) doesn't update CRC) | Tom Tromey | 1 | -1/+7 |
2001-10-26 | Adler32.java: Use correct class name. | Tom Tromey | 1 | -1/+1 |
2001-10-24 | PropertyResourceBundle.java (handleGetObject): Now public. | Tom Tromey | 2 | -4/+4 |
2001-10-23 | GregorianCalendar.java (getGregorianChange): Removed `date' argument. | Tom Tromey | 1 | -1/+1 |
2001-10-16 | javaprims.h: Updated class list. | Tom Tromey | 1 | -392/+612 |
2001-10-16 | [multiple changes] | Bryce McKinlay | 13 | -612/+2114 |
2001-10-05 | Adler32.java: Merge with Classpath | Mark Wielaard | 5 | -52/+126 |
2001-10-04 | SequenceInputStream.java: Merge with Classpath | Mark Wielaard | 1 | -7/+15 |
2001-09-27 | IdentityHashMap.java (containsKey): Use getHash. | Tom Tromey | 1 | -11/+18 |
2001-09-27 | Configuration.java.in (INIT_LOAD_LIBRARY): New constant. | Tom Tromey | 1 | -0/+9 |
2001-09-15 | TimeZone.java: Updated list of timezones from Classpath. | Tom Tromey | 1 | -2/+8 |
2001-09-14 | Hashtable.java (Enumerator): Ensure that if hasMoreElements() returns true... | Bryce McKinlay | 1 | -17/+30 |
2001-09-11 | Properties.java (load): Correctly read \u sequences. | Tom Tromey | 1 | -1/+3 |
2001-09-07 | ResourceBundle fixes | Anthony Green | 1 | -28/+40 |
2001-09-06 | * java/util/Properties.java: Re-merged from Classpath. | Tom Tromey | 1 | -4/+8 |
2001-09-05 | * java/util/Date.java: Re-merged with Classpath. | Tom Tromey | 1 | -6/+7 |
2001-09-05 | AbstractMap.java: Re-merged with Classpath. | Tom Tromey | 2 | -3/+22 |
2001-08-31 | Re-merge with Classpath: | Tom Tromey | 1 | -1/+10 |
2001-08-31 | Makefile.in: Rebuilt. | Tom Tromey | 12 | -648/+2034 |
2001-08-21 | IdentityHashMap.java (get): Fix off-by-one error. | Jeff Sturm | 1 | -2/+2 |
2001-08-15 | jni.cc: Include IdentityHashMap.h, not Hashtable.h. | Tom Tromey | 1 | -0/+415 |
2001-07-31 | * java/util/Date.java: Re-merged with Classpath. | Tom Tromey | 1 | -1/+2 |
2001-07-30 | GregorianCalendar.java (GregorianCalendar): Call setTimeInMillis() to set the... | Bryce McKinlay | 1 | -3/+1 |
2001-07-26 | Calendar.java (set): Never recompute fields here. | Bryce McKinlay | 2 | -8/+11 |
2001-07-17 | LinkedList.java (clone): Clear the copy list with clear(), not by setting its... | Bryce McKinlay | 1 | -8/+2 |
2001-06-14 | re PR libgcj/3144 (java.lang.Date.compareTo() not supported) | Tom Tromey | 1 | -143/+410 |
2001-05-15 | GregorianCalendar.java (computeTime): Only call getTimeZone() once. | Tom Tromey | 1 | -1/+1 |
2001-05-10 | [multiple changes] | Tom Tromey | 3 | -357/+1041 |
2001-04-25 | Forgot this file on last commit. | Bryce McKinlay | 1 | -3/+1 |
2001-04-20 | natSystem.cc (getSystemTimeZone): Adjust for DST. | Warren Levy | 1 | -2/+44 |
2001-04-01 | DeflaterOutputStream.java (deflate): Loop while def.needsInput. | Per Bothner | 2 | -51/+95 |
2001-03-25 | exception.cc (java_eh_info): Make value type jthrowable. | Richard Henderson | 2 | -18/+18 |
2001-03-24 | HashMap.java (HashMap): If 0 is given for initialCapacity paramater, bump it ... | Bryce McKinlay | 2 | -3/+7 |
2001-03-20 | TimeZone.java: Sync up with Classpath. | Warren Levy | 1 | -97/+103 |
2001-03-19 | ArrayList.java: Remove RCS keywords from comments | Mark Wielaard | 12 | -533/+785 |
2001-03-06 | TreeSet.java (writeObject): Use a for-loop instead of Iterator.hasNext(). | Bryce McKinlay | 2 | -11/+6 |
2001-02-22 | re PR java/2040 (java.util.Hashtable(int,float) is stricter than sun's version) | Bryce McKinlay | 2 | -20/+15 |
2001-02-17 | * java/util/TimerTask.java: New version from Classpath. | Mark Wielaard | 1 | -64/+67 |
2001-02-16 | HashSet.java (clone): Made subclass safe, use super.clone(), not new. | Bryce McKinlay | 1 | -3/+10 |
2001-02-16 | TreeMap.java (nil): Made non-final. | Bryce McKinlay | 1 | -2/+4 |
2001-02-16 | TreeSet.java (clone): Made subclass safe, use super.clone(), not new. | Bryce McKinlay | 2 | -6/+22 |