emul/mini/src/main/resources/org/apidesign/vm4brwsr/emul/lang/java_lang_Number.js
Fri, 15 Feb 2013 16:06:12 +0100 Fixed int & long division by zero (Bug 4668) and int negative division
Thu, 07 Feb 2013 17:41:41 +0100 Fixed negation for Integer.MIN_VALUE
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 17:12:17 +0100 Using anonymous function for div/mod initialization
Tue, 05 Feb 2013 16:40:01 +0100 Support for Long division + tests
Tue, 05 Feb 2013 16:32:14 +0100 Long - conversion to exact string representation works.
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 14:45:11 +0100 Fixed >> operator for 64-bit 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
Wed, 30 Jan 2013 09:27:53 +0100 Conversion from Long to exact string representation.
Mon, 28 Jan 2013 00:15:38 +0100 using Number for as a base for Long number type
Sun, 27 Jan 2013 10:19:02 +0100 merge with trunk
Wed, 23 Jan 2013 20:52:11 +0100 Using specific subpackages rather than generic org.apidesign.bck2brwsr.emul