Age | Commit message (Expand) | Author | Files | Lines |
2004-10-22 | 2004-10-22 Michael Koch <konqueror@gmx.de> | Michael Koch | 33 | -164/+153 |
2004-10-21 | NetworkInterface.java, [...]: Import cleanup. | Michael Koch | 2 | -1/+3 |
2004-10-21 | AlgorithmParameterGenerator.java, [...]: Import cleanup. | Michael Koch | 29 | -453/+467 |
2004-10-21 | MarshalledObject.java, [...]: Import cleanup. | Michael Koch | 21 | -68/+85 |
2004-10-21 | InflaterInputStream.java (fill): Don't throw an exception if we hit EOF of `in'. | Tom Tromey | 1 | -8/+4 |
2004-10-21 | ResourceBundle.java (tryBundle): Also ignore ClassCastException. | Tom Tromey | 1 | -1/+2 |
2004-10-21 | Add m32r support. | Kazuhiro Inaoka | 1 | -0/+8 |
2004-10-20 | natClass.cc (_Jv_LayoutVTableMethods): Cast pointers to uaddr, not int. | Andreas Schwab | 2 | -5/+5 |
2004-10-20 | Timestamp.java, [...]: Reorganized imports and fixed copyright headers. | Michael Koch | 6 | -9/+11 |
2004-10-20 | ConsoleHandler.java, [...]: Standardized copyrigth header. | Michael Koch | 16 | -105/+55 |
2004-10-20 | AlgorithmParameterGenerator.java, [...]: Import statements reorganized... | Michael Koch | 25 | -49/+67 |
2004-10-18 | 2004-10-18 Jeroen Frijters <jeroen@frijters.net> | Jeroen Frijters | 1 | -3/+7 |
2004-10-18 | 2004-10-18 Sven de Marothy <sven@physto.se> | Sven de Marothy | 1 | -2/+3 |
2004-10-18 | 2004-10-18 Jeroen Frijters <jeroen@frijters.net> | Jeroen Frijters | 1 | -2/+4 |
2004-10-18 | BufferedInputStream.java: Fixed @author tag. | Michael Koch | 5 | -17/+16 |
2004-10-18 | Inet4Address.java: Merged file header and javadocs. | Michael Koch | 3 | -31/+22 |
2004-10-18 | [multiple changes] | Michael Koch | 5 | -7/+8 |
2004-10-18 | System.java: Revert accidential change. | Michael Koch | 1 | -0/+7 |
2004-10-18 | Math.java, [...]: Reworked import statements, HTML in javadocs and modifier o... | Michael Koch | 8 | -42/+48 |
2004-10-18 | 2004-10-18 Jeroen Frijters <jeroen@frijters.net> | Jeroen Frijters | 2 | -2/+2 |
2004-10-18 | PlainDatagramSocketImpl.java: Reworked import statements. | Michael Koch | 1 | -2/+2 |
2004-10-18 | 2004-10-18 Michael Koch <konqueror@gmx.de> | Michael Koch | 1 | -1/+1 |
2004-10-18 | [multiple changes] | Michael Koch | 3 | -17/+18 |
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 |