Fri, 01 Feb 2013 14:16:26 +0100 Jaroslav Tulach URL.openStream works via XHR emul
Fri, 01 Feb 2013 16:35:42 +0100 Jaroslav Tulach Merging the two heads on jdk7-b147 branch jdk7-b147
Fri, 01 Feb 2013 16:34:51 +0100 Jaroslav Tulach Providing implementation of the most important java.lang.System methods
Fri, 01 Feb 2013 16:25:57 +0100 Jaroslav Tulach David's classes can be compiled
Fri, 01 Feb 2013 16:10:51 +0100 Jaroslav Tulach Merging in classes needed by David
Fri, 01 Feb 2013 16:10:10 +0100 Jaroslav Tulach More classes needed by David jdk7-b147
Fri, 01 Feb 2013 16:00:27 +0100 Jaroslav Tulach Math.signum enabled
Fri, 01 Feb 2013 14:48:40 +0100 Jaroslav Tulach Need to use fixed groupId
Fri, 01 Feb 2013 09:00:30 +0100 Martin Soch Support for Long unary "-" arithmetic
Fri, 01 Feb 2013 06:09:18 +0100 Martin Soch Long operator >>> and tests arithmetic
Thu, 31 Jan 2013 20:37:12 +0100 Martin Soch Long binary XOR implementation + tests arithmetic
Thu, 31 Jan 2013 20:19:38 +0100 Martin Soch Added binary OR for Long + tests for AND and OR arithmetic
Thu, 31 Jan 2013 19:21:37 +0100 Jaroslav Tulach Introducing resource attribute for @HttpResource emul
Thu, 31 Jan 2013 18:45:00 +0100 Jaroslav Tulach Can read binary data via new URL('').getContent(byte[].class) emul
Thu, 31 Jan 2013 18:22:14 +0100 Jaroslav Tulach Verify that URL can obtain String data emul
Thu, 31 Jan 2013 17:39:47 +0100 Jaroslav Tulach @HttpResource allows a test to connect back to the server and read static resource emul
Thu, 31 Jan 2013 16:58:27 +0100 Jaroslav Tulach Better (more extensible and documented) API for the Launcher emul
Thu, 31 Jan 2013 16:13:04 +0100 Jaroslav Tulach When one needs to use a JAR for compilation only in Maven, one needs to select scope='provided' emul
Thu, 31 Jan 2013 15:26:09 +0100 Martin Soch Added subtraction for Long + tests arithmetic
Thu, 31 Jan 2013 14:45:11 +0100 Martin Soch Fixed >> operator for 64-bit long arithmetic
Thu, 31 Jan 2013 13:59:34 +0100 Martin Soch Added tests for Long >> arithmetic
Thu, 31 Jan 2013 13:55:12 +0100 Martin Soch Added test for Long << arithmetic
Thu, 31 Jan 2013 13:42:14 +0100 Martin Soch Implementation of "<<" for Long works, added tests for "+". arithmetic
Wed, 30 Jan 2013 22:23:21 +0100 Martin Soch Long tests moved (temporarily) among VM tests arithmetic
Wed, 30 Jan 2013 18:34:02 +0100 Jaroslav Tulach Adding missing license emul
Wed, 30 Jan 2013 18:27:57 +0100 Jaroslav Tulach Using internal server to execute the HTML page emul
Wed, 30 Jan 2013 17:36:45 +0100 Jaroslav Tulach Using assembly plugin to create deployment layout of the 'static' calculator demo emul
Wed, 30 Jan 2013 14:03:49 +0100 Jaroslav Tulach Implementation of ZipInputStream emul
Wed, 30 Jan 2013 14:01:52 +0100 Jaroslav Tulach Merge to allow implementation of unzip functionality emul
Wed, 30 Jan 2013 14:00:17 +0100 Jaroslav Tulach Adding classes necessary for usage of ZipInputStream jdk7-b147
Wed, 30 Jan 2013 09:32:05 +0100 Jaroslav Tulach new String(byte[], 'utf-8') does necessary conversion emul
Wed, 30 Jan 2013 09:27:53 +0100 Martin Soch Conversion from Long to exact string representation. arithmetic
Wed, 30 Jan 2013 08:09:51 +0100 Jaroslav Tulach Merge with default to make sure emulation of IEEEremainder is on the emul branch emul
Tue, 29 Jan 2013 20:16:56 +0100 Jaroslav Tulach Basic support for IEEEreminder
Mon, 28 Jan 2013 18:15:21 +0100 Jaroslav Tulach Making new clases (mostly java.io.Object*) compilable emul
Mon, 28 Jan 2013 18:14:14 +0100 Jaroslav Tulach Merging in new classes emul
Mon, 28 Jan 2013 18:14:00 +0100 Jaroslav Tulach Merging in to emul branch to continue on adding more classes emul
Mon, 28 Jan 2013 18:12:47 +0100 Jaroslav Tulach Adding ObjectInputStream and ObjectOutputStream (but without implementation). Adding PropertyChange related classes. jdk7-b147
Mon, 28 Jan 2013 16:26:52 +0100 Jaroslav Tulach Math.rint emulated
Mon, 28 Jan 2013 13:52:28 +0100 Jaroslav Tulach More java classes requested by FX guys
Mon, 28 Jan 2013 13:30:53 +0100 Jaroslav Tulach Merge of new classes requested by FX team
Mon, 28 Jan 2013 13:28:02 +0100 Jaroslav Tulach More classes requested by FX team jdk7-b147
Fri, 25 Jan 2013 15:08:24 +0100 Jaroslav Tulach Merge default to model branch to continue work on arrays model
Mon, 28 Jan 2013 12:18:24 +0100 Jaroslav Tulach String.getBytes and InputStreamReader support UTF-8 encoding
Mon, 28 Jan 2013 00:15:38 +0100 Martin Soch using Number for as a base for Long number type arithmetic
Sun, 27 Jan 2013 10:19:02 +0100 Martin Soch merge with trunk arithmetic
Sat, 26 Jan 2013 08:47:05 +0100 Jaroslav Tulach In order to support fields of the same name in subclasses we are now prefixing them with name of the class that defines them. To provide convenient way to access them from generated bytecode and also directly from JavaScript, there is a getter/setter function for each field. It starts with _ followed by the field name. If called with a parameter, it sets the field, with a parameter it just returns it.
Fri, 25 Jan 2013 16:47:04 +0100 Jaroslav Tulach Merge of ServiceLoader capable of loading class and its implementation
Fri, 25 Jan 2013 16:46:14 +0100 Jaroslav Tulach Too naive implementation of isJavaIdentifierPart which prevented ServiceLoader to load innerclasses emul
Fri, 25 Jan 2013 16:37:18 +0100 Jaroslav Tulach Merge of more instructions and better register allocation by Ludo emul
Fri, 25 Jan 2013 16:36:09 +0100 Jaroslav Tulach Merge with today's work on default branch emul
Fri, 25 Jan 2013 15:44:09 +0100 Lubomir Nerad Merge with trunk registers
Fri, 25 Jan 2013 15:47:46 +0100 Jaroslav Tulach Class.isEnum supported
Fri, 25 Jan 2013 15:38:12 +0100 Lubomir Nerad Support for additional instructions registers
Fri, 25 Jan 2013 15:37:05 +0100 Lubomir Nerad Additional stack map type handling registers
Fri, 25 Jan 2013 13:26:28 +0100 Jaroslav Tulach Simplify the HTML page by including just one vm.js with everything
Fri, 25 Jan 2013 11:00:52 +0100 Martin Soch Long arithmetic prototype, Long currently represented by separate JavaScript object with two JS-Numbers. arithmetic
Mon, 21 Jan 2013 15:57:01 +0100 Martin Soch merge with trunk arithmetic
Fri, 25 Jan 2013 10:51:20 +0100 Jaroslav Tulach Keep the VM code, don't regenerate it every time
Fri, 25 Jan 2013 10:25:30 +0100 Jaroslav Tulach Allow class name change in the java code by referencing the it via ${fqn} from HTML