emul/src/main/resources/org/apidesign/vm4brwsr/emul/java_lang_String.js
Fri, 18 Jan 2013 18:52:02 +0100 Creation of multi dimensional arrays unified under java.lang.reflect.Array
Fri, 18 Jan 2013 17:04:16 +0100 Reusing methods from java.lang.reflect.Array when creating new instances of one-dimensional arrays
Tue, 15 Jan 2013 12:44:33 +0100 ArrayIndexOutOfBoundsEx on writes
Tue, 15 Jan 2013 12:38:49 +0100 ArrayIndexOutOfBoundsEx when reading from array
Tue, 15 Jan 2013 11:53:07 +0100 Bringing Martin's integer, short, byte arithmetic to default branch
Tue, 15 Jan 2013 09:01:19 +0100 Class.forName('[Z') returns meaningful result
Mon, 14 Jan 2013 18:21:48 +0100 More reflection for arrays. getClass() and isArray() work.
Mon, 14 Jan 2013 14:20:49 +0100 Fill object arrays with null, otherwise use 0
Thu, 03 Jan 2013 11:29:22 +0100 Using 'o' instead of full name of java.lang.Object
Thu, 03 Jan 2013 09:14:57 +0100 clone works on arrays
Thu, 06 Dec 2012 21:31:09 +0100 Hiding all generated class methods from sight of external users. Exposing only bck2brwsr entry point function
Thu, 06 Dec 2012 16:11:48 +0100 Moving the definition of Array.prototype.fillNulls() outside of the generator into the emulation .js file
Tue, 04 Dec 2012 12:06:27 +0100 ClassTest needs to be adjusted to new naming scheme
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)