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