Added MACS source
[htsworkflow.git] / htswanalysis / MACS / lib / gsl / gsl-1.11 / cheb / ChangeLog
1 2007-01-29  Brian Gough  <bjg@network-theory.co.uk>
2
3         * eval.c (gsl_cheb_eval_mode_e): compute error consistently with
4         other routines
5
6 2004-12-29  Brian Gough  <bjg@network-theory.co.uk>
7
8         * gsl_chebyshev.h: added const to declaration of
9         gsl_cheb_eval_mode to match definition
10
11 2004-12-24  Brian Gough  <bjg@network-theory.co.uk>
12
13         * eval.c (gsl_cheb_eval_n_err): use eval_order instead of
14         cs->order for error estimate
15
16 2004-12-23  Brian Gough  <bjg@network-theory.co.uk>
17
18         * eval.c (gsl_cheb_eval_mode): added missing function
19
20 2004-08-27  Brian Gough  <bjg@network-theory.co.uk>
21
22         * test.c (main): make the hard-coded tolerances a variable, ftol
23
24 2003-06-09  Brian Gough  <bjg@network-theory.co.uk>
25
26         * test.c (main): added some tests for the coefficients
27
28 2003-02-09  Brian Gough  <bjg@network-theory.co.uk>
29
30         * gsl_chebyshev.h: added missing #include for gsl_math (to declare
31         gsl_function) fixes Debian Bug#179665
32
33 Fri May 24 19:23:47 2002  Brian Gough  <bjg@network-theory.co.uk>
34
35         * init.c (gsl_cheb_free): added missing free() for cs->f
36
37 Fri Aug 24 19:18:23 2001  Brian Gough  <bjg@network-theory.co.uk>
38
39         * test.c (main): renamed fsin to f_sin to avoid conflicts with
40         irix math libs.
41
42 Sun May  6 09:49:28 2001  Brian Gough  <bjg@network-theory.co.uk>
43
44         * eval.c (gsl_cheb_eval_err): take roundoff into account when
45         computing evaluation error (important when result is near zero).
46         (gsl_cheb_eval_n_err): ditto
47
48 Tue Apr 24 17:08:29 2001  Brian Gough  <bjg@network-theory.co.uk>
49
50         * made deriv/integ functions thread safe
51
52         * split out from specfunc directory
53         
54