summaryrefslogtreecommitdiffstats
path: root/libjava/java/util
Commit message (Expand)AuthorAgeFilesLines
* * java/util/AbstractMap.java (putAll): Use entrySet size.mark2002-04-081-5/+5
* * java/util/Hashtable.java (contains): Remove NullPointer check.mark2002-04-071-14/+8
* * java/util/ArrayList.java (addAll(int,Collection)): System.arraycopymark2002-04-072-5/+17
* * java/util/ArrayList.jva (removeRange): If toIndex == fromIndex domark2002-04-061-3/+7
* * java/util/Arrays.java (qsort): Fix off-by-one errors and use ofbryce2002-04-041-42/+49
* * java/util/IdentityHashMap.java (put): Set new threshold correctlybryce2002-04-021-1/+1
* * java/util/BitSet.java (BitSet(int)): if nbits < 0 throwmark2002-04-011-6/+9
* 2002-03-23 Michael Smith <msmith@spinnakernet.com>tromey2002-03-231-3/+3
* * java/util/Timer (TaskQueue.stop): set elements to zero.mark2002-03-031-0/+1
* 2002-02-14 Mark Wielaard <mark@klomp.org>mark2002-02-142-5/+12
* Add license clarification.mark2002-01-2283-415/+1328
* * java/util/zip/ZipOutputStream.java (putNextEntry): Clearbothner2002-01-191-0/+1
* * java/util/IdentityHashMap.java (IdentityHashMap): Removedtromey2002-01-161-4/+2
* Collections drop from Classpath:bryce2001-12-1524-6122/+11216
* * java/util/Timer.java (TaskQueue.isStopped): Remove method.mark2001-11-161-11/+10
* Re-merges with Classpath, from various people:tromey2001-11-143-14/+41
* Fix for PR libgcj/4859:tromey2001-11-131-2/+11
* * java/util/ResourceBundle.java (class Security): Now static.bryce2001-11-051-1/+1
* * java/util/ResourceBundle.java (getClassContext): Removed.bryce2001-11-042-56/+36
* 2001-11-02 Hans Boehm <Hans_Boehm@hp.com>hboehm2001-11-031-1/+1
* * HACKING, gnu/gcj/xlib/Pixmap.java, gnu/gcj/xlib/XException.java,jsm282001-10-3113-31/+31
* * java/util/zip/GZIPOutputStream.java (write(int)): New method.tromey2001-10-291-1/+7
* * java/util/zip/Adler32.java: Use correct class name. (Re-mergetromey2001-10-261-1/+1
* * java/util/PropertyResourceBundle.java (handleGetObject): Nowtromey2001-10-242-4/+4
* * java/util/GregorianCalendar.java (getGregorianChange): Removedtromey2001-10-231-1/+1
* * gcj/javaprims.h: Updated class list.tromey2001-10-161-392/+612
* 2001-10-15 Bryce McKinlay <bryce@waitaki.otago.ac.nz>bryce2001-10-1613-612/+2114
* * java/util/zip/Adler32.java: Merge with Classpathmark2001-10-055-52/+126
* * java/io/SequenceInputStream.java: Merge with Classpathmark2001-10-041-7/+15
* * java/util/IdentityHashMap.java (containsKey): Use getHash.tromey2001-09-271-11/+18
* * gnu/classpath/Configuration.java.in (INIT_LOAD_LIBRARY): Newtromey2001-09-271-0/+9
* * java/util/TimeZone.java: Updated list of timezones fromtromey2001-09-151-2/+8
* * java/util/Hashtable.java (Enumerator): Ensure that ifbryce2001-09-131-17/+30
* * java/util/Properties.java (load): Correctly read \u sequences.tromey2001-09-111-1/+3
* ResourceBundle fixesgreen2001-09-071-28/+40
* * java/util/Properties.java: Re-merged from Classpath.tromey2001-09-061-4/+8
* * java/util/Date.java: Re-merged with Classpath.tromey2001-09-051-6/+7
* * java/util/AbstractMap.java: Re-merged with Classpath.tromey2001-09-052-3/+22
* Re-merge with Classpath:tromey2001-08-311-1/+10
* * Makefile.in: Rebuilt.tromey2001-08-3112-648/+2034
* * java/util/IdentityHashMap.java (get): Fix off-by-one error.jsturm2001-08-211-2/+2
* * jni.cc: Include IdentityHashMap.h, not Hashtable.h.tromey2001-08-151-0/+415
* * java/util/Date.java: Re-merged with Classpath.tromey2001-07-311-1/+2
* * java/util/GregorianCalendar.java (GregorianCalendar): Callbryce2001-07-301-3/+1
* * java/util/Calendar.java (set): Never recompute fields here. Theybryce2001-07-262-8/+11
* * java/util/LinkedList.java (clone): Clear the copy list with clear(),bryce2001-07-171-8/+2
* Fix for PR libgcj/3144:tromey2001-06-141-143/+410
* * java/util/GregorianCalendar.java (computeTime): Only calltromey2001-05-151-1/+1
* 2001-05-10 Tom Tromey <tromey@redhat.com>tromey2001-05-103-357/+1041
* Forgot this file on last commit.bryce2001-04-251-3/+1
OpenPOWER on IntegriCloud