Re: [cp-patches] [RFC/PATCH] Add java.io.IOError class

2012-01-06 Thread Dr Andrew John Hughes
On 19:25 Thu 05 Jan , Pekka Enberg wrote: This patch adds a missing IOError class to GNU Classpath that was introduced in Java 1.6. 2012-01-05 Pekka Enberg penb...@kernel.org * java/io/IOError: Add new class. Looks good. Would be nice to have Javadoc on the

[cp-patches] [RFC/PATCH v2] Add java/io/Console class and java/lang/System.console() method

2012-01-06 Thread Pekka Enberg
This patch implements java/io/Console and adds a console() method to java/lang/System. The implementation is lame but it works reasonably well. 2012-01-06 Pekka Enberg penb...@kernel.org * include/Makefile.am: Add java_io_VMConsole.h. * java/io/Console: Add