gsl-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gsl-cvs] [SCM] GNU Scientific Library branch, master, updated. release-


From: Rhys Ulerich
Subject: [Gsl-cvs] [SCM] GNU Scientific Library branch, master, updated. release-1-14-21-g24aa81a
Date: Thu, 06 May 2010 14:38:46 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU Scientific Library".

The branch, master has been updated
       via  24aa81aa88c909f1a45da1d0ef725f74f569bac0 (commit)
       via  804b03d5d1ce2127a88f8d4dc5136d8eed9d2097 (commit)
      from  18dfb271d81a43b9668e75ceb18f6c35452a2b4d (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 24aa81aa88c909f1a45da1d0ef725f74f569bac0
Author: Rhys Ulerich <address@hidden>
Date:   Wed May 5 21:43:50 2010 -0500

    Fix #29773: gsl_complex_pow_real has (0+0i)^0 = 1
    
    Insert check matching that of the gsl_complex_pow implementation.
    Passes test case from preceding commit.
    
    Signed-off-by: Rhys Ulerich <address@hidden>

commit 804b03d5d1ce2127a88f8d4dc5136d8eed9d2097
Author: Rhys Ulerich <address@hidden>
Date:   Wed May 5 21:42:32 2010 -0500

    capture complex_pow_real bug #29773
    
    gsl_complex_pow_real(gsl_complex_rect(0,0),0) != 1
    when it should be.  See https://savannah.gnu.org/bugs/?29773
    
    Signed-off-by: Rhys Ulerich <address@hidden>

-----------------------------------------------------------------------

Summary of changes:
 complex/math.c |    9 ++++++++-
 complex/test.c |   25 +++++++++++++++++++++++++
 2 files changed, 33 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
GNU Scientific Library




reply via email to

[Prev in Thread] Current Thread [Next in Thread]