Age | Commit message (Expand) | Author | Files | Lines |
2004-10-17 | BindException.java, [...]: Big import statement and @author tag cleanup. | Michael Koch | 34 | -111/+102 |
2004-10-16 | RMIMarshalledObjectOutputStream.java [...]: File headers and import statement... | Michael Koch | 41 | -118/+97 |
2004-10-16 | UTF_16.java, [...]: Cleanup. | Michael Koch | 5 | -7/+11 |
2004-10-16 | BigDecimal.java, [...]: Reorganized import statements, removed redundant and ... | Michael Koch | 2 | -38/+34 |
2004-10-10 | Calendar.java (set): Invalidate DST_OFFSET field as a DST boundary may have b... | Bryce McKinlay | 2 | -11/+12 |
2004-10-09 | 2004-10-09 Michael Koch <konqueror@gmx.de> | Michael Koch | 9 | -51/+58 |
2004-09-30 | 2004-09-30 Tom Tromey <tromey@redhat.com> | Tom Tromey | 1 | -1/+1 |
2004-09-30 | InetAddress.java: Reformatted. | Michael Koch | 1 | -32/+23 |
2004-09-30 | Beans.java, [...]: Reordered import statements and removed redundant modifiers. | Michael Koch | 9 | -20/+21 |
2004-09-28 | URLConnection.java: Reformatted. | Michael Koch | 2 | -33/+40 |
2004-09-27 | 2004-09-27 Michael Koch <konqueror@gmx.de> | Michael Koch | 1 | -11/+17 |
2004-09-26 | Collections.java (sort): Copy from array in forwards order... | Per Bothner | 1 | -4/+4 |
2004-09-26 | System.java (properties): Make package private. | Mark Wielaard | 2 | -3/+18 |
2004-09-26 | 2004-09-26 Casey Marshall <csm@gnu.org> | Casey Marshall | 2 | -3/+3 |
2004-09-25 | [multiple changes] | Mark Wielaard | 3 | -283/+360 |
2004-09-25 | Proxy.java (getPackage, [...]): Fixed handling of default package. | Jeroen Frijters | 1 | -21/+11 |
2004-09-25 | ObjectStreamField.java: Removed unused import statement. | Michael Koch | 1 | -1/+0 |
2004-09-24 | 2004-09-24 Casey Marshall <csm@gnu.org> | Casey Marshall | 1 | -1/+1 |
2004-09-24 | ClassLoader.java (loadedClasses): Declare as HashMap. | Tom Tromey | 1 | -3/+3 |
2004-09-24 | ObjectInputStream.java: Re-ordered imports. | Michael Koch | 1 | -9/+6 |
2004-09-24 | ObjectInputStream.java (callReadMethod): re-throw `ClassNotFoundException'. | Casey Marshall | 1 | -1/+4 |
2004-09-24 | ObjectInputStream.java (readObject): Delegate instantation of Externalizable ... | Jeroen Frijters | 2 | -23/+50 |
2004-09-24 | URL.java (systemClassLoader): New static field. | Mark Wielaard | 1 | -20/+28 |
2004-09-24 | 2004-09-24 Guilhem Lavaux <guilhem@kaffe.org> | Guilhem Lavaux | 1 | -17/+25 |
2004-09-24 | [multiple changes] | Michael Koch | 1 | -1/+3 |
2004-09-24 | 2004-09-24 Jeroen Frijters <jeroen@frijters.net> | Jeroen Frijters | 1 | -7/+7 |
2004-09-23 | AppletContext.java, [...]: Jalopied and checkstyle clean. | Michael Koch | 4 | -12/+15 |
2004-09-23 | 2004-09-23 Mark Wielaard <mark@klomp.org> | Mark Wielaard | 1 | -3/+17 |
2004-09-23 | re PR libgcj/17623 (URL does not retain userInfo across context constructor.) | David Daney | 1 | -1/+6 |
2004-09-22 | re PR java/14446 (GZIPInputStream: corrupted gzip file - crc mismatch) | Tom Tromey | 2 | -1/+19 |
2004-09-21 | natMethod.cc (_Jv_CallAnyMethodA): Indentation fix. | Tom Tromey | 1 | -1/+2 |
2004-09-21 | 2004-09-21 Michael Koch <konqueror@gmx.de> | Michael Koch | 1 | -2/+3 |
2004-09-21 | TreeMap.java (root): Don't initialize. | Mark Wielaard | 1 | -2/+7 |
2004-09-21 | 2004-09-21 Casey Marshall <csm@gnu.org> | Andreas Tobler | 1 | -35/+21 |
2004-09-21 | ByteBuffer.java (hashCode): Implemented. | Sven de Marothy | 7 | -14/+124 |
2004-09-21 | [multiple changes] | Andreas Tobler | 2 | -0/+1570 |
2004-09-14 | natPosixProcess.cc (waitForSignal): Ignore return value of sigsuspend. | Richard Henderson | 1 | -11/+8 |
2004-09-11 | natThread.cc (finalize_native): Destroy join conditional variable and mutex i... | Mohan Embar | 1 | -0/+6 |
2004-09-09 | [multiple changes] | Andreas Tobler | 6 | -23/+33 |
2004-09-09 | 2004-09-09 Michael Koch <konqueror@gmx.de> | Michael Koch | 1 | -1/+1 |
2004-09-09 | [multiple changes] | Michael Koch | 1 | -14/+42 |
2004-09-05 | natNetworkInterfaceWin32.cc (getRealNetworkInterfaces): Changed pfn from stat... | Mohan Embar | 1 | -1/+10 |
2004-09-02 | [multiple changes] | Graydon Hoare | 20 | -1041/+1757 |
2004-08-31 | AttributedString.java (AttributedString): Use ArrayList to build array of att... | Tom Tromey | 1 | -5/+7 |
2004-08-30 | UID.java (UID): Read `nextCount', not count. | Tom Tromey | 1 | -2/+2 |
2004-08-30 | File.java File (String,String): Fixed handling of empty path. | Jeroen Frijters | 1 | -6/+29 |
2004-08-30 | [multiple changes] | Andreas Tobler | 7 | -7/+7 |
2004-08-30 | DummyKeyPairGenerator.java (clone): Removed useless instanceof check. | Casey Marshall | 7 | -54/+39 |
2004-08-29 | 2004-08-29 Mark Wielaard <mark@klomp.org> | Mark Wielaard | 1 | -9/+26 |
2004-08-29 | AbstractCollection.java, [...]: Added additional exceptions to documentation... | Andrew John Hughes | 12 | -54/+557 |