Tue, 27 Nov 2012 23:21:22 +0100Eliminating the need to initialize the prototype in advance lazy
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Tue, 27 Nov 2012 23:21:22 +0100] rev 210
Eliminating the need to initialize the prototype in advance

Tue, 27 Nov 2012 23:01:24 +0100Don't use .prototype, use (true). Now works for String as well lazy
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Tue, 27 Nov 2012 23:01:24 +0100] rev 209
Don't use .prototype, use (true). Now works for String as well

Tue, 27 Nov 2012 22:53:29 +0100Reordering so the used parts are at the beginning of the file lazy
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Tue, 27 Nov 2012 22:53:29 +0100] rev 208
Reordering so the used parts are at the beginning of the file

Tue, 27 Nov 2012 22:28:26 +0100Adopting to new calling scheme. lazy
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Tue, 27 Nov 2012 22:28:26 +0100] rev 207
Adopting to new calling scheme.

Tue, 27 Nov 2012 22:22:48 +0100Check that instanceof works on String lazy
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Tue, 27 Nov 2012 22:22:48 +0100] rev 206
Check that instanceof works on String

Mon, 26 Nov 2012 20:29:21 +0100Merging new class and prototype methods. When asking for prototype one can add (true) argument lazy
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Mon, 26 Nov 2012 20:29:21 +0100] rev 205
Merging new class and prototype methods. When asking for prototype one can add (true) argument

Mon, 26 Nov 2012 20:16:21 +0100Changing order, so the new <prototype> is done once, at the end of the function lazy
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Mon, 26 Nov 2012 20:16:21 +0100] rev 204
Changing order, so the new <prototype> is done once, at the end of the function

Sun, 25 Nov 2012 23:14:58 +0100Enclosing definition of all the methods inside the proto() function lazy
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Sun, 25 Nov 2012 23:14:58 +0100] rev 203
Enclosing definition of all the methods inside the proto() function

Sun, 25 Nov 2012 21:31:51 +0100More debug info lazy
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Sun, 25 Nov 2012 21:31:51 +0100] rev 202
More debug info

Sun, 25 Nov 2012 21:24:03 +0100Initial test to show how an incremental compilation could look like lazy
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Sun, 25 Nov 2012 21:24:03 +0100] rev 201
Initial test to show how an incremental compilation could look like