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.
Thu, 20 Sep 2012 14:20:01 +0200 Jaroslav Tulach The compilation to JavaScript now identifies list of external references and provides them back to the caller
Thu, 20 Sep 2012 10:39:54 +0200 Jaroslav Tulach instanceOf support
Thu, 20 Sep 2012 10:26:59 +0200 Jaroslav Tulach Methods that accept and return objects are supported
Thu, 20 Sep 2012 09:29:42 +0200 Jaroslav Tulach Able to invoke interface methods
Wed, 19 Sep 2012 20:22:12 +0200 Jaroslav Tulach Try multiple instances of the same class and make sure they don't influence their variables
Wed, 19 Sep 2012 19:57:45 +0200 Jaroslav Tulach Can invoke overwritten methods
Wed, 19 Sep 2012 19:29:05 +0200 Jaroslav Tulach Support for invoking virtual methods
Wed, 19 Sep 2012 18:53:16 +0200 Jaroslav Tulach Need to rotate the order of method parameters
Sun, 16 Sep 2012 18:35:16 +0200 Jaroslav Tulach Basic support for non-virtual instance methods and constructors
Sun, 16 Sep 2012 07:28:57 +0200 Jaroslav Tulach Support for static integer fields
Sat, 15 Sep 2012 22:12:49 +0200 Jaroslav Tulach Few more instructions, but not all of them are well implemented
Mon, 27 Aug 2012 15:16:39 +0200 Jaroslav Tulach Conditional statement and and or
Mon, 27 Aug 2012 14:36:48 +0200 Jaroslav Tulach Support for xor
Mon, 27 Aug 2012 14:27:06 +0200 Jaroslav Tulach Support for factorial computed with a for cycle
Mon, 27 Aug 2012 13:16:29 +0200 Jaroslav Tulach Can compile recursive factorial
Mon, 27 Aug 2012 06:12:35 +0200 Jaroslav Tulach Using floor when converting from double, float to int, long. Support for more than four parameters
Mon, 27 Aug 2012 05:47:44 +0200 Jaroslav Tulach Support for subtraction. Double occupies two slots. static import of byte codes.
Mon, 27 Aug 2012 05:17:08 +0200 Jaroslav Tulach Handle float multiplication
Mon, 27 Aug 2012 05:08:30 +0200 Jaroslav Tulach Initial version of the Bytecode to JavaScript translator