bug-gsl
[Top][All Lists]
Advanced

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

[Bug-gsl] [bug #39120] Possible removal of some files


From: Patrick Alken
Subject: [Bug-gsl] [bug #39120] Possible removal of some files
Date: Wed, 29 May 2013 19:47:47 +0000
User-agent: Mozilla/5.0 (X11; Linux i686 on x86_64; rv:21.0) Gecko/20100101 Firefox/21.0

URL:
  <http://savannah.gnu.org/bugs/?39120>

                 Summary: Possible removal of some files
                 Project: GNU Scientific Library
            Submitted by: psa
            Submitted on: Wed 29 May 2013 07:47:47 PM GMT
                Category: Build
                Severity: 2 - Minor
        Operating System: 
                  Status: None
             Assigned to: None
             Open/Closed: Open
                 Release: 
         Discussion Lock: Any

    _______________________________________________________

Details:

1. I am unclear of the status of the following files - they are not
currently included in a GCC build - should they be?

err: env.c and warn.c
ode2: modnewton1.c
poly: norm.c
rng: g05faf.c
statistics: wcovar.c

2. For consistency, I think both poly/eval.c and matrix/matrix.c should
be renamed to inline.c

3. If err/env.c is to be included, I believe there are some issues that
need correcting:

  #define STR_EQ (x,y) (strcmp((x),(y)) == 0)

  the space after STR_EQ causes STR_EQ to be defined, not STR_EQ(x,y)

and I believe:

  gsl_err_set_handler (NULL);

should be:

  gsl_set_error_handler (NULL);




    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?39120>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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