summaryrefslogtreecommitdiff
path: root/libjava/java/util
AgeCommit message (Expand)Author
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
2000-05-21re GNATS libgcj/226 (implicit __builtin_expect) and GNATS gcj/228 (compressed...Bryce McKinlay
2000-05-20ZipEntry.java: Implement Cloneable, per JDK1.2 docs.Bryce McKinlay
2000-05-19Jumbo patch:Tom Tromey
2000-05-11ZipInputStream.java (getNextEntry): When reading file headers, don't include ...Tom Tromey
2000-05-04Locale.java (Locale): Don't explicitly check for null.Tom Tromey
2000-04-21re GNATS libgcj/15 (_REENTRANT should be defined more consistently)Tom Tromey
2000-04-11Vector.java (VectorEnumeration): Now `final'.Tom Tromey
2000-04-09natObject.cc (_Jv_MonitorEnter): Only perform null check when we have to.Anthony Green
2000-03-17Color.java: New file.Warren Levy
2000-03-07All files: Updated copyright information.Tom Tromey
2000-02-29ZipOutputStream.java (closeEntry): Fixed error caused by the incorrect castin...Mo DeJong
2000-02-29ZipOutputStream.java (write_entry): Fixed SIGSEV caused by use of the wrong i...Mo DeJong
2000-02-19ZipEntry.java (setCrc): Fix overflow.Bryce McKinlay
2000-02-08Properties.java (setProperty): New method.Tom Tromey
2000-02-03Calendar.java (toString): New method.Tom Tromey
2000-01-19* All files: Updated copyright to reflect Cygnus purchase.Tom Tromey
1999-11-07ZipFile.java: Compute the offset of the ZipEntry data correctly.Anthony Green
1999-10-17ClassLoader.java (getSystemResource): Use getSystemClassLoader instead of Cla...Anthony Green
1999-09-24re GNATS java.util/47 (Date.toString() returns embedded newline)Tom Tromey
1999-09-10configure: Rebuilt.Tom Tromey
1999-08-22Added missing whitespace in function calls within adaptorsAlexandre Oliva
1999-08-21natSystem.cc (getpwuid_adaptor): New overloaded function that detects the sig...Alexandre Oliva
1999-08-18natClassLoader.cc (_Jv_PrepareCompiledClass): Renamed from _Jv_InternClassStr...Kresten Krab Thorup
1999-08-11BitSet.java (set, [...]): specify "1" constant as long.Bryce McKinlay
1999-08-06Locale.java (CHINESE, [...]): New locales.Mojo Jojo
1999-06-23InflaterInputStream.java (read): Throw ZipException if inflater throws a Data...Tom Tromey
1999-06-23DatagramSocketImpl.java (localPort): Fixed typo to match JDK.Warren Levy
1999-05-24ResourceBundle.java (getBundle): Throw NullPointerException if baseName is null.Tom Tromey
1999-05-22ZipInputStream.java (fill): New method.Tom Tromey
1999-05-19GZIPOutputStream.java (write(byte[])): New method.Tom Tromey
1999-05-19natInflater.cc (inflate): Cast `len' to unsigned.Tom Tromey
1999-05-18ZipOutputStream.java (level): Initial value is Deflater.DEFAULT_COMPRESSION.Tom Tromey
1999-05-12Calendar.java (set): First call computeFields if needed.Per Bothner
1999-05-10InputStreamReader.java (read): If length is 0, return 0.Tom Tromey