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
Fri, 25 Jan 2013 08:43:56 +0100 Jaroslav Tulach Configuring the exec:exec inside pom.xml, so it can be used from command line
Thu, 24 Jan 2013 19:38:09 +0100 Jaroslav Tulach 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 +0100 Jaroslav Tulach Getting getResources(...) to work and return URLs with streams. Currently fails in register allocation. emul
Thu, 24 Jan 2013 19:32:27 +0100 Jaroslav Tulach Double check for null emul
Thu, 24 Jan 2013 18:04:44 +0100 Jaroslav Tulach ArrayList, HashSet, HashMap and sorting algorithm on arrays seems to work emul
Thu, 24 Jan 2013 18:03:29 +0100 Jaroslav Tulach Merging essential operations from default branch emul
Thu, 24 Jan 2013 17:44:22 +0100 Jaroslav Tulach String.compareTo works OK
Thu, 24 Jan 2013 17:08:02 +0100 Jaroslav Tulach isInstance, casts and isAssignableFrom for arrays
Thu, 24 Jan 2013 00:12:07 +0100 Jaroslav Tulach Merging fix for array class constant pool reference emul
Thu, 24 Jan 2013 00:10:23 +0100 Jaroslav Tulach Tests for emul packages should have right licenses emul
Wed, 23 Jan 2013 23:26:59 +0100 Jaroslav Tulach Compact compiles now emul
Thu, 24 Jan 2013 00:11:04 +0100 Jaroslav Tulach Constant pool can reference class array
Wed, 23 Jan 2013 23:19:47 +0100 Jaroslav Tulach Merging native sorts into emul package emul
Wed, 23 Jan 2013 23:19:12 +0100 Jaroslav Tulach Nobody is allowed to specify context class loader in bck2brwsr emul
Wed, 23 Jan 2013 23:18:15 +0100 Jaroslav Tulach Use shared System.arraycopy emul
Wed, 23 Jan 2013 23:17:46 +0100 Jaroslav Tulach We need isJavaIdentifierStart/Part for the ServiceLoader emul
Wed, 23 Jan 2013 23:17:03 +0100 Jaroslav Tulach Class.forName with parameters emul
Wed, 23 Jan 2013 23:16:47 +0100 Jaroslav Tulach ASCII implementation of the reader emul
Wed, 23 Jan 2013 22:55:28 +0100 Jaroslav Tulach Moving all arraycopy methods into one System class emul
Wed, 23 Jan 2013 23:15:28 +0100 Jaroslav Tulach Bring in also the native Java sorts jdk7-b147
Wed, 23 Jan 2013 22:33:45 +0100 Jaroslav Tulach Merging transitive closure of ServiceLoader into the emul branch emul
Wed, 23 Jan 2013 22:32:27 +0100 Jaroslav Tulach Basic classes needed to support ServiceLoader jdk7-b147
Wed, 23 Jan 2013 21:02:27 +0100 Jaroslav Tulach Skeleton for extended emulation classes - e.g. those not needed by bck2brwsr itself, but still useful emul
Wed, 23 Jan 2013 20:52:11 +0100 Jaroslav Tulach Using specific subpackages rather than generic org.apidesign.bck2brwsr.emul emul
Wed, 23 Jan 2013 20:39:23 +0100 Jaroslav Tulach First attempt to separate 'mini' profile from the rest of JDK APIs emul
Wed, 23 Jan 2013 20:16:48 +0100 Jaroslav Tulach Merging default branch into emul to continue experiments with the emulation project layout emul
Wed, 23 Jan 2013 16:18:40 +0100 Jaroslav Tulach Merge: Thanks to Toni we have random numbers
Wed, 23 Jan 2013 14:57:10 +0100 Anton Epple Added Math.random implementation canvas
Wed, 23 Jan 2013 14:49:52 +0100 Anton Epple Merging latest changes from main line canvas
Wed, 23 Jan 2013 14:18:07 +0100 Jaroslav Tulach We don't need the harness in dew at all
Wed, 23 Jan 2013 14:16:13 +0100 Jaroslav Tulach Merging in Hrebejk's contribution: Development Environment for Web. Thanks.
Wed, 23 Jan 2013 14:10:54 +0100 Jaroslav Tulach Adding license to the nbactions.xml file dew
Wed, 23 Jan 2013 14:10:15 +0100 Jaroslav Tulach Keeping just the part of the server that is needed for the dew system dew