emul/src/main/java/java/lang/AbstractStringBuilder.java
Thu, 03 Jan 2013 11:11:30 +0100 Reliable indexOf on StringBuilder
Tue, 04 Dec 2012 09:16:53 +0100 Using the same mangling scheme as JNI
Mon, 26 Nov 2012 20:29:21 +0100 Merging new class and prototype methods. When asking for prototype one can add (true) argument
Sun, 25 Nov 2012 23:14:58 +0100 Enclosing definition of all the methods inside the proto() function
Wed, 21 Nov 2012 21:48:51 +0100 StringBuilder.delete needs bottom-up array copy
Sun, 18 Nov 2012 21:58:44 +0100 ByteCodeToJavaScript can run insided bck2brwsr VM
Tue, 23 Oct 2012 16:50:27 +0200 Some basic operations needed for a trivial calculator
Tue, 16 Oct 2012 11:55:56 +0200 Concatenation of strings works
Tue, 09 Oct 2012 11:11:58 -0700 Concatenation of string and integer works
Sun, 30 Sep 2012 17:10:32 -0700 Centralize all calls to System.arraycopy under one method 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 07:49:34 +0200 Less dependencies on other packages
Sat, 29 Sep 2012 06:47:05 +0200 3rd batch of classes