vm/src/test/java/org/apidesign/vm4brwsr/StringTest.java
Fri, 15 Feb 2013 21:14:49 +0100 Merge from default branch to resolve conflicts
Tue, 12 Feb 2013 11:54:22 +0100 Using \u when specifying yellow horse test
Mon, 11 Feb 2013 12:46:43 +0100 Encapsulation. Moving shared code into TestVM instance.
Mon, 28 Jan 2013 12:18:24 +0100 String.getBytes and InputStreamReader support UTF-8 encoding
Thu, 24 Jan 2013 17:44:22 +0100 String.compareTo works OK
Thu, 03 Jan 2013 11:20:40 +0100 Using 's' instead of Ljava_lang_String_2
Tue, 04 Dec 2012 09:16:53 +0100 Using the same mangling scheme as JNI
Tue, 27 Nov 2012 22:22:48 +0100 Check that instanceof works on String
Sun, 25 Nov 2012 23:14:58 +0100 Enclosing definition of all the methods inside the proto() function
Thu, 22 Nov 2012 00:08:57 +0100 Verifying we support string switch
Wed, 21 Nov 2012 23:53:00 +0100 Partial support for String.hashCode
Wed, 21 Nov 2012 21:48:51 +0100 StringBuilder.delete needs bottom-up array copy
Tue, 20 Nov 2012 21:24:01 +0100 Referencing 'special' methods on a prototype will allow us to shorten the fqn of actual methods
Sun, 18 Nov 2012 21:58:44 +0100 ByteCodeToJavaScript can run insided bck2brwsr VM
Sun, 18 Nov 2012 16:45:50 +0100 Chars need to be treated as numbers, otherwise switch statement does not work
Sun, 18 Nov 2012 15:20:07 +0100 Replace multiple occurences of the same character
Sun, 18 Nov 2012 08:28:28 +0100 Converting chars to real chars before concatenating them into a string
Sat, 17 Nov 2012 19:03:17 +0100 Enabling accidentally disabled test
Sat, 17 Nov 2012 16:15:10 +0100 Using === and !== to make sure empty string is not mistaken for null
Thu, 08 Nov 2012 18:34:12 +0100 There can be fields named "in" and string constants with \t, \r, \n and \\
Tue, 23 Oct 2012 16:50:27 +0200 Some basic operations needed for a trivial calculator
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