emul/src/main/java/java/lang/String.java
Sun, 18 Nov 2012 08:51:58 +0100 Removing package private String constructor which used to be used by Integer and Long to share the char array with newly created string
Tue, 16 Oct 2012 11:55:56 +0200 Concatenation of strings works
Mon, 08 Oct 2012 17:10:27 -0700 Concatanation of strings sort of works (but produces wrong result)
Sun, 30 Sep 2012 18:29:37 -0700 Almost compilable
Sun, 30 Sep 2012 17:21:04 -0700 Use trivial char <-> byte conversions
Sun, 30 Sep 2012 17:17:00 -0700 Don't support other encodings than UTF-8
Sun, 30 Sep 2012 17:12:18 -0700 Copy array the old way
Sun, 30 Sep 2012 17:10:32 -0700 Centralize all calls to System.arraycopy under one method in String
Sat, 29 Sep 2012 10:47:42 +0200 Commenting out methods that should not be implemented in JavaScript version
Sat, 29 Sep 2012 08:26:30 +0200 Commenting out extra-adventurous methods in String
Sat, 29 Sep 2012 08:13:32 +0200 Removing references to classes that would create too big transitive dependencies
Sat, 29 Sep 2012 06:41:48 +0200 Removing unused import
Sat, 29 Sep 2012 06:34:18 +0200 Make it compilable with JDK1.6
Fri, 28 Sep 2012 17:59:03 +0200 Bringing in core Java classes as of OpenJDK tag jdk7-b147