vm/src/test/java/org/apidesign/vm4brwsr/ArrayTest.java
Mon, 11 Feb 2013 12:46:43 +0100 Encapsulation. Moving shared code into TestVM instance.
Thu, 24 Jan 2013 17:08:02 +0100 isInstance, casts and isAssignableFrom for arrays
Thu, 24 Jan 2013 00:11:04 +0100 Constant pool can reference class array
Tue, 15 Jan 2013 12:26:19 +0100 Initialize multi dimensional arrays with 0 for primitive types
Mon, 14 Jan 2013 14:20:49 +0100 Fill object arrays with null, otherwise use 0
Thu, 03 Jan 2013 09:14:57 +0100 clone works on arrays
Tue, 04 Dec 2012 09:16:53 +0100 Using the same mangling scheme as JNI
Sun, 25 Nov 2012 23:14:58 +0100 Enclosing definition of all the methods inside the proto() function
Sat, 17 Nov 2012 17:43:15 +0100 Pre-fill arrays with nulls
Tue, 30 Oct 2012 22:59:31 +0100 One license is enough
Tue, 30 Oct 2012 22:22:18 +0100 Implementation of multianewarray bytecode instruction
Tue, 16 Oct 2012 12:42:00 +0200 Fixing license in all files
Tue, 16 Oct 2012 11:55:56 +0200 Concatenation of strings works
Thu, 11 Oct 2012 10:43:17 -0700 Less compilation during test execution
Mon, 24 Sep 2012 11:07:38 +0200 Getting ready for multiple projects inside one Hg repository