Sun, 30 Sep 2012 17:26:01 -0700 Jaroslav Tulach Bringing in OutOfMemoryError emul
Sun, 30 Sep 2012 17:25:41 -0700 Jaroslav Tulach OutOfMem extends VirtualMachineErr jdk7-b147
Sun, 30 Sep 2012 17:23:09 -0700 Jaroslav Tulach StringBuilder throws OutOfMemoryError jdk7-b147
Sun, 30 Sep 2012 17:21:04 -0700 Jaroslav Tulach Use trivial char <-> byte conversions emul
Sun, 30 Sep 2012 17:17:00 -0700 Jaroslav Tulach Don't support other encodings than UTF-8 emul
Sun, 30 Sep 2012 17:12:18 -0700 Jaroslav Tulach Copy array the old way emul
Sun, 30 Sep 2012 17:10:32 -0700 Jaroslav Tulach Centralize all calls to System.arraycopy under one method in String emul
Sun, 30 Sep 2012 14:37:39 -0700 Jaroslav Tulach Merging exceptions, and etc. emul
Sun, 30 Sep 2012 14:36:45 -0700 Jaroslav Tulach AssertionError is necessary for NetBeans to recognize JDK 1.4 jdk7-b147
Sat, 29 Sep 2012 11:37:46 +0200 Jaroslav Tulach Adding also strict math jdk7-b147
Sat, 29 Sep 2012 11:01:22 +0200 Jaroslav Tulach More exceptions and finally bringing in Character jdk7-b147
Sat, 29 Sep 2012 10:56:23 +0200 Jaroslav Tulach Bringing in math & numbers jdk7-b147
Sat, 29 Sep 2012 10:52:05 +0200 Jaroslav Tulach Exceptions and annotations jdk7-b147
Sat, 29 Sep 2012 10:47:42 +0200 Jaroslav Tulach Commenting out methods that should not be implemented in JavaScript version emul
Sat, 29 Sep 2012 08:26:30 +0200 Jaroslav Tulach Commenting out extra-adventurous methods in String emul
Sat, 29 Sep 2012 08:18:39 +0200 Jaroslav Tulach Bringing in Comparator emul
Sat, 29 Sep 2012 08:18:18 +0200 Jaroslav Tulach We need comparator as String exposes its implementation jdk7-b147
Sat, 29 Sep 2012 08:13:32 +0200 Jaroslav Tulach Removing references to classes that would create too big transitive dependencies emul
Sat, 29 Sep 2012 07:50:39 +0200 Jaroslav Tulach Bringing in Appendable emul
Sat, 29 Sep 2012 07:50:20 +0200 Jaroslav Tulach We need appendable for StringBuilder jdk7-b147
Sat, 29 Sep 2012 07:49:34 +0200 Jaroslav Tulach Less dependencies on other packages emul
Sat, 29 Sep 2012 06:47:28 +0200 Jaroslav Tulach Bringing in 3rd batch of JDK classes emul
Sat, 29 Sep 2012 06:47:05 +0200 Jaroslav Tulach 3rd batch of classes jdk7-b147
Sat, 29 Sep 2012 06:42:45 +0200 Jaroslav Tulach Why is there an import of this kind? emul
Sat, 29 Sep 2012 06:41:48 +0200 Jaroslav Tulach Removing unused import emul
Sat, 29 Sep 2012 06:39:39 +0200 Jaroslav Tulach Merging second batch of JDK classes emul
Sat, 29 Sep 2012 06:38:34 +0200 Jaroslav Tulach More classes that could not be found jdk7-b147
Sat, 29 Sep 2012 06:34:18 +0200 Jaroslav Tulach Make it compilable with JDK1.6 emul
Sat, 29 Sep 2012 06:29:06 +0200 Jaroslav Tulach Added tag jdk7-b147_base for changeset 0a115f1c6f3c emul
Fri, 28 Sep 2012 17:59:03 +0200 Jaroslav Tulach Bringing in core Java classes as of OpenJDK tag jdk7-b147 emul jdk7-b147_base
Fri, 28 Sep 2012 14:58:21 +0200 Jaroslav Tulach Supporting iconst_m1
Fri, 28 Sep 2012 14:47:12 +0200 Jaroslav Tulach New advances in support of null strings
Fri, 28 Sep 2012 14:45:00 +0200 Jaroslav Tulach Understands aconst_null. To achieve that we realized that invokeinterface bytecode is followed by four bytes, not just two.
Fri, 28 Sep 2012 14:06:57 +0200 Jaroslav Tulach new String(char[]).toString() works strings
Fri, 28 Sep 2012 13:15:45 +0200 Jaroslav Tulach Support for String.getChars strings
Fri, 28 Sep 2012 13:01:17 +0200 Jaroslav Tulach Merge of default branch that properly computes names of methods now strings
Fri, 28 Sep 2012 12:58:20 +0200 Jaroslav Tulach Unifying the way method names are constructed so they work for arrays as well
Fri, 28 Sep 2012 09:29:53 +0200 Jaroslav Tulach Specify version of maven-jar-plugin
Fri, 28 Sep 2012 08:00:05 +0200 Jaroslav Tulach instanceOf can also be handled on the level of prototype
Fri, 28 Sep 2012 07:55:15 +0200 Jaroslav Tulach Using // for instructions
Fri, 28 Sep 2012 07:52:17 +0200 Jaroslav Tulach VMT should be in prototype
Fri, 28 Sep 2012 07:48:24 +0200 Jaroslav Tulach Skip private and static methods when generating the VMT
Fri, 28 Sep 2012 07:43:53 +0200 Jaroslav Tulach Implementation of two more methods for String - yet many are missing to make StringBuilder work strings
Fri, 28 Sep 2012 07:27:34 +0200 Jaroslav Tulach Basic emulation of java.lang.String that supports charAt strings
Tue, 25 Sep 2012 17:30:13 +0200 Jaroslav Tulach Initial tests to try to support strings strings
Tue, 25 Sep 2012 17:29:41 +0200 Jaroslav Tulach Can we call a filter that takes an object array?
Tue, 25 Sep 2012 14:19:12 +0200 Jaroslav Tulach Handle methods that take and return array arguments
Tue, 25 Sep 2012 12:38:07 +0200 Jaroslav Tulach Few more instructions
Tue, 25 Sep 2012 12:26:29 +0200 Jaroslav Tulach Support for casts
Tue, 25 Sep 2012 12:11:03 +0200 Jaroslav Tulach Main method to compile some classes
Tue, 25 Sep 2012 09:55:34 +0200 Jaroslav Tulach Support for @OnClick behavior
Tue, 25 Sep 2012 09:08:39 +0200 Jaroslav Tulach Adding some different methods to various HTML elements and trying to override some methods with Element.js
Mon, 24 Sep 2012 15:06:43 +0200 Jaroslav Tulach Can extract 'id' elements from a page and generate appropriate HTML page
Mon, 24 Sep 2012 12:39:21 +0200 Jaroslav Tulach Can find all IDs in an XHTML page
Mon, 24 Sep 2012 11:22:50 +0200 Jaroslav Tulach Fixing licenses by running mvn license:format -Dyear=2012
Mon, 24 Sep 2012 11:19:11 +0200 Jaroslav Tulach Ignoring target files, adding master pom
Mon, 24 Sep 2012 11:07:38 +0200 Jaroslav Tulach Getting ready for multiple projects inside one Hg repository
Mon, 24 Sep 2012 09:35:00 +0200 Jaroslav Tulach Basic support for manipulating array
Fri, 21 Sep 2012 10:14:25 +0200 Jaroslav Tulach Few more instructions required to load transitive closure of java/lang/Object
Thu, 20 Sep 2012 14:35:21 +0200 Jaroslav Tulach We can read definition of Object from the JDK. No need to provide default dummy implementation. InstanceSub is discovered automatically.