Thu, 28 Feb 2013 09:50:14 +0100Merge of new advances in arithmetic including JavaScript Number having all methods of java.lang.Number and good valueOf implementation
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Thu, 28 Feb 2013 09:50:14 +0100] rev 790
Merge of new advances in arithmetic including JavaScript Number having all methods of java.lang.Number and good valueOf implementation

Thu, 28 Feb 2013 07:48:54 +0100releasing the compiled code as soon as it is no longer needed to prevent OutOfMemoryError when adding more and more tests
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Thu, 28 Feb 2013 07:48:54 +0100] rev 789
releasing the compiled code as soon as it is no longer needed to prevent OutOfMemoryError when adding more and more tests

Wed, 27 Feb 2013 23:40:32 +0100Compare objects without conversions
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Wed, 27 Feb 2013 23:40:32 +0100] rev 788
Compare objects without conversions

Wed, 27 Feb 2013 23:40:18 +0100Placing the toString and valueOf methods into java.lang.String prototype
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Wed, 27 Feb 2013 23:40:18 +0100] rev 787
Placing the toString and valueOf methods into java.lang.String prototype

Wed, 27 Feb 2013 21:45:41 +01003 -> 2
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Wed, 27 Feb 2013 21:45:41 +0100] rev 786
3 -> 2

Wed, 27 Feb 2013 17:52:49 +0100Merge another head
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Wed, 27 Feb 2013 17:52:49 +0100] rev 785
Merge another head

Wed, 27 Feb 2013 16:14:14 +0100Keep the exception message
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Wed, 27 Feb 2013 16:14:14 +0100] rev 784
Keep the exception message

Wed, 27 Feb 2013 17:50:47 +0100All JavaScript numbers will have doubleValue__D and co. methods. One can also use valueOf() on any Number to get its primitive value arithmetic
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Wed, 27 Feb 2013 17:50:47 +0100] rev 783
All JavaScript numbers will have doubleValue__D and co. methods. One can also use valueOf() on any Number to get its primitive value

Wed, 27 Feb 2013 17:37:18 +0100Print the error message when execution fails
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Wed, 27 Feb 2013 17:37:18 +0100] rev 782
Print the error message when execution fails

Wed, 27 Feb 2013 17:31:52 +0100Make sure subclasses of java.lang.Object will have good implementation of toString() method - now with polymorphism
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Wed, 27 Feb 2013 17:31:52 +0100] rev 781
Make sure subclasses of java.lang.Object will have good implementation of toString() method - now with polymorphism