aboutsummaryrefslogtreecommitdiff
path: root/libjava/java/util
AgeCommit message (Expand)AuthorFilesLines
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
2000-05-11ZipInputStream.java (getNextEntry): When reading file headers, don't include ...Tom Tromey1-2/+8
2000-05-04Locale.java (Locale): Don't explicitly check for null.Tom Tromey4-26/+8
2000-04-21re GNATS libgcj/15 (_REENTRANT should be defined more consistently)Tom Tromey1-11/+1
2000-04-11Vector.java (VectorEnumeration): Now `final'.Tom Tromey3-7/+7
2000-04-09natObject.cc (_Jv_MonitorEnter): Only perform null check when we have to.Anthony Green2-2/+2
2000-03-17Color.java: New file.Warren Levy5-0/+164
2000-03-07All files: Updated copyright information.Tom Tromey51-51/+51
2000-02-29ZipOutputStream.java (closeEntry): Fixed error caused by the incorrect castin...Mo DeJong1-1/+1
2000-02-29ZipOutputStream.java (write_entry): Fixed SIGSEV caused by use of the wrong i...Mo DeJong1-3/+3
2000-02-19ZipEntry.java (setCrc): Fix overflow.Bryce McKinlay1-2/+2
2000-02-08Properties.java (setProperty): New method.Tom Tromey1-79/+90
2000-02-03Calendar.java (toString): New method.Tom Tromey3-4/+49
2000-01-19* All files: Updated copyright to reflect Cygnus purchase.Tom Tromey51-51/+51
1999-11-07ZipFile.java: Compute the offset of the ZipEntry data correctly.Anthony Green1-4/+7
1999-10-17ClassLoader.java (getSystemResource): Use getSystemClassLoader instead of Cla...Anthony Green1-0/+19
1999-09-24re GNATS java.util/47 (Date.toString() returns embedded newline)Tom Tromey3-77/+96
1999-09-10configure: Rebuilt.Tom Tromey4-4/+4
1999-08-22Added missing whitespace in function calls within adaptorsAlexandre Oliva1-2/+2
1999-08-21natSystem.cc (getpwuid_adaptor): New overloaded function that detects the sig...Alexandre Oliva1-1/+23