Thu, 24 Apr 2014 18:05:21 +0200Backporting da9e5973e699 to make sure we run on Nashorn (at least a bit) closure
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Thu, 24 Apr 2014 18:05:21 +0200] rev 1485
Backporting da9e5973e699 to make sure we run on Nashorn (at least a bit)

Wed, 23 Apr 2014 17:48:43 +0200Merge in less methods in Object
Jaroslav Tulach <jtulach@netbeans.org> [Wed, 23 Apr 2014 17:48:43 +0200] rev 1484
Merge in less methods in Object

Wed, 23 Apr 2014 17:43:36 +0200java.lang.Object's methods are pushed into Object.prototype. The less of them, the better. Moving them to Class
Jaroslav Tulach <jtulach@netbeans.org> [Wed, 23 Apr 2014 17:43:36 +0200] rev 1483
java.lang.Object's methods are pushed into Object.prototype. The less of them, the better. Moving them to Class

Sat, 15 Mar 2014 20:09:06 +0100Upgrading to most recent version of html4j API
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Sat, 15 Mar 2014 20:09:06 +0100] rev 1482
Upgrading to most recent version of html4j API

Fri, 07 Mar 2014 09:41:24 +0100Getting ready for new version which will need Executor in the context
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Fri, 07 Mar 2014 09:41:24 +0100] rev 1481
Getting ready for new version which will need Executor in the context

Sun, 02 Mar 2014 11:54:59 +0100Correct isWhitespace up until 128
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Sun, 02 Mar 2014 11:54:59 +0100] rev 1480
Correct isWhitespace up until 128

Tue, 18 Feb 2014 22:29:25 +0100Shortening the generated code by providing shorter new array methods ReducedStack
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Tue, 18 Feb 2014 22:29:25 +0100] rev 1479
Shortening the generated code by providing shorter new array methods

Wed, 19 Feb 2014 08:10:04 +0100Reduced stack seems to be stable enough to be merged into default branch
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Wed, 19 Feb 2014 08:10:04 +0100] rev 1478
Reduced stack seems to be stable enough to be merged into default branch

Tue, 18 Feb 2014 22:20:50 +0100More effective replaces on stack ReducedStack
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Tue, 18 Feb 2014 22:20:50 +0100] rev 1477
More effective replaces on stack

Tue, 18 Feb 2014 21:43:55 +0100The array needs to grow up to expectedSize, don't decrement it ReducedStack
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Tue, 18 Feb 2014 21:43:55 +0100] rev 1476
The array needs to grow up to expectedSize, don't decrement it