Sun, 10 Mar 2013 21:28:50 +0100Expand the array rather than copying it
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Sun, 10 Mar 2013 21:28:50 +0100] rev 835
Expand the array rather than copying it

Sun, 10 Mar 2013 21:28:00 +0100Trying to make the static compilation mode as close to lazy one as possible: Class initializer method are not executed until the class is really referenced.
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Sun, 10 Mar 2013 21:28:00 +0100] rev 834
Trying to make the static compilation mode as close to lazy one as possible: Class initializer method are not executed until the class is really referenced.

Sun, 10 Mar 2013 21:27:06 +0100Don't generate too much empty lines
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Sun, 10 Mar 2013 21:27:06 +0100] rev 833
Don't generate too much empty lines

Sun, 10 Mar 2013 21:26:22 +0100Make sure Number method are initialized on all number primitive values soon
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Sun, 10 Mar 2013 21:26:22 +0100] rev 832
Make sure Number method are initialized on all number primitive values soon

Sun, 10 Mar 2013 09:31:14 +0100String referencing id needs to be named id now.
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Sun, 10 Mar 2013 09:31:14 +0100] rev 831
String referencing id needs to be named id now.

Sun, 10 Mar 2013 09:29:03 +0100String referencing id needs to be named id now. Update to new spec version.
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Sun, 10 Mar 2013 09:29:03 +0100] rev 830
String referencing id needs to be named id now. Update to new spec version.

Sat, 09 Mar 2013 16:09:35 +0100Generated code is usually huge - start with large buffer
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Sat, 09 Mar 2013 16:09:35 +0100] rev 829
Generated code is usually huge - start with large buffer

Sat, 09 Mar 2013 15:29:57 +0100Don't append .0 when there is 'e' in the number
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Sat, 09 Mar 2013 15:29:57 +0100] rev 828
Don't append .0 when there is 'e' in the number

Sat, 09 Mar 2013 14:12:29 +0100systemProperties has been deprecated, using systemPropertyVariables
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Sat, 09 Mar 2013 14:12:29 +0100] rev 827
systemProperties has been deprecated, using systemPropertyVariables

Sat, 09 Mar 2013 11:58:50 +0100doubleToLongBits and floatToIntBits implemented via typed arrays. Requires real browser (Rhino does not support typed arrays) and as such creating new module to hold the tests and execute them in 'brwsr' mode.
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Sat, 09 Mar 2013 11:58:50 +0100] rev 826
doubleToLongBits and floatToIntBits implemented via typed arrays. Requires real browser (Rhino does not support typed arrays) and as such creating new module to hold the tests and execute them in 'brwsr' mode.