vm/src/test/java/org/apidesign/vm4brwsr/StaticMethodTest.java
Tue, 16 Oct 2012 12:42:00 +0200 Fixing license in all files
Thu, 11 Oct 2012 10:43:17 -0700 Less compilation during test execution
Thu, 11 Oct 2012 04:11:42 -0700 Multiparameter static methods with JavaScriptBody work now
Tue, 09 Oct 2012 11:11:58 -0700 Concatenation of string and integer works
Mon, 08 Oct 2012 17:10:27 -0700 Concatanation of strings sort of works (but produces wrong result)
Fri, 28 Sep 2012 14:58:21 +0200 Supporting iconst_m1
Fri, 28 Sep 2012 14:45:00 +0200 Understands aconst_null. To achieve that we realized that invokeinterface bytecode is followed by four bytes, not just two.
Tue, 25 Sep 2012 12:11:03 +0200 Main method to compile some classes
Mon, 24 Sep 2012 11:07:38 +0200 Getting ready for multiple projects inside one Hg repository