Sun, 10 Feb 2013 19:33:35 +0100Print also the type of the exception, not only its message emul
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Sun, 10 Feb 2013 19:33:35 +0100] rev 707
Print also the type of the exception, not only its message

Sun, 10 Feb 2013 12:14:40 +0100Using FastJar to read the content table of JAR files emul
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Sun, 10 Feb 2013 12:14:40 +0100] rev 706
Using FastJar to read the content table of JAR files

Sun, 10 Feb 2013 09:51:22 +0100Original version of NetBeans FastJar from release73 branch emul
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Sun, 10 Feb 2013 09:51:22 +0100] rev 705
Original version of NetBeans FastJar from release73 branch

Fri, 08 Feb 2013 11:12:02 +0100Proper implementation of System.currentTimeMillis with so desired test
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Fri, 08 Feb 2013 11:12:02 +0100] rev 704
Proper implementation of System.currentTimeMillis with so desired test

Fri, 08 Feb 2013 09:09:12 +0100Merging emulation of Long to default branch
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Fri, 08 Feb 2013 09:09:12 +0100] rev 703
Merging emulation of Long to default branch

Thu, 07 Feb 2013 13:41:56 +0100Recognizing Main-Class attribute, so initializing the VM is just about passing in correct classpath emul
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Thu, 07 Feb 2013 13:41:56 +0100] rev 702
Recognizing Main-Class attribute, so initializing the VM is just about passing in correct classpath

Thu, 07 Feb 2013 13:15:41 +0100Prevent NPE. The static calculator example is now running fine emul
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Thu, 07 Feb 2013 13:15:41 +0100] rev 701
Prevent NPE. The static calculator example is now running fine

Thu, 07 Feb 2013 17:41:41 +0100Fixed negation for Integer.MIN_VALUE arithmetic
Martin Soch <Martin.Soch@oracle.com> [Thu, 07 Feb 2013 17:41:41 +0100] rev 700
Fixed negation for Integer.MIN_VALUE

Thu, 07 Feb 2013 17:24:19 +0100Final part of Long tests moved from vm/.../NumberTest to vmtest/.../LongArithmeticTest arithmetic
Martin Soch <Martin.Soch@oracle.com> [Thu, 07 Feb 2013 17:24:19 +0100] rev 699
Final part of Long tests moved from vm/.../NumberTest to vmtest/.../LongArithmeticTest

Thu, 07 Feb 2013 16:11:53 +0100Fix issue with Long.MIN_VALUE in Number.toExactString arithmetic
Martin Soch <Martin.Soch@oracle.com> [Thu, 07 Feb 2013 16:11:53 +0100] rev 698
Fix issue with Long.MIN_VALUE in Number.toExactString
Moved the first part of tests from vm/.../NumberTests to vmtest/.../LongArithmeticTest