[cp-patches] FYI: StrictMath, fixed NaN handling.

2006-08-03 Thread Carsten Neumann
the liberty of committing this without asking for approval, since it's in response to a comment from Sven, trivial and backed by mauve tests. Please start yelling if I leaned too far out of the window. Thanks, Carsten 2006-08-03 Carsten Neumann [EMAIL PROTECTED

Re: [cp-patches] RFC: StrictMath.tanh implemented

2006-08-03 Thread Carsten Neumann
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Sven, Sven de Marothy wrote: On Wed, 2006-08-02 at 20:27 +0200, Carsten Neumann wrote: this adds another missing method to StrictMath, mauve test is already in. Comments or approval, appreciated. Seems just fine to me. Just two minor

[commit-cp] classpath ChangeLog java/lang/StrictMath.java

2006-08-03 Thread Carsten Neumann
CVSROOT:/sources/classpath Module name:classpath Changes by: Carsten Neumann neumannc 06/08/03 19:04:58 Modified files: . : ChangeLog java/lang : StrictMath.java Log message: 2006-08-03 Carsten Neumann [EMAIL PROTECTED

[commit-cp] classpath ChangeLog java/lang/StrictMath.java

2006-08-03 Thread Carsten Neumann
CVSROOT:/sources/classpath Module name:classpath Changes by: Carsten Neumann neumannc 06/08/03 18:42:11 Modified files: . : ChangeLog java/lang : StrictMath.java Log message: 2006-08-03 Carsten Neumann [EMAIL PROTECTED

[commit-cp] classpath ChangeLog java/lang/StrictMath.java

2006-08-02 Thread Carsten Neumann
CVSROOT:/sources/classpath Module name:classpath Changes by: Carsten Neumann neumannc 06/08/02 17:14:58 Modified files: . : ChangeLog java/lang : StrictMath.java Log message: 2006-08-02 Carsten Neumann [EMAIL PROTECTED

[cp-patches] RFC: StrictMath.sinh implemented

2006-07-31 Thread Carsten Neumann
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, added another method to StrictMath, the mauve tests for this one are already in. Comments or approval, appreciated. Thanks, Carsten 2006-07-31 Carsten Neumann [EMAIL PROTECTED] * java/lang

[commit-cp] classpath ChangeLog java/lang/StrictMath.java

2006-07-31 Thread Carsten Neumann
CVSROOT:/sources/classpath Module name:classpath Changes by: Carsten Neumann neumannc 06/07/31 18:02:52 Modified files: . : ChangeLog java/lang : StrictMath.java Log message: 2006-07-31 Carsten Neumann [EMAIL PROTECTED

[cp-patches] RFC: StrictMath helper methods fixed

2006-07-29 Thread Carsten Neumann
-29 Carsten Neumann [EMAIL PROTECTED] * StrictMath.java (getLowDWord): Return long instead of int. (getHighDWord): Likewise. (buildDouble): Take two long arguments. (cbrt): Adapted to int - long change. (expm1): Likewise. (cosh): Likewise. -BEGIN

Re: [cp-patches] RFC: StrictMath.expm1 and cosh implemented

2006-07-26 Thread Carsten Neumann
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Tom Tromey wrote: Carsten == Carsten Neumann [EMAIL PROTECTED] writes: Carsten this implements java.lang.StrictMath.expm1 and cosh functions. Carsten Corresponding mauve tests are underway. Carsten Please comment/commit. Carsten PS: on 2005

[commit-cp] classpath ChangeLog java/lang/StrictMath.java

2006-07-26 Thread Carsten Neumann
CVSROOT:/sources/classpath Module name:classpath Changes by: Carsten Neumann neumannc 06/07/26 19:34:09 Modified files: . : ChangeLog java/lang : StrictMath.java Log message: 2006-07-26 Carsten Neumann [EMAIL PROTECTED

[cp-patches] RFC: StrictMath.expm1 and cosh implemented

2006-07-24 Thread Carsten Neumann
; in case it shows up at some point, it should be discarded. 2006-07-24 Carsten Neumann [EMAIL PROTECTED] * StrictMath.java (cosh): New method. (expm1): New method. (EXPM1_Q1): New field. (EXPM1_Q2): Likewise. (EXPM1_Q3): Likewise. (EXPM1_Q4

[cp-patches] RFC: StrictMath.java cbrt

2006-07-15 Thread Carsten Neumann
Hi, hopefully final version of cbrt. Please comment and/or commit. Thanks, Carsten 2006-07-14 Carsten Neumann [EMAIL PROTECTED] * java/lang/StrictMath.java (cbrt): New method. (getLowDWord): New helper method. (getHighDWord): Likewise

Re: [cp-patches] RFC: javax.swing.text.DefaultCaret

2006-06-21 Thread Carsten Neumann
Hi Mark, Mark Wielaard wrote: Hi Carsten, On Sat, 2006-03-25 at 16:48 +0100, Carsten Neumann wrote: Mark Wielaard wrote: On Fri, 2006-03-24 at 23:52 +0100, Carsten Neumann wrote: I've implemented the method: public boolean isActive(). Nice. Useful method also. Last time I worked

[PING] Re: [cp-patches] RFC: javax.swing.text.DefaultCaret

2006-04-19 Thread Carsten Neumann
My copyright assignment should be on file now, please comment and/or commit ;) Thanks, Carsten Carsten Neumann wrote: Hi Mark, Mark Wielaard wrote: Hi Casten, On Fri, 2006-03-24 at 23:52 +0100, Carsten Neumann wrote: I've implemented the method: public

[PING] Re: [cp-patches] RFC: java.sql.* doc comment updates

2006-04-19 Thread Carsten Neumann
My copyright assignment should be on file now, please comment and/or commit ;) Thanks, Carsten Carsten Neumann wrote: Hi, the attached patch removes all warnings I got from eclipse about doc comment @param tags not matching method signatures and similar

Re: [cp-patches] Patch: FYI: core bug patrol

2006-04-07 Thread Carsten Neumann
Hi Tom, Index: java/io/CharArrayWriter.java === RCS file: /cvsroot/classpath/classpath/java/io/CharArrayWriter.java,v retrieving revision 1.13 diff -u -r1.13 CharArrayWriter.java --- java/io/CharArrayWriter.java27

[cp-patches] RFC: java.io.ObjectStreamConstants documented

2006-04-06 Thread Carsten Neumann
The Changelog is: 2006-04-07 Carsten Neumann [EMAIL PROTECTED] * java/io/ObjectStreamConstants.java: Documented fields. (TC_ENUM): New field. (SC_ENUM): New field. (TC_MAX): Changed to reflect addition of TC_ENUM. Index: ObjectStreamConstants.java

Re: [cp-patches] FYI:JTable.columnSelectionChanged fix

2006-03-31 Thread Carsten Neumann
Hi Audrius, Audrius Meskauskas wrote: 2006-03-31 Audrius Meskauskas [EMAIL PROTECTED] * javax/swing/JTable.java (columnSelectionChanged): Treat second repaint parameter as width. Index: JTable.java

[cp-patches] RFC: java.sql.* doc comment updates

2006-03-27 Thread Carsten Neumann
shuffling is finished. Thanks, Carsten ChangeLog (also attached): 2006-03-27 Carsten Neumann [EMAIL PROTECTED] * java/sql/Time.java (Time): Fixed doc comment. * java/sql/Timestamp.java: Fixed doc comments. * java/sql/Statement.java: Fixed doc

Re: [cp-patches] RFC: javax.swing.text.DefaultCaret

2006-03-25 Thread Carsten Neumann
Hi Mark, Mark Wielaard wrote: Hi Casten, On Fri, 2006-03-24 at 23:52 +0100, Carsten Neumann wrote: I've implemented the method: public boolean isActive(). Nice. Useful method also. Last time I worked with the DefaultCaret I was confused there wasn't such a method. I see

[cp-patches] RFC: javax.swing.text.DefaultCaret

2006-03-24 Thread Carsten Neumann
Hello, I've implemented the method: public boolean isActive(). Please also note that my copyright assignment is pending, but the process has been started. Thanks, Carsten ChangeLog: 2006-03-24 Carsten Neumann [EMAIL PROTECTED] * javax/swing/text

SerialVersionUID missmatches

2006-03-24 Thread Carsten Neumann
Hello classpath developers, I'm new around here and was looking for a spot where I could make a contribution. Browsing the japi test results I noticed that a lot of SerialVersionUID missmatches are reported. Fixing these appears to be quite simple, so I'll start with that unless