vm/src/test/java/org/apidesign/vm4brwsr/NumberTest.java
Tue, 05 Feb 2013 15:03:22 +0100 Fixed error in neg64 found bu Lubo.
Mon, 04 Feb 2013 09:41:33 +0100 Support for Long multiplication + tests
Fri, 01 Feb 2013 09:00:30 +0100 Support for Long unary "-"
Fri, 01 Feb 2013 06:09:18 +0100 Long operator >>> and tests
Thu, 31 Jan 2013 20:37:12 +0100 Long binary XOR implementation + tests
Thu, 31 Jan 2013 20:19:38 +0100 Added binary OR for Long + tests for AND and OR
Thu, 31 Jan 2013 15:26:09 +0100 Added subtraction for Long + tests
Thu, 31 Jan 2013 13:59:34 +0100 Added tests for Long >>
Thu, 31 Jan 2013 13:55:12 +0100 Added test for Long <<
Thu, 31 Jan 2013 13:42:14 +0100 Implementation of "<<" for Long works, added tests for "+".
Wed, 30 Jan 2013 22:23:21 +0100 Long tests moved (temporarily) among VM tests
Fri, 25 Jan 2013 11:00:52 +0100 Long arithmetic prototype, Long currently represented by separate JavaScript object with two JS-Numbers.
Thu, 03 Jan 2013 11:20:40 +0100 Using 's' instead of Ljava_lang_String_2
Thu, 06 Dec 2012 22:02:10 +0100 The loadClass method accept class name with dots
Thu, 06 Dec 2012 21:31:09 +0100 Hiding all generated class methods from sight of external users. Exposing only bck2brwsr entry point function
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
Sun, 18 Nov 2012 19:54:40 +0100 toString on floats and doubles should end with .0
Sun, 18 Nov 2012 19:19:26 +0100 Integer.toString test
Sun, 18 Nov 2012 19:01:38 +0100 Reimplementing readDouble to not depend on too high longs
Sun, 18 Nov 2012 10:00:23 +0100 Can deserialize float
Sun, 18 Nov 2012 08:41:08 +0100 Support for reminders
Tue, 30 Oct 2012 23:33:29 +0100 Removing StrictMath
Tue, 16 Oct 2012 18:04:11 +0200 Same basic operations with Number subclasses now work