| Commit message (Expand) | Author | Age | Files | Lines |
* | re PR libgcj/18234 (System property java.library.path doesn't get used by Sys... | Mark Wielaard | 2004-10-30 | 2 | -3/+10 |
* | Output_UnicodeLittleUnmarked.java: New file. | David Daney | 2004-10-28 | 4 | -2/+59 |
* | re PR libgcj/18104 (Incorrect CLASSPATH separator in libjava breaks bootstrap) | Aaron W. LaFramboise | 2004-10-26 | 9 | -57/+99 |
* | 2004-10-26 Michael Koch <konqueror@gmx.de> | Michael Koch | 2004-10-26 | 2 | -1/+10 |
* | * libjava/java/lang/Class.h | Kriang Lerdsuwanakij | 2004-10-26 | 2 | -5/+17 |
* | Index: gcc/gcc/ChangeLog | Geoffrey Keating | 2004-10-26 | 12 | -11/+171 |
* | ResourceBundle.java (tryBundle): Use Class.isAssignableFrom rather than catch... | Tom Tromey | 2004-10-25 | 2 | -2/+13 |
* | WordBreakIterator.java (WordBreakIterator): Don't initialize `iter'. | Tom Tromey | 2004-10-25 | 7 | -10/+33 |
* | re PR other/18138 (libgcc_s.so.1 not found by 64-bit testsuite) | Eric Botcazou | 2004-10-25 | 2 | -1/+6 |
* | DocFlavor.java, [...]: Added missing constants. | Michael Koch | 2004-10-23 | 4 | -4/+78 |
* | Connection.java (sendRequest): Fix typo. | Tom Tromey | 2004-10-22 | 2 | -1/+6 |
* | re PR libgcj/14009 (libgcj HttpURLConnection does not handle situation where ... | Michael Koch | 2004-10-22 | 2 | -2/+10 |
* | Fixed ChangeLog entry of my last commit. | Michael Koch | 2004-10-22 | 1 | -38/+39 |
* | 2004-10-22 Michael Koch <konqueror@gmx.de> | Michael Koch | 2004-10-22 | 39 | -180/+201 |
* | * gnu/java/net/natPlainSocketImplPosix.cc | Ulrich Weigand | 2004-10-22 | 2 | -1/+7 |
* | NetworkInterface.java, [...]: Import cleanup. | Michael Koch | 2004-10-21 | 8 | -10/+23 |
* | HandshakeCompletedEvent.java, [...]: Import cleanup. | Michael Koch | 2004-10-21 | 8 | -13/+21 |
* | BasicAttribute.java, [...]: Import cleanup. | Michael Koch | 2004-10-21 | 18 | -35/+66 |
* | Cipher.java, [...]: Import cleanup. | Michael Koch | 2004-10-21 | 10 | -24/+30 |
* | AlgorithmParameterGenerator.java, [...]: Import cleanup. | Michael Koch | 2004-10-21 | 30 | -453/+500 |
* | MarshalledObject.java, [...]: Import cleanup. | Michael Koch | 2004-10-21 | 22 | -68/+110 |
* | InflaterInputStream.java (fill): Don't throw an exception if we hit EOF of `in'. | Tom Tromey | 2004-10-21 | 2 | -8/+10 |
* | * gnu/java/nio/channels/natFileChannelPosix.cc | Ulrich Weigand | 2004-10-21 | 2 | -2/+8 |
* | ResourceBundle.java (tryBundle): Also ignore ClassCastException. | Tom Tromey | 2004-10-21 | 2 | -1/+7 |
* | configure.ac (SIGNAL_HANDLER): Set to include/sh-signal.h for all sh*-*-linux... | Kaz Kojima | 2004-10-21 | 4 | -4/+107 |
* | Add m32r support. | Kazuhiro Inaoka | 2004-10-21 | 2 | -0/+12 |
* | natClass.cc (_Jv_LayoutVTableMethods): Cast pointers to uaddr, not int. | Andreas Schwab | 2004-10-20 | 3 | -5/+12 |
* | ColorSupported.java, [...]: Reorganized imports and removed redundant final m... | Michael Koch | 2004-10-20 | 56 | -109/+193 |
* | SaslClient.java, [...]: Remvoed CVS tags. | Michael Koch | 2004-10-20 | 6 | -6/+9 |
* | NullConfiguration.java, [...]: Cleaned up import statements and copyright not... | Michael Koch | 2004-10-20 | 14 | -56/+65 |
* | RMIC.java: Reformatted. | Michael Koch | 2004-10-20 | 2 | -958/+955 |
* | Timestamp.java, [...]: Reorganized imports and fixed copyright headers. | Michael Koch | 2004-10-20 | 17 | -49/+66 |
* | ConsoleHandler.java, [...]: Standardized copyrigth header. | Michael Koch | 2004-10-20 | 17 | -105/+75 |
* | AlgorithmParameterGenerator.java, [...]: Import statements reorganized... | Michael Koch | 2004-10-20 | 26 | -49/+98 |
* | 2004-10-18 Jeroen Frijters <jeroen@frijters.net> | Jeroen Frijters | 2004-10-18 | 2 | -3/+12 |
* | 2004-10-18 Sven de Marothy <sven@physto.se> | Sven de Marothy | 2004-10-18 | 2 | -2/+8 |
* | ExtraClassLoader.java: New. | Mark Wielaard | 2004-10-18 | 2 | -0/+41 |
* | re PR libgcj/18036 (Bad interaction between interpreter and Class.forName()) | Andrew Haley | 2004-10-18 | 2 | -14/+23 |
* | 2004-10-18 Jeroen Frijters <jeroen@frijters.net> | Jeroen Frijters | 2004-10-18 | 2 | -2/+9 |
* | BufferedInputStream.java: Fixed @author tag. | Michael Koch | 2004-10-18 | 6 | -17/+28 |
* | Inet4Address.java: Merged file header and javadocs. | Michael Koch | 2004-10-18 | 4 | -31/+31 |
* | [multiple changes] | Michael Koch | 2004-10-18 | 7 | -10/+26 |
* | System.java: Revert accidential change. | Michael Koch | 2004-10-18 | 2 | -0/+11 |
* | Math.java, [...]: Reworked import statements, HTML in javadocs and modifier o... | Michael Koch | 2004-10-18 | 9 | -42/+60 |
* | 2004-10-18 Jeroen Frijters <jeroen@frijters.net> | Jeroen Frijters | 2004-10-18 | 4 | -4/+13 |
* | PlainDatagramSocketImpl.java: Reworked import statements. | Michael Koch | 2004-10-18 | 4 | -4/+15 |
* | 2004-10-18 Michael Koch <konqueror@gmx.de> | Michael Koch | 2004-10-18 | 2 | -1/+6 |
* | [multiple changes] | Michael Koch | 2004-10-18 | 4 | -17/+38 |
* | BindException.java, [...]: Big import statement and @author tag cleanup. | Michael Koch | 2004-10-17 | 35 | -111/+140 |
* | OID.java, [...]: Import statements cleaned up. | Michael Koch | 2004-10-17 | 6 | -65/+48 |