Tue, 16 Oct 2012 12:42:00 +0200 Jaroslav Tulach Fixing license in all files
Tue, 16 Oct 2012 12:27:15 +0200 Jaroslav Tulach Removing unneeded file
Tue, 16 Oct 2012 11:55:56 +0200 Jaroslav Tulach Concatenation of strings works
Thu, 11 Oct 2012 10:43:17 -0700 Jaroslav Tulach Less compilation during test execution
Thu, 11 Oct 2012 10:03:21 -0700 Jaroslav Tulach Static methods needs to be in the prototype, as the bytecode can refer to them as being in a subclass
Thu, 11 Oct 2012 06:16:00 -0700 Jaroslav Tulach The emulation approach turned to be working well. Let's merge it to trunk.
Thu, 11 Oct 2012 06:15:22 -0700 Jaroslav Tulach Now we are able to change a title of a page inside of a browser emul
Thu, 11 Oct 2012 04:11:42 -0700 Jaroslav Tulach Multiparameter static methods with JavaScriptBody work now emul
Wed, 10 Oct 2012 16:49:45 -0700 Jaroslav Tulach Support reordering of class declarations emul
Tue, 09 Oct 2012 18:47:42 -0700 Jaroslav Tulach Better order of static initializers emul
Tue, 09 Oct 2012 18:26:23 -0700 Jaroslav Tulach push grows the array emul
Tue, 09 Oct 2012 11:12:20 -0700 Jaroslav Tulach We don't want special settings emul
Tue, 09 Oct 2012 11:11:58 -0700 Jaroslav Tulach Concatenation of string and integer works emul
Mon, 08 Oct 2012 17:10:27 -0700 Jaroslav Tulach Concatanation of strings sort of works (but produces wrong result) emul
Wed, 03 Oct 2012 08:19:44 -0700 Jaroslav Tulach Merging the strings work into the emulation attempt emul
Wed, 03 Oct 2012 08:05:24 -0700 Jaroslav Tulach Annotation to control conversion to JavaScript strings
Sun, 30 Sep 2012 19:40:04 -0700 Jaroslav Tulach Separate the read method strings
Sun, 30 Sep 2012 19:01:46 -0700 Jaroslav Tulach Don't call to System emul
Sun, 30 Sep 2012 18:58:50 -0700 Jaroslav Tulach assertion status method is used by compiler emul
Sun, 30 Sep 2012 18:57:15 -0700 Jaroslav Tulach Merge of Boolean emul
Sun, 30 Sep 2012 18:42:44 -0700 Jaroslav Tulach Need boolean as well jdk7-b147
Sun, 30 Sep 2012 18:40:47 -0700 Jaroslav Tulach Removing methods from Character emul
Sun, 30 Sep 2012 18:29:37 -0700 Jaroslav Tulach Almost compilable emul
Sun, 30 Sep 2012 17:42:21 -0700 Jaroslav Tulach Serialization and printStackTrace commented out for now emul
Sun, 30 Sep 2012 17:40:28 -0700 Jaroslav Tulach Merging removal of NPE emul
Sun, 30 Sep 2012 17:40:14 -0700 Jaroslav Tulach Removing misplaced class jdk7-b147
Sun, 30 Sep 2012 17:39:50 -0700 Jaroslav Tulach The getPrimitiveClass method is called from many places emul
Sun, 30 Sep 2012 17:29:51 -0700 Jaroslav Tulach Disabling serialization for now emul
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