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.

Sat, 09 Mar 2013 11:57:04 +0100Don't convert int-like numbers to double
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Sat, 09 Mar 2013 11:57:04 +0100] rev 825
Don't convert int-like numbers to double

Fri, 08 Mar 2013 23:43:01 +0100Only add the trailing '.0' if the number is known to be integer. Otherwise accept the string as provided by JavaScript
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Fri, 08 Mar 2013 23:43:01 +0100] rev 824
Only add the trailing '.0' if the number is known to be integer. Otherwise accept the string as provided by JavaScript