Re: [cp-patches] Bug fixes for StrictMath

2010-11-04 Thread Ivan Maidanski
Hi! I rewrote StrictMathTest.java to look like other classes in /test folder (and put the test there). ChangeLog entries: * test/Makefile.am: Add java.lang.reflect and java.lang to SUBDIRS. * test/java.lang/.cvsignore: New file. * test/java.lang/Makefile.am: Likewise.

Re: [cp-patches] Bug fixes for StrictMath

2010-07-26 Thread Ivan Maidanski
Mon, 26 Jul 2010 10:23:15 +0100 Andrew Haley : > On 07/24/2010 09:47 AM, Ivan Maidanski wrote: > > Hello, Andrew! > > Hi, > > > 1. As for .diff extensions - what should be tunable in a browser > > which app to use for opening the file. > > All I was saying is: please don't mark text attachment

Re: [cp-patches] Bug fixes for StrictMath

2010-07-26 Thread Andrew Haley
On 07/24/2010 09:47 AM, Ivan Maidanski wrote: > Hello, Andrew! Hi, > 1. As for .diff extensions - what should be tunable in a browser > which app to use for opening the file. All I was saying is: please don't mark text attachments as binary. Most mail readers will not display such attachments.

Re: [cp-patches] Bug fixes for StrictMath

2010-07-24 Thread Ivan Maidanski
Hello, Andrew! 1. As for .diff extensions - what should be tunable in a browser which app to use for opening the file. 2. As for testing for zero sign - I can't agree with you because: - Sun writes "Floating-point positive zero and floating-point negative zero compare as equal, but there are ot

Re: [cp-patches] Bug fixes for StrictMath

2010-07-21 Thread Andrew Haley
On 07/20/2010 07:06 PM, Ivan Maidanski wrote: > Hello, Andrew! > >> On 06/29/2010 10:22 AM, Ivan Maidanski wrote: >>> Hi! >>> >>> I've fixed a number of bugs in StrictMath class (the RI here is fdlibm of >>> some version). >>> >>> ChangeLog entries: >>> >>> * java/lang/StrictMath.java: >>>

Re: [cp-patches] Bug fixes for StrictMath

2010-07-20 Thread Ivan Maidanski
Hello, Andrew! >On 06/29/2010 10:22 AM, Ivan Maidanski wrote: >> Hi! >> >> I've fixed a number of bugs in StrictMath class (the RI here is fdlibm of >> some version). >> >> ChangeLog entries: >> >> * java/lang/StrictMath.java: >> (acos(double)): Bug fix for x <= -1/2 case. >> (a

Re: [cp-patches] Bug fixes for StrictMath

2010-06-30 Thread Andrew Haley
On 06/29/2010 10:22 AM, Ivan Maidanski wrote: > Hi! > > I've fixed a number of bugs in StrictMath class (the RI here is fdlibm of > some version). > > ChangeLog entries: > > * java/lang/StrictMath.java: > (acos(double)): Bug fix for x <= -1/2 case. > (atan(double)): Fix docume

[cp-patches] Bug fixes for StrictMath

2010-06-29 Thread Ivan Maidanski
Hi! I've fixed a number of bugs in StrictMath class (the RI here is fdlibm of some version). ChangeLog entries: * java/lang/StrictMath.java: (acos(double)): Bug fix for x <= -1/2 case. (atan(double)): Fix documentation typo. (pow(double,double)): Fix a comment; p