emul/src/main/resources/org/apidesign/vm4brwsr/emul/java_lang_String.js
Tue, 04 Dec 2012 11:21:10 +0100 Merging in JNI-like naming scheme from default branch
Sun, 02 Dec 2012 23:10:51 +0100 Rewriting String to use more of @JavaScriptBody & co.
Sat, 01 Dec 2012 12:35:30 +0100 Class.getSimpleName() works
Wed, 28 Nov 2012 14:51:52 +0100 We can load in dependant classes
Tue, 27 Nov 2012 23:01:24 +0100 Don't use .prototype, use (true). Now works for String as well
Tue, 27 Nov 2012 22:53:29 +0100 Reordering so the used parts are at the beginning of the file
Thu, 22 Nov 2012 00:04:19 +0100 Bunch of bit arithmetics to compute string hashCode acceptably
Wed, 21 Nov 2012 23:55:09 +0100 String.toString() can be specified on a prototype
Wed, 21 Nov 2012 23:53:00 +0100 Partial support for String.hashCode
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 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 14:39:55 +0100 More emulation methods
Sun, 18 Nov 2012 08:31:56 +0100 Can convert int to String
Sun, 18 Nov 2012 08:28:28 +0100 Converting chars to real chars before concatenating them into a string
Sat, 17 Nov 2012 11:21:17 +0100 The JavaScript VM is able to generate some (not yet valid) code.
Fri, 16 Nov 2012 08:26:55 +0100 Removing the printing part from javap. The bck2brwsr VM can now be compiled into JavaScript
Tue, 23 Oct 2012 16:50:27 +0200 Some basic operations needed for a trivial calculator
Mon, 08 Oct 2012 17:10:27 -0700 Concatanation of strings sort of works (but produces wrong result)