vm/src/test/java/org/apidesign/vm4brwsr/Numbers.java
Thu, 07 Feb 2013 17:24:19 +0100 Final part of Long tests moved from vm/.../NumberTest to vmtest/.../LongArithmeticTest
Thu, 07 Feb 2013 16:11:53 +0100 Fix issue with Long.MIN_VALUE in Number.toExactString
Wed, 06 Feb 2013 12:46:35 +0100 Fixed compare64 implementation
Tue, 05 Feb 2013 16:40:01 +0100 Support for Long division + tests
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: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
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, 16 Oct 2012 18:04:11 +0200 Same basic operations with Number subclasses now work