Mon, 18 Feb 2013 13:03:01 +0100Changes in String array are properly notified model
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Mon, 18 Feb 2013 13:03:01 +0100] rev 761
Changes in String array are properly notified

Mon, 18 Feb 2013 12:26:16 +0100Generate List<type> for arrays model
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Mon, 18 Feb 2013 12:26:16 +0100] rev 760
Generate List<type> for arrays

Sun, 17 Feb 2013 17:58:34 +0100Bringing in latest default branch model
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Sun, 17 Feb 2013 17:58:34 +0100] rev 759
Bringing in latest default branch

Mon, 25 Feb 2013 19:27:32 +0100Merge in the detection of long return type
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Mon, 25 Feb 2013 19:27:32 +0100] rev 758
Merge in the detection of long return type

Mon, 25 Feb 2013 19:26:02 +0100As 5652acd48509 shows, it is dangerous to return long from @JavaScriptBody. Warn about such situation.
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Mon, 25 Feb 2013 19:26:02 +0100] rev 757
As 5652acd48509 shows, it is dangerous to return long from @JavaScriptBody. Warn about such situation.

Mon, 25 Feb 2013 19:10:36 +0100Merging in arithmetic latest fix, which has little to do with arithmetic
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Mon, 25 Feb 2013 19:10:36 +0100] rev 756
Merging in arithmetic latest fix, which has little to do with arithmetic

Mon, 25 Feb 2013 19:00:08 +0100Added conversion to long for JavaScript implementation of System.currentTimeMillis arithmetic
Lubomir Nerad <lubomir.nerad@oracle.com> [Mon, 25 Feb 2013 19:00:08 +0100] rev 755
Added conversion to long for JavaScript implementation of System.currentTimeMillis

Mon, 25 Feb 2013 11:18:12 +0100Merge of Lubo's fix to David's problem: Infinity and div by zero
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Mon, 25 Feb 2013 11:18:12 +0100] rev 754
Merge of Lubo's fix to David's problem: Infinity and div by zero

Tue, 19 Feb 2013 15:59:27 +0100Merge with trunk arithmetic
Lubomir Nerad <lubomir.nerad@oracle.com> [Tue, 19 Feb 2013 15:59:27 +0100] rev 753
Merge with trunk

Tue, 19 Feb 2013 15:33:32 +0100Fixed float/double problems found by David arithmetic
Lubomir Nerad <lubomir.nerad@oracle.com> [Tue, 19 Feb 2013 15:33:32 +0100] rev 752
Fixed float/double problems found by David