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/