Age | Commit message (Expand) | Author | Files | Lines |
2004-05-03 | GtkTextAreaPeer.java (minimumSize): Removed unused variables hScrollbarHeight... | Mark Wielaard | 1 | -1/+1 |
2004-05-03 | URLStreamHandler.java (toExternalForm): Removed unused variables. | Tom Tromey | 5 | -13/+6 |
2004-05-03 | re PR libgcj/14695 ([3.3/3.4 only] java.net.NetworkInterface.getByName() thro... | Michael Koch | 1 | -5/+9 |
2004-04-24 | CollationElementIterator.java (reset): Reset lookahead variables. | Jerry Quinn | 1 | -0/+2 |
2004-04-23 | DriverManager.java: Cleaned up imports. | Dalibor Topic | 1 | -2/+2 |
2004-04-23 | 2004-04-23 Michael Koch <konqueror@gmx.de> | Michael Koch | 2 | -19/+32 |
2004-04-23 | [multiple changes] | Dalibor Topic | 24 | -68/+62 |
2004-04-22 | [multiple changes] | Michael Koch | 2 | -43/+48 |
2004-04-22 | 2004-04-22 Michael Koch <konqueror@gmx.de> | Michael Koch | 2 | -3/+6 |
2004-04-22 | Preferences.java, [...]: Cleaned up imports. | Dalibor Topic | 6 | -12/+11 |
2004-04-22 | 2004-04-22 Michael Koch <konqueror@gmx.de> | Michael Koch | 2 | -2/+12 |
2004-04-22 | Font.java (deriveFont): Implement missing variants. | Jerry Quinn | 1 | -1/+38 |
2004-04-21 | natClass.cc (_Jv_LayoutInterfaceMethods): New method. | Bryce McKinlay | 2 | -0/+18 |
2004-04-21 | 2004-04-21 Michael Koch <konqueror@gmx.de> | Michael Koch | 3 | -6/+12 |
2004-04-21 | 2004-04-21 Michael Koch <konqueror@gmx.de> | Michael Koch | 1 | -2/+2 |
2004-04-21 | 2004-04-21 Michael Koch <konqueror@gmx.de> | Michael Koch | 2 | -3/+3 |
2004-04-20 | Channels.java: Merged coding style with GNU classpath. | Michael Koch | 1 | -2/+2 |
2004-04-20 | 2004-04-20 Michael Koch <konqueror@gmx.de> | Michael Koch | 1 | -11/+8 |
2004-04-20 | BufferedWriter.java: Reordered variables to be at top of the class. | Michael Koch | 1 | -30/+30 |
2004-04-20 | MouseEvent.java (<init>): fixed field assignment | Ingo Proetel | 1 | -3/+3 |
2004-04-20 | [multiple changes] | Michael Koch | 3 | -11/+8 |
2004-04-20 | Buffer.java, [...]: Fixed javadocs and jalopied all over java.nio. | Michael Koch | 42 | -458/+610 |
2004-04-20 | ByteBufferImpl.java, [...]: Made sure all classes are final and removed final... | Michael Koch | 14 | -115/+114 |
2004-04-20 | MarshalledObject.java, [...]: Fixed javadoc, coding style and argument names ... | Michael Koch | 44 | -384/+390 |
2004-04-20 | [multiple changes] | Michael Koch | 2 | -10/+22 |
2004-04-20 | Authenticator.java, [...]: Fixed javadocs, coding style and argument names al... | Michael Koch | 44 | -1907/+1933 |
2004-04-20 | Byte.java, [...]: Fixed javadocs, coding style and argument names all over. | Michael Koch | 21 | -158/+182 |
2004-04-20 | BufferedWriter.java, [...]: Fixed javadocs all over, rename arguments to matc... | Michael Koch | 21 | -169/+167 |
2004-04-20 | [multiple changes] | Michael Koch | 6 | -18/+237 |
2004-04-20 | AWTPermission.java, [...]: Fixed HTML tags in javadocs all over. | Michael Koch | 11 | -42/+44 |
2004-04-20 | [multiple changes] | Michael Koch | 4 | -0/+574 |
2004-04-20 | class.c (make_class_data): Add new field aux_info. | Bryce McKinlay | 7 | -8/+12 |
2004-04-16 | [multiple changes] | Graydon Hoare | 9 | -88/+100 |
2004-04-16 | prims.cc (_Jv_AllocObject): Remove `size' argument. | Bryce McKinlay | 2 | -25/+1 |
2004-04-14 | [multiple changes] | Bryce McKinlay | 1 | -7/+15 |
2004-04-09 | VMThrowable.java (getStackTrace): Pass trace as-is to modified lookup(). | Ranjit Mathew | 1 | -3/+2 |
2004-04-01 | 2004-04-01 Michael Koch <konqueror@gmx.de> | Michael Koch | 1 | -2/+1 |
2004-03-26 | NumberFormat.java: Fix spelling of setCurrency method. | Peter Moon | 1 | -2/+2 |
2004-03-23 | natClass.cc (getClassLoader): Circumvent infinite recursion when searching fo... | Anthony Green | 1 | -2/+3 |
2004-03-21 | 2004-03-21 Ito Kazumitsu <kaz@maczuka.gcd.org> | Ito Kazumitsu | 1 | -1/+18 |
2004-03-21 | URI.java (parseURI): Added unquoting. | Jeroen Frijters | 1 | -21/+130 |
2004-03-20 | URLConnection.java: Merged copyright year with classpath. | Michael Koch | 1 | -3/+2 |
2004-03-20 | RMIIncomingThread.java: New file. | Norbert Frese | 1 | -1/+9 |
2004-03-20 | 2004-03-20 Michael Koch <konqueror@gmx.de> | Michael Koch | 1 | -1/+9 |
2004-03-19 | ThreadGroup.java (list): Changed print to println. | Jeroen Frijters | 1 | -1/+1 |
2004-03-19 | BufferedReader.java: Use <=, not <&eq; to make gjdoc happy. | Mark Wielaard | 1 | -1/+1 |
2004-03-19 | Reported by Stephen Crawley | Mark Wielaard | 1 | -2/+2 |
2004-03-19 | 2004-03-19 Michael Koch <konqueror@gmx.de> | Michael Koch | 1 | -16/+2 |
2004-03-18 | 2004-03-18 Michael Koch <konqueror@gmx.de> | Michael Koch | 3 | -17/+28 |
2004-03-17 | [multiple changes] | Graydon Hoare | 10 | -211/+775 |