vm/src/test/java/org/apidesign/vm4brwsr/StringTest.java
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
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:06:57 +0200 new String(char[]).toString() works
Fri, 28 Sep 2012 07:43:53 +0200 Implementation of two more methods for String - yet many are missing to make StringBuilder work
Fri, 28 Sep 2012 07:27:34 +0200 Basic emulation of java.lang.String that supports charAt
Tue, 25 Sep 2012 17:30:13 +0200 Initial tests to try to support strings