public inbox for java-prs@sourceware.org
help / color / mirror / Atom feed
* [Bug libgcj/27731]  New: Math cbrt(), cosh(), expm1(), hypot(), log1p(), sinh() and tanh() not implemented
@ 2006-05-22 20:04 mark at gcc dot gnu dot org
  2006-05-22 20:26 ` [Bug libgcj/27731] " tromey at gcc dot gnu dot org
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: mark at gcc dot gnu dot org @ 2006-05-22 20:04 UTC (permalink / raw)
  To: java-prs

GNU Classpath Math has JNI implementations for these functions, but the libgcj
Math.java override doesn't implement these.


-- 
           Summary: Math cbrt(), cosh(), expm1(), hypot(), log1p(), sinh()
                    and tanh() not implemented
           Product: gcc
           Version: 4.2.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: libgcj
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: mark at gcc dot gnu dot org


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27731


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug libgcj/27731] Math cbrt(), cosh(), expm1(), hypot(), log1p(), sinh() and tanh() not implemented
  2006-05-22 20:04 [Bug libgcj/27731] New: Math cbrt(), cosh(), expm1(), hypot(), log1p(), sinh() and tanh() not implemented mark at gcc dot gnu dot org
@ 2006-05-22 20:26 ` tromey at gcc dot gnu dot org
  2006-05-24 15:15 ` tromey at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: tromey at gcc dot gnu dot org @ 2006-05-22 20:26 UTC (permalink / raw)
  To: java-prs



-- 

tromey at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|0                           |1
   Last reconfirmed|0000-00-00 00:00:00         |2006-05-22 20:26:44
               date|                            |


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27731


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug libgcj/27731] Math cbrt(), cosh(), expm1(), hypot(), log1p(), sinh() and tanh() not implemented
  2006-05-22 20:04 [Bug libgcj/27731] New: Math cbrt(), cosh(), expm1(), hypot(), log1p(), sinh() and tanh() not implemented mark at gcc dot gnu dot org
  2006-05-22 20:26 ` [Bug libgcj/27731] " tromey at gcc dot gnu dot org
@ 2006-05-24 15:15 ` tromey at gcc dot gnu dot org
  2006-05-24 17:15 ` tromey at gcc dot gnu dot org
  2006-05-24 17:21 ` tromey at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: tromey at gcc dot gnu dot org @ 2006-05-24 15:15 UTC (permalink / raw)
  To: java-prs



------- Comment #1 from tromey at gcc dot gnu dot org  2006-05-24 15:15 -------
Testing a patch.


-- 

tromey at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |tromey at gcc dot gnu dot
                   |                            |org
         AssignedTo|unassigned at gcc dot gnu   |tromey at gcc dot gnu dot
                   |dot org                     |org
             Status|NEW                         |ASSIGNED
   Last reconfirmed|2006-05-22 20:26:44         |2006-05-24 15:15:41
               date|                            |


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27731


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug libgcj/27731] Math cbrt(), cosh(), expm1(), hypot(), log1p(), sinh() and tanh() not implemented
  2006-05-22 20:04 [Bug libgcj/27731] New: Math cbrt(), cosh(), expm1(), hypot(), log1p(), sinh() and tanh() not implemented mark at gcc dot gnu dot org
  2006-05-22 20:26 ` [Bug libgcj/27731] " tromey at gcc dot gnu dot org
  2006-05-24 15:15 ` tromey at gcc dot gnu dot org
@ 2006-05-24 17:15 ` tromey at gcc dot gnu dot org
  2006-05-24 17:21 ` tromey at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: tromey at gcc dot gnu dot org @ 2006-05-24 17:15 UTC (permalink / raw)
  To: java-prs



------- Comment #2 from tromey at gcc dot gnu dot org  2006-05-24 17:14 -------
Subject: Bug 27731

Author: tromey
Date: Wed May 24 17:14:45 2006
New Revision: 114045

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=114045
Log:
        PR libgcj/27731:
        * java/lang/natMath.cc (cbrt, cosh, expm1, hypot, log1p, sinh,
        tanh): New methods.
        * java/lang/Math.java (cbrt, cosh, expm1, hypot, log1p, sinh,
        tanh): Declare.

Modified:
    trunk/libjava/ChangeLog
    trunk/libjava/java/lang/Math.java
    trunk/libjava/java/lang/natMath.cc


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27731


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug libgcj/27731] Math cbrt(), cosh(), expm1(), hypot(), log1p(), sinh() and tanh() not implemented
  2006-05-22 20:04 [Bug libgcj/27731] New: Math cbrt(), cosh(), expm1(), hypot(), log1p(), sinh() and tanh() not implemented mark at gcc dot gnu dot org
                   ` (2 preceding siblings ...)
  2006-05-24 17:15 ` tromey at gcc dot gnu dot org
@ 2006-05-24 17:21 ` tromey at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: tromey at gcc dot gnu dot org @ 2006-05-24 17:21 UTC (permalink / raw)
  To: java-prs



------- Comment #3 from tromey at gcc dot gnu dot org  2006-05-24 17:21 -------
Fix checked in.


-- 

tromey at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|---                         |4.2.0


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27731


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2006-05-24 17:21 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-05-22 20:04 [Bug libgcj/27731] New: Math cbrt(), cosh(), expm1(), hypot(), log1p(), sinh() and tanh() not implemented mark at gcc dot gnu dot org
2006-05-22 20:26 ` [Bug libgcj/27731] " tromey at gcc dot gnu dot org
2006-05-24 15:15 ` tromey at gcc dot gnu dot org
2006-05-24 17:15 ` tromey at gcc dot gnu dot org
2006-05-24 17:21 ` tromey at gcc dot gnu dot org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).