rt/emul/mini/src/main/resources/org/apidesign/vm4brwsr/emul/lang/java_lang_String.js
Sun, 22 Jun 2014 17:19:16 +0200 Making sure no enumerable methods are on plain Object
Mon, 12 May 2014 16:40:57 +0200 Use indx, not x variable
Mon, 12 May 2014 11:18:46 +0200 Only do range check when the array value is not defined
Tue, 06 May 2014 08:36:54 +0200 1st step in eliminating Class.forName when working with array types. Class.getComponentType on directly allocated arrays does not need that.
Wed, 30 Apr 2014 15:04:10 +0200 Merging from default branch and resolving conflicts. mvn install -DskipTests passes OK.
Thu, 24 Apr 2014 18:05:21 +0200 Backporting da9e5973e699 to make sure we run on Nashorn (at least a bit)
Tue, 18 Feb 2014 22:29:25 +0100 Shortening the generated code by providing shorter new array methods
Wed, 30 Oct 2013 17:15:23 +0100 Adopting to JDK8's Nashorn differences. Most tests should now pass with Nashorn now.
Thu, 03 Oct 2013 14:35:09 +0200 Throw index out of bounds exception
Tue, 26 Feb 2013 16:54:16 +0100 Moving modules around so the runtime is under one master pom and can be built without building other modules that are in the repository