Sat, 28 Sep 2013 20:54:50 +0200Explicitly enumerating the classes we want to compile against javac
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Sat, 28 Sep 2013 20:54:50 +0200] rev 1323
Explicitly enumerating the classes we want to compile against

Sat, 28 Sep 2013 13:08:41 +0200Adding some implementation of in/out/err streams javac
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Sat, 28 Sep 2013 13:08:41 +0200] rev 1322
Adding some implementation of in/out/err streams

Sat, 28 Sep 2013 12:03:59 +0200Can use Constructor.newInstance with parameters javac
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Sat, 28 Sep 2013 12:03:59 +0200] rev 1321
Can use Constructor.newInstance with parameters

Sat, 28 Sep 2013 02:45:17 +0200However the Locale class needs to be simplified - it is suprising how a class used in a trival way may get bloated javac
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Sat, 28 Sep 2013 02:45:17 +0200] rev 1320
However the Locale class needs to be simplified - it is suprising how a class used in a trival way may get bloated

Sat, 28 Sep 2013 02:44:17 +0200Merging the needed Locale javac
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Sat, 28 Sep 2013 02:44:17 +0200] rev 1319
Merging the needed Locale

Sat, 28 Sep 2013 02:18:42 +0200String.format needs Locale jdk7-b147
Jaroslav Tulach <jtulach@netbeans.org> [Sat, 28 Sep 2013 02:18:42 +0200] rev 1318
String.format needs Locale

Sat, 28 Sep 2013 02:43:18 +0200Some trivial implementations of methods that work with Locale javac
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Sat, 28 Sep 2013 02:43:18 +0200] rev 1317
Some trivial implementations of methods that work with Locale

Sat, 28 Sep 2013 02:11:01 +0200Can convert URL to URI javac
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Sat, 28 Sep 2013 02:11:01 +0200] rev 1316
Can convert URL to URI

Sat, 28 Sep 2013 02:04:01 +0200Bringing in StringReader and StringWriter javac
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Sat, 28 Sep 2013 02:04:01 +0200] rev 1315
Bringing in StringReader and StringWriter

Sat, 28 Sep 2013 02:02:00 +0200Adding StringWriter and reader as it is used in Javac jdk7-b147
Jaroslav Tulach <jtulach@netbeans.org> [Sat, 28 Sep 2013 02:02:00 +0200] rev 1314
Adding StringWriter and reader as it is used in Javac