Mon, 07 Oct 2013 16:14:56 +0200 Jaroslav Tulach Bringing RegEx into default branch as it is needed for Javac
Mon, 07 Oct 2013 16:13:27 +0200 Jaroslav Tulach Adding RegEx implementation jdk7-b147
Mon, 07 Oct 2013 14:59:21 +0200 Jaroslav Tulach Now, when the minimal API profile is not self contained, we need to ignore classes coming from the boot classpath
Mon, 07 Oct 2013 14:24:15 +0200 Jaroslav Tulach Depend on right version of net.java.html APIs
Mon, 07 Oct 2013 13:37:16 +0200 Jaroslav Tulach Enough to run the test in JDK for now
Sat, 05 Oct 2013 07:23:48 +0200 Jaroslav Tulach Need to skip URI and System references, as they are not part of minimal API profile
Fri, 04 Oct 2013 15:02:17 +0200 Jaroslav Tulach Charset can be compiled now
Fri, 04 Oct 2013 15:01:04 +0200 Jaroslav Tulach Correct way of expanding the array
Fri, 04 Oct 2013 12:05:02 +0200 Jaroslav Tulach Trivial access controller
Fri, 04 Oct 2013 12:01:56 +0200 Jaroslav Tulach Somehow implementing the calendar classes so they compile
Fri, 04 Oct 2013 11:07:00 +0200 Jaroslav Tulach Commenting out stuff in java.text so the classes compile
Fri, 04 Oct 2013 10:52:01 +0200 Jaroslav Tulach Concurrency utilities
Thu, 03 Oct 2013 17:36:44 +0200 Jaroslav Tulach Implementation of few more JDK classes
Thu, 03 Oct 2013 15:51:55 +0200 Jaroslav Tulach Work on javac branch seems to have some results, so merge it
Thu, 03 Oct 2013 15:43:10 +0200 Jaroslav Tulach Merging JDK classes need to run javac into default branch - don't compile yet
Thu, 03 Oct 2013 15:40:35 +0200 Jaroslav Tulach Set of JDK classes needed to run javac jdk7-b147
Thu, 03 Oct 2013 14:45:25 +0200 Jaroslav Tulach Can get access to ClassLoader and use it to load resources and classes
Thu, 03 Oct 2013 14:43:00 +0200 Jaroslav Tulach Float.parseFloat implemented
Thu, 03 Oct 2013 14:39:56 +0200 Jaroslav Tulach String.replace is now capable to relace a pattern with a longer super pattern
Thu, 03 Oct 2013 14:35:09 +0200 Jaroslav Tulach Throw index out of bounds exception
Thu, 03 Oct 2013 10:07:18 +0200 Jaroslav Tulach Merging two heads javac
Mon, 30 Sep 2013 17:11:18 +0200 Jaroslav Tulach Make sure os.name property is defined javac
Thu, 03 Oct 2013 10:03:22 +0200 Jaroslav Tulach Bringing in Tomas's no java.io.File file manager javac
Thu, 03 Oct 2013 10:02:13 +0200 Jaroslav Tulach Fixing license
Wed, 02 Oct 2013 22:32:57 +0200 tzezula Fixed ClassLoader problems.
Wed, 02 Oct 2013 21:00:24 +0200 tzezula ClassLoaderFileManager
Sat, 28 Sep 2013 20:54:50 +0200 Jaroslav Tulach Explicitly enumerating the classes we want to compile against javac
Sat, 28 Sep 2013 13:08:41 +0200 Jaroslav Tulach Adding some implementation of in/out/err streams javac
Sat, 28 Sep 2013 12:03:59 +0200 Jaroslav Tulach Can use Constructor.newInstance with parameters javac
Sat, 28 Sep 2013 02:45:17 +0200 Jaroslav Tulach However the Locale class needs to be simplified - it is suprising how a class used in a trival way may get bloated javac
Sat, 28 Sep 2013 02:44:17 +0200 Jaroslav Tulach Merging the needed Locale javac
Sat, 28 Sep 2013 02:18:42 +0200 Jaroslav Tulach String.format needs Locale jdk7-b147
Sat, 28 Sep 2013 02:43:18 +0200 Jaroslav Tulach Some trivial implementations of methods that work with Locale javac
Sat, 28 Sep 2013 02:11:01 +0200 Jaroslav Tulach Can convert URL to URI javac
Sat, 28 Sep 2013 02:04:01 +0200 Jaroslav Tulach Bringing in StringReader and StringWriter javac
Sat, 28 Sep 2013 02:02:00 +0200 Jaroslav Tulach Adding StringWriter and reader as it is used in Javac jdk7-b147
Sat, 28 Sep 2013 02:03:14 +0200 Jaroslav Tulach Javac uses Throwable printStackTrace method a lot javac
Sat, 28 Sep 2013 01:32:59 +0200 Jaroslav Tulach Adding more reflection methods, but mostly throwing exceptions javac
Sat, 28 Sep 2013 01:23:06 +0200 Jaroslav Tulach Bringing changes from default branch javac
Fri, 27 Sep 2013 20:20:50 +0200 Jaroslav Tulach JavaOne attendees asked for support for String.replaceAll, so here it is
Thu, 26 Sep 2013 16:40:32 -0700 Anton Epple documentation canvas
Thu, 26 Sep 2013 16:33:04 -0700 Anton Epple documentation canvas
Fri, 27 Sep 2013 00:49:48 +0200 Jaroslav Tulach Use factory method to create GraphicsContext canvas
Fri, 27 Sep 2013 00:41:07 +0200 Jaroslav Tulach Commenting out currently not needed methods canvas
Thu, 26 Sep 2013 23:50:31 +0200 Jaroslav Tulach Depend on 0.9-SNAPSHOT version of the API canvas
Thu, 26 Sep 2013 14:33:27 -0700 Anton Epple made image final canvas
Thu, 26 Sep 2013 14:26:58 -0700 Anton Epple license fixes canvas
Thu, 26 Sep 2013 14:20:18 -0700 Anton Epple refactoring for API review canvas
Thu, 26 Sep 2013 19:41:34 +0200 Jaroslav Tulach Don't generate the javascript, use the artifact from vm4brwsr project
Thu, 26 Sep 2013 19:39:14 +0200 Jaroslav Tulach Make the animations work on firefox and other non-webkit browsers
Thu, 26 Sep 2013 19:21:18 +0200 Jaroslav Tulach Use pre-compiled version of the VM javascript in generated archetypes
Wed, 25 Sep 2013 05:50:10 +0200 Jaroslav Tulach Adding missing license header
Mon, 23 Sep 2013 07:52:41 -0700 Anton Epple removed logger canvas
Mon, 23 Sep 2013 07:09:13 -0700 Anton Epple Fixed bug in logger & registered Graphicsenvironment service canvas
Mon, 23 Sep 2013 00:59:14 +0200 Jaroslav Tulach Can we run Javac in the bck2brwsr VM? javac
Sun, 22 Sep 2013 21:56:49 +0200 Jaroslav Tulach Need EnumSet for Javac
Sun, 22 Sep 2013 21:51:56 +0200 Jaroslav Tulach Merging EnumMap and set
Sun, 22 Sep 2013 21:49:42 +0200 Jaroslav Tulach Need EnumMap, EnumSet for the javac jdk7-b147
Sun, 22 Sep 2013 21:42:48 +0200 Jaroslav Tulach Trivial implementation of isWhitespace
Wed, 18 Sep 2013 11:25:14 +0200 Anton Epple testing if i screwed up again... canvas