Age | Commit message (Expand) | Author | Files | Lines |
2003-01-02 | Makefile.in: Rebuilt. | Tom Tromey | 1 | -0/+1 |
2002-12-22 | Makefile.am: Move org.xml.sax and org.w3c.dom into their own libraries. | Anthony Green | 1 | -57/+61 |
2002-12-20 | Makefile.am (ordinary_java_source_files): Add org/xml/sax/helpers/NewInstance... | Anthony Green | 1 | -0/+1 |
2002-12-11 | Makefile.in: Rebuilt. | Tom Tromey | 1 | -0/+1 |
2002-12-05 | Makefile.in: Rebuilt. | Tom Tromey | 1 | -0/+2 |
2002-12-03 | natClassLoader.cc (_Jv_PrepareCompiledClass): Call _Jv_PushClass. | Andrew Haley | 1 | -1/+3 |
2002-11-21 | AsynchronousCloseException.java, [...]: New files. | Michael Koch | 1 | -0/+14 |
2002-11-20 | Makefile.am (ordinary_java_source_files): Added java/nio/channels/FileChannel... | Michael Koch | 1 | -0/+1 |
2002-11-18 | Makefile.am (ordinary_java_source_files): Added java/nio/ReadOnlyBufferExcept... | Michael Koch | 1 | -0/+2 |
2002-11-13 | Buffer.java: Implemented. | Michael Koch | 1 | -1/+14 |
2002-11-11 | BufferOverflowException.java, [...]: New file. | Michael Koch | 1 | -0/+2 |
2002-11-10 | Applet.java, [...]: New versions from Classpath. | Tom Tromey | 1 | -0/+2 |
2002-11-02 | Makefile.am (AM_MAKEFLAGS): Don't pass JC1FLAGS, CC and CXX, do pass GCJFLAGS. | Andreas Schwab | 1 | -3/+4 |
2002-11-01 | ByteOrder.java: New file. | Michael Koch | 1 | -0/+13 |
2002-10-07 | Buffer.java: New stub file. | Michael Koch | 1 | -0/+1 |
2002-10-07 | ByteBuffer.java, [...]: New files, forgot to add these dummies. | Michael Koch | 1 | -0/+2 |
2002-10-07 | AlreadyConnectedException.java, [...]: New file. | Michael Koch | 1 | -0/+15 |
2002-10-05 | 2002-10-05 Michael Koch <konqueror@gmx.de> | Michael Koch | 1 | -0/+3 |
2002-10-03 | Makefile.in: Rebuilt. | Tom Tromey | 1 | -2/+12 |
2002-10-01 | ObjectInputStream.java (resolveProxyClass): New method from Classpath. | Tom Tromey | 1 | -0/+3 |
2002-09-30 | Add Proxy support. | Anthony Green | 1 | -1/+19 |
2002-09-25 | AbstractSelectableChannel.java: New file. | Michael Koch | 1 | -0/+1 |
2002-09-25 | 2002-09-25 Michael Koch <konqueror@gmx.de> | Michael Koch | 1 | -0/+1 |
2002-09-23 | Makefile.am (all-multi): Fix multilib parallel build. | Kaveh R. Ghazi | 1 | -1/+1 |
2002-09-18 | Matcher.java, [...]: Merge with classpath, new files. | Michael Koch | 1 | -1/+4 |
2002-09-17 | NetworkInterface.java: New file. | Michael Koch | 1 | -0/+2 |
2002-09-13 | DatagramChannel.java, [...]: New dummy files to make java.net fully JDK 1.4 c... | Michael Koch | 1 | -0/+4 |
2002-08-30 | Makefile.in: Rebuilt. | Jeff Sturm | 1 | -3/+3 |
2002-08-24 | Makefile.am (libgcj_la_SOURCES): Remove name-finder.cc. | Mark Wielaard | 1 | -2/+5 |
2002-08-21 | Makefile.in: Rebuilt. | Tom Tromey | 1 | -0/+2 |
2002-08-20 | URISyntaxException.java: New file. | Michael Koch | 1 | -0/+3 |
2002-08-11 | Reenable patch since shared library troubles on powerpc are solved: | Mark Wielaard | 1 | -0/+11 |
2002-08-09 | [multiple changes] | Bryce McKinlay | 1 | -0/+3 |
2002-08-09 | AWT/Swing merge from GNU Classpath. | Bryce McKinlay | 1 | -40/+443 |
2002-08-01 | Revert patch that breaks libgcj shared library on powerpc: | Mark Wielaard | 1 | -11/+0 |
2002-07-15 | Makefile.in: Rebuilt. | Tom Tromey | 1 | -0/+3 |
2002-07-14 | 2002-07-14� Mark Wielaard� <mark@klomp.org> | Mark Wielaard | 1 | -0/+11 |
2002-06-24 | Makefile.in: Rebuilt. | Tom Tromey | 1 | -1/+1 |
2002-06-21 | Reformat JDBC classes and add new JDK 1.4 classes and methods. | Bryce McKinlay | 1 | -0/+17 |
2002-06-18 | javaprims.h: Updated class declaration list. | Tom Tromey | 1 | -1/+0 |
2002-06-18 | javaprims.h: Updated class declaration list. | Tom Tromey | 1 | -0/+1 |
2002-06-17 | javaprims.h: Updated class declaration list. | Tom Tromey | 1 | -0/+1 |
2002-06-11 | Class.h (Class::desiredAssertionStatus): Declare. | Tom Tromey | 1 | -0/+1 |
2002-06-05 | Makefile.am (libgcj_convenience.la): Revert the last change. | H.J. Lu | 1 | -9/+3 |
2002-06-04 | Use ## for comment. | H.J. Lu | 1 | -3/+3 |
2002-06-04 | Makefile.am (libgcj_convenience.la): New target. | H.J. Lu | 1 | -3/+9 |
2002-05-24 | Merge JDK 1.4 java.security changes from classpath. | Bryce McKinlay | 1 | -0/+5 |
2002-05-24 | Merge JDK 1.4 exception chaining support from classpath. | Bryce McKinlay | 1 | -1/+2 |
2002-05-23 | Makefile.am (all-recursive): Depend on $all_java_class_files so that they bui... | Bryce McKinlay | 1 | -1/+3 |
2002-05-13 | re PR libgcj/6389 (System.getProperty("") should always throw an IllegalArgum... | Tom Tromey | 1 | -0/+1 |