Tue, 15 Jan 2013 09:46:21 +0100Proper type of subarrays of multi dimensional array arrays
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Tue, 15 Jan 2013 09:46:21 +0100] rev 453
Proper type of subarrays of multi dimensional array

Tue, 15 Jan 2013 09:32:11 +0100Detect attempts to get a class for invalid array signature arrays
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Tue, 15 Jan 2013 09:32:11 +0100] rev 452
Detect attempts to get a class for invalid array signature

Tue, 15 Jan 2013 09:23:46 +0100getComponentType works in possitive cases arrays
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Tue, 15 Jan 2013 09:23:46 +0100] rev 451
getComponentType works in possitive cases

Tue, 15 Jan 2013 09:01:19 +0100Class.forName('[Z') returns meaningful result arrays
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Tue, 15 Jan 2013 09:01:19 +0100] rev 450
Class.forName('[Z') returns meaningful result

Tue, 15 Jan 2013 09:00:43 +0100More test on array reflection arrays
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Tue, 15 Jan 2013 09:00:43 +0100] rev 449
More test on array reflection

Mon, 14 Jan 2013 18:21:48 +0100More reflection for arrays. getClass() and isArray() work.
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Mon, 14 Jan 2013 18:21:48 +0100] rev 448
More reflection for arrays. getClass() and isArray() work.

Mon, 14 Jan 2013 14:23:27 +0100Check empty char array is initialized with the right values arithmetic
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Mon, 14 Jan 2013 14:23:27 +0100] rev 447
Check empty char array is initialized with the right values

Mon, 14 Jan 2013 14:20:49 +0100Fill object arrays with null, otherwise use 0 arithmetic
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Mon, 14 Jan 2013 14:20:49 +0100] rev 446
Fill object arrays with null, otherwise use 0

Mon, 14 Jan 2013 13:21:40 +0100Moving integer arithmetic expressions into Number.prototype arithmetic
Martin Soch <Martin.Soch@oracle.com> [Mon, 14 Jan 2013 13:21:40 +0100] rev 445
Moving integer arithmetic expressions into Number.prototype

Mon, 14 Jan 2013 11:52:38 +0100Merging use of function.call into default branch. It seems to be the way to go.
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Mon, 14 Jan 2013 11:52:38 +0100] rev 444
Merging use of function.call into default branch. It seems to be the way to go.