Age | Commit message (Expand) | Author | Files | Lines |
2004-11-06 | URLClassLoader.java (URLClassLoader): Now package-private. | Tom Tromey | 4 | -18/+16 |
2004-11-06 | Permissions.java (perms): Now package-private. | Tom Tromey | 2 | -2/+4 |
2004-11-06 | * java/io/FilePermission.java: Reindented. | Tom Tromey | 1 | -162/+146 |
2004-11-06 | ObjectOutputStream.java (currentObjectStreamClass): Now package-private. | Tom Tromey | 1 | -2/+4 |
2004-11-06 | Socket.java (getPort): Return 0 instead of -1 on unconnected sockets. | Noa Resare | 1 | -2/+2 |
2004-11-06 | StringBuffer.java, [...]: Removed redundant and reordered modifiers. | Michael Koch | 7 | -50/+49 |
2004-11-06 | 2004-11-06 Mattias Rehnberg <Mattias.Rehnberg@home.se> | Mattias Rehnberg | 2 | -1/+18 |
2004-11-06 | Fixes documentation and indentation | Robert Schuster | 1 | -166/+225 |
2004-10-30 | re PR libgcj/18234 (System property java.library.path doesn't get used by Sys... | Mark Wielaard | 1 | -3/+3 |
2004-10-26 | * libjava/java/lang/Class.h | Kriang Lerdsuwanakij | 1 | -5/+12 |
2004-10-26 | Index: gcc/gcc/ChangeLog | Geoffrey Keating | 2 | -3/+26 |
2004-10-25 | ResourceBundle.java (tryBundle): Use Class.isAssignableFrom rather than catch... | Tom Tromey | 1 | -2/+8 |
2004-10-25 | WordBreakIterator.java (WordBreakIterator): Don't initialize `iter'. | Tom Tromey | 1 | -1/+5 |
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 |