Age | Commit message (Expand) | Author | Files | Lines |
2004-04-30 | re PR java/15133 (gcjh generates wrong method signatures) | Ranjit Mathew | 5 | -3/+46 |
2004-04-30 | builtins.c (java_builtins): Add acos, asin, ceil and floor. | Roger Sayle | 2 | -2/+28 |
2004-04-25 | jacks.exp (gcj_jacks_write): Explicitly limit the maximum heap size to avoid ... | Ranjit Mathew | 2 | -1/+11 |
2004-04-24 | CollationElementIterator.java (reset): Reset lookahead variables. | Jerry Quinn | 2 | -0/+7 |
2004-04-23 | * jni/classpath/jcl.c: Changed C++ comments into C comments. | Mark Wielaard | 2 | -1/+9 |
2004-04-23 | DriverManager.java: Cleaned up imports. | Dalibor Topic | 2 | -2/+7 |
2004-04-23 | 2004-04-23 Michael Koch <konqueror@gmx.de> | Michael Koch | 3 | -19/+48 |
2004-04-23 | 2004-04-23 Michael Koch <konqueror@gmx.de> | Michael Koch | 2 | -40/+34 |
2004-04-23 | PortableRemoteObjectDelegate.java, [...]: Cleaned up imports. | Dalibor Topic | 7 | -24/+36 |
2004-04-23 | [multiple changes] | Dalibor Topic | 25 | -68/+98 |
2004-04-22 | Makefile.am (PEDANTIC_CFLAGS): New -ansi -pedantic -Wall -Wno-long-long flags... | Mark Wielaard | 3 | -3/+18 |
2004-04-22 | [multiple changes] | Michael Koch | 4 | -4/+16 |
2004-04-22 | X500Principal.java: Cleaned up imports. | Dalibor Topic | 2 | -8/+8 |
2004-04-22 | JSlider.java: Fixed HTML tags in comments. | Dalibor Topic | 2 | -1/+6 |
2004-04-22 | AccessibleText.java: Cleaned up imports. | Dalibor Topic | 2 | -2/+8 |
2004-04-22 | [multiple changes] | Michael Koch | 3 | -43/+64 |
2004-04-22 | 2004-04-22 Michael Koch <konqueror@gmx.de> | Michael Koch | 3 | -3/+13 |
2004-04-22 | Preferences.java, [...]: Cleaned up imports. | Dalibor Topic | 7 | -12/+25 |
2004-04-22 | 2004-04-22 Michael Koch <konqueror@gmx.de> | Michael Koch | 3 | -2/+23 |
2004-04-22 | Font.java (deriveFont): Implement missing variants. | Jerry Quinn | 3 | -2/+78 |
2004-04-21 | natClass.cc (_Jv_LayoutInterfaceMethods): New method. | Bryce McKinlay | 3 | -0/+24 |
2004-04-21 | 2004-04-21 Michael Koch <konqueror@gmx.de> | Michael Koch | 4 | -6/+23 |
2004-04-21 | 2004-04-21 Michael Koch <konqueror@gmx.de> | Michael Koch | 2 | -1/+6 |
2004-04-21 | ServiceFactory.java, [...]: New files. | Michael Koch | 21 | -3/+3883 |
2004-04-21 | 2004-04-21 Michael Koch <konqueror@gmx.de> | Michael Koch | 2 | -2/+7 |
2004-04-21 | gthread-jni.c (maybe_rethrow): Explicitly malloc and free buf. | Mark Wielaard | 2 | -18/+35 |
2004-04-21 | AuthenticationException.java, [...]: Cleaned up imports. | Dalibor Topic | 33 | -69/+76 |
2004-04-21 | gnu_java_awt_peer_gtk_GtkCheckboxPeer.c: Changed C++ comments into C comments. | Mark Wielaard | 8 | -48/+61 |
2004-04-21 | JFrame.java: Implement WindowConstants. | Mark Wielaard | 4 | -32/+84 |
2004-04-21 | 2004-04-21 Michael Koch <konqueror@gmx.de> | Michael Koch | 3 | -3/+10 |
2004-04-20 | SearchControls.java: Don't explicitely extend java.lang.Object. | Michael Koch | 3 | -3/+10 |
2004-04-20 | Channels.java: Merged coding style with GNU classpath. | Michael Koch | 2 | -2/+7 |
2004-04-20 | 2004-04-20 Michael Koch <konqueror@gmx.de> | Michael Koch | 2 | -11/+13 |
2004-04-20 | BufferedWriter.java: Reordered variables to be at top of the class. | Michael Koch | 2 | -30/+36 |
2004-04-20 | MouseEvent.java (<init>): fixed field assignment | Ingo Proetel | 2 | -3/+7 |
2004-04-20 | [multiple changes] | Michael Koch | 4 | -11/+24 |
2004-04-20 | Buffer.java, [...]: Fixed javadocs and jalopied all over java.nio. | Michael Koch | 43 | -458/+656 |
2004-04-20 | ByteBufferImpl.java, [...]: Made sure all classes are final and removed final... | Michael Koch | 15 | -115/+133 |
2004-04-20 | MarshalledObject.java, [...]: Fixed javadoc, coding style and argument names ... | Michael Koch | 46 | -386/+441 |
2004-04-20 | [multiple changes] | Michael Koch | 3 | -10/+34 |
2004-04-20 | Authenticator.java, [...]: Fixed javadocs, coding style and argument names al... | Michael Koch | 45 | -1907/+1981 |
2004-04-20 | Byte.java, [...]: Fixed javadocs, coding style and argument names all over. | Michael Koch | 22 | -158/+207 |
2004-04-20 | BufferedWriter.java, [...]: Fixed javadocs all over, rename arguments to matc... | Michael Koch | 22 | -169/+193 |
2004-04-20 | [multiple changes] | Michael Koch | 7 | -18/+260 |
2004-04-20 | JLayeredPane.java, [...]: Fixed HTML tags in javadocs all over. | Michael Koch | 6 | -70/+79 |
2004-04-20 | 2004-04-20 Michael Koch <konqueror@gmx.de> | Michael Koch | 6 | -12/+37 |
2004-04-20 | 2004-04-20 Michael Koch <konqueror@gmx.de> | Michael Koch | 3 | -38/+61 |
2004-04-20 | AWTPermission.java, [...]: Fixed HTML tags in javadocs all over. | Michael Koch | 12 | -42/+59 |
2004-04-20 | GtkFontPeer.java: Use fallback when MissingResourceException is thrown. | Mark Wielaard | 3 | -8/+25 |
2004-04-20 | [multiple changes] | Michael Koch | 8 | -1/+644 |