Fri, 25 Jan 2013 13:26:28 +0100Simplify the HTML page by including just one vm.js with everything
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Fri, 25 Jan 2013 13:26:28 +0100] rev 583
Simplify the HTML page by including just one vm.js with everything

Fri, 25 Jan 2013 11:00:52 +0100Long arithmetic prototype, Long currently represented by separate JavaScript object with two JS-Numbers. arithmetic
Martin Soch <Martin.Soch@oracle.com> [Fri, 25 Jan 2013 11:00:52 +0100] rev 582
Long arithmetic prototype, Long currently represented by separate JavaScript object with two JS-Numbers.
Just few operation implemented to pass tests. Tests under vmtest directory are still failing.

Mon, 21 Jan 2013 15:57:01 +0100merge with trunk arithmetic
Martin Soch <Martin.Soch@oracle.com> [Mon, 21 Jan 2013 15:57:01 +0100] rev 581
merge with trunk

Fri, 25 Jan 2013 10:51:20 +0100Keep the VM code, don't regenerate it every time
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Fri, 25 Jan 2013 10:51:20 +0100] rev 580
Keep the VM code, don't regenerate it every time

Fri, 25 Jan 2013 10:25:30 +0100Allow class name change in the java code by referencing the it via ${fqn} from HTML
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Fri, 25 Jan 2013 10:25:30 +0100] rev 579
Allow class name change in the java code by referencing the it via ${fqn} from HTML

Fri, 25 Jan 2013 08:43:56 +0100Configuring the exec:exec inside pom.xml, so it can be used from command line
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Fri, 25 Jan 2013 08:43:56 +0100] rev 578
Configuring the exec:exec inside pom.xml, so it can be used from command line

Thu, 24 Jan 2013 19:38:09 +0100The fact that ArrayList, HashSet, HashMap and sorting works seems to be like a good reason to merge such state of emul into default branch
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Thu, 24 Jan 2013 19:38:09 +0100] rev 577
The fact that ArrayList, HashSet, HashMap and sorting works seems to be like a good reason to merge such state of emul into default branch

Thu, 24 Jan 2013 19:36:40 +0100Getting getResources(...) to work and return URLs with streams. Currently fails in register allocation. emul
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Thu, 24 Jan 2013 19:36:40 +0100] rev 576
Getting getResources(...) to work and return URLs with streams. Currently fails in register allocation.

Thu, 24 Jan 2013 19:32:27 +0100Double check for null emul
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Thu, 24 Jan 2013 19:32:27 +0100] rev 575
Double check for null

Thu, 24 Jan 2013 18:04:44 +0100ArrayList, HashSet, HashMap and sorting algorithm on arrays seems to work emul
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Thu, 24 Jan 2013 18:04:44 +0100] rev 574
ArrayList, HashSet, HashMap and sorting algorithm on arrays seems to work